rpms/audit/devel .cvsignore, 1.63, 1.64 audit.spec, 1.96, 1.97 sources, 1.71, 1.72

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jun 30 20:30:15 UTC 2006


Author: sgrubb

Update of /cvs/dist/rpms/audit/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25734

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Fri Jun 30 2006 Steve Grubb <sgrubb at redhat.com> 1.2.4-1
- Add support for the new filter key
- Update syscall tables for 2.6.17
- Add audit failure query function
- Switch out gethostbyname call with getaddrinfo
- Add audit by obj capability for 2.6.18 kernel
- Ausearch & aureport now fail if no args to -te
- New auditd.conf option to choose blocking/non-blocking dispatcher comm
- Ausearch improved search by label



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/.cvsignore,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- .cvsignore	25 May 2006 16:22:33 -0000	1.63
+++ .cvsignore	30 Jun 2006 20:30:02 -0000	1.64
@@ -60,3 +60,4 @@
 audit-1.2.1.tar.gz
 audit-1.2.2.tar.gz
 audit-1.2.3.tar.gz
+audit-1.2.4.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- audit.spec	25 May 2006 16:24:12 -0000	1.96
+++ audit.spec	30 Jun 2006 20:30:02 -0000	1.97
@@ -1,6 +1,6 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
-Version: 1.2.3
+Version: 1.2.4
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -125,6 +125,7 @@
 %defattr(-,root,root)
 %attr(755,root,root) /%{_lib}/libaudit.*
 %attr(755,root,root) /%{_lib}/libauparse.*
+%config(noreplace) %attr(640,root,root) /etc/libaudit.conf
 
 %files libs-devel
 %defattr(-,root,root)
@@ -159,6 +160,16 @@
 
 
 %changelog
+* Fri Jun 30 2006 Steve Grubb <sgrubb at redhat.com> 1.2.4-1
+- Add support for the new filter key
+- Update syscall tables for 2.6.17
+- Add audit failure query function
+- Switch out gethostbyname call with getaddrinfo
+- Add audit by obj capability for 2.6.18 kernel
+- Ausearch & aureport now fail if no args to -te
+- New auditd.conf option to choose blocking/non-blocking dispatcher comm
+- Ausearch improved search by label
+
 * Fri May 25 2006 Steve Grubb <sgrubb at redhat.com> 1.2.3-1
 - Apply patch to ensure watches only associate with exit filter
 - Apply patch to correctly show new operators when new listing format is used


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/sources,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- sources	25 May 2006 16:22:33 -0000	1.71
+++ sources	30 Jun 2006 20:30:02 -0000	1.72
@@ -1 +1 @@
-a121e66bf44a65af3c4a04220a176d2e  audit-1.2.3.tar.gz
+a4a63915c411d17aa1f38e6104f49d38  audit-1.2.4.tar.gz




More information about the fedora-cvs-commits mailing list