rpms/audit/FC-4 .cvsignore, 1.29, 1.30 audit.spec, 1.45, 1.46 sources, 1.30, 1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 22 22:53:02 UTC 2005


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Mon Aug 22 2005 Steve Grubb <sgrubb at redhat.com> 1.0.3-1
- adjust file perms of newly created log file in auditd
- fix 2 memory leaks and an out of bounds access in auditd
- fix case where auditd was closing netlink descriptor too early
- fix watch rules not to take field arguments in auditctl
- fix bug where inode, devmajor, devminor, exit, and success fields in auditctl rules were not getting the correct value stored



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- .cvsignore	11 Aug 2005 12:46:18 -0000	1.29
+++ .cvsignore	22 Aug 2005 22:52:59 -0000	1.30
@@ -26,3 +26,4 @@
 audit-1.0.tar.gz
 audit-1.0.2.tar.gz
 audit-1.0.2-shutdown.patch
+audit-1.0.3.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/audit.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- audit.spec	11 Aug 2005 13:05:48 -0000	1.45
+++ audit.spec	22 Aug 2005 22:52:59 -0000	1.46
@@ -1,7 +1,7 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
-Version: 1.0.2
-Release: 3.FC4
+Version: 1.0.3
+Release: 1.fc4
 License: GPL
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
@@ -95,7 +95,7 @@
 
 %postun
 if [ $1 -ge 1 ]; then
-   /sbin/service auditd condrestart > /dev/null 2>&1
+   /sbin/service auditd condrestart > /dev/null 2>&1 || :
 fi
 
 %files libs
@@ -125,6 +125,13 @@
 
 
 %changelog
+* Mon Aug 22 2005 Steve Grubb <sgrubb at redhat.com> 1.0.3-1
+- adjust file perms of newly created log file in auditd
+- fix 2 memory leaks and an out of bounds access in auditd
+- fix case where auditd was closing netlink descriptor too early
+- fix watch rules not to take field arguments in auditctl
+- fix bug where inode, devmajor, devminor, exit, and success fields in auditctl rules were not getting the correct value stored
+
 * Wed Aug 10 2005 Steve Grubb <sgrubb at redhat.com> 1.0.2-3.FC4
 - Set audit_pid to 0 in kernel on auditd shutdown
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sources	11 Aug 2005 12:46:18 -0000	1.30
+++ sources	22 Aug 2005 22:52:59 -0000	1.31
@@ -1,3 +1,3 @@
 3060e7e99fc090bc2cc13597db2a8d29  audit-0.9.14-header.patch
-129e2253a22df2921b6904cdb39e51f5  audit-1.0.2.tar.gz
 abb47522d4cafe0e5fe9368cbf55d8a3  audit-1.0.2-shutdown.patch
+950daad97adfa3134289aa5b4e885f8f  audit-1.0.3.tar.gz




More information about the fedora-cvs-commits mailing list