rpms/audit/FC-4 .cvsignore, 1.23, 1.24 audit.spec, 1.37, 1.38 sources, 1.24, 1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 14 17:39:21 UTC 2005


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Thu Jul 14 2005 Steve Grubb <sgrubb at redhat.com> 0.9.18-1.FC4
- auditd message formatter use MAX_AUDIT_MESSAGE_LENGTH to prevent clipping



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	29 Jun 2005 13:28:24 -0000	1.23
+++ .cvsignore	14 Jul 2005 17:39:19 -0000	1.24
@@ -20,3 +20,4 @@
 audit-0.8.2.tar.gz
 audit-0.9.15.tar.gz
 audit-0.9.14-header.patch
+audit-0.9.18.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/audit.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- audit.spec	29 Jun 2005 13:19:08 -0000	1.37
+++ audit.spec	14 Jul 2005 17:39:19 -0000	1.38
@@ -1,6 +1,6 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
-Version: 0.9.15
+Version: 0.9.18
 Release: 1.FC4
 License: GPL
 Group: System Environment/Daemons
@@ -79,12 +79,10 @@
 %post libs -p /sbin/ldconfig
 
 %post
-if [ $1 = 1 ]; then
-   /sbin/chkconfig --add auditd
-fi
+/sbin/chkconfig --add auditd
 
 %preun
-if [ $1 = 0 ]; then
+if [ $1 -eq  0 ]; then
    /sbin/service auditd stop > /dev/null 2>&1
    /sbin/chkconfig --del auditd
 fi
@@ -124,7 +122,19 @@
 
 
 %changelog
-* Tue Jun 27 2005 Steve Grubb <sgrubb at redhat.com> 0.9.15-1
+* Thu Jul 14 2005 Steve Grubb <sgrubb at redhat.com> 0.9.18-1.FC4
+- auditd message formatter use MAX_AUDIT_MESSAGE_LENGTH to prevent clipping
+
+* Tue Jul 12 2005 Steve Grubb <sgrubb at redhat.com> 0.9.17-1
+- Fix ausearch buffers to hold long filenames
+- Make a0 long long for 64 bit kernels & 32 bit ausearch.
+
+* Thu Jul 07 2005 Steve Grubb <sgrubb at redhat.com> 0.9.16-1
+- Adjust umask
+- Adjust length of strings for file system watches to not include NUL
+- Remove extra error message from audit_send
+
+* Tue Jun 27 2005 Steve Grubb <sgrubb at redhat.com> 0.9.15-1.FC4
 - Update log rotation handling to be more robust
 
 * Fri Jun 24 2005 Steve Grubb <sgrubb at redhat.com> 0.9.14-1


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	29 Jun 2005 13:28:24 -0000	1.24
+++ sources	14 Jul 2005 17:39:19 -0000	1.25
@@ -1,2 +1,2 @@
-f5ec599bd05caae80935a7222fca6cc6  audit-0.9.15.tar.gz
 3060e7e99fc090bc2cc13597db2a8d29  audit-0.9.14-header.patch
+71d3c90ae74403c141ce9a2c6fe43b50  audit-0.9.18.tar.gz




More information about the fedora-cvs-commits mailing list