rpms/audit/devel .cvsignore, 1.77, 1.78 audit.spec, 1.134, 1.135 sources, 1.93, 1.94

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 1 21:43:08 UTC 2007


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Tue May 01 2007 Steve Grubb <sgrubb at redhat.com> 1.5.3-1
- Change buffer size to prevent truncation of DAEMON events with large labels
- Fix memory leaks in auparse (John Dennis)
- Update syscall tables for 2.6.21 kernel
- Update capp & lspp rules
- New python bindings for libauparse (John Dennis)



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/.cvsignore,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- .cvsignore	5 Apr 2007 22:44:18 -0000	1.77
+++ .cvsignore	1 May 2007 21:43:06 -0000	1.78
@@ -74,3 +74,4 @@
 audit-1.5.tar.gz
 audit-1.5.1.tar.gz
 audit-1.5.2.tar.gz
+audit-1.5.3.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- audit.spec	5 Apr 2007 22:44:18 -0000	1.134
+++ audit.spec	1 May 2007 21:43:06 -0000	1.135
@@ -1,6 +1,6 @@
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
-Version: 1.5.2
+Version: 1.5.3
 Release: 1%{?dist}
 License: GPL
 Group: System Environment/Daemons
@@ -155,11 +155,9 @@
 
 %files libs-python
 %defattr(-,root,root)
-%attr(750,root,root) /sbin/audispd
 %{_libdir}/python?.?/site-packages/_audit.so
-%{_libdir}/python?.?/site-packages/_auparse.so
+%{_libdir}/python?.?/site-packages/auparse.so
 /usr/lib/python?.?/site-packages/audit.py*
-/usr/lib/python?.?/site-packages/auparse.py*
 
 %files
 %defattr(-,root,root,-)
@@ -171,6 +169,7 @@
 %attr(755,root,root) /sbin/ausearch
 %attr(755,root,root) /sbin/aureport
 %attr(750,root,root) /sbin/autrace
+%attr(750,root,root) /sbin/audispd
 %attr(755,root,root) /etc/rc.d/init.d/auditd
 %attr(750,root,root) %{_var}/log/audit
 %attr(750,root,root) %dir /etc/audit
@@ -182,6 +181,13 @@
 %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
 
 %changelog
+* Tue May 01 2007 Steve Grubb <sgrubb at redhat.com> 1.5.3-1
+- Change buffer size to prevent truncation of DAEMON events with large labels
+- Fix memory leaks in auparse (John Dennis)
+- Update syscall tables for 2.6.21 kernel
+- Update capp & lspp rules
+- New python bindings for libauparse (John Dennis)
+
 * Thu Apr 04 2007 Steve Grubb <sgrubb at redhat.com> 1.5.2-1
 - New event dispatcher (James Antill)
 - Apply patches fixing man pages and Makefile.am (Philipp Hahn)


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/sources,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- sources	5 Apr 2007 23:11:05 -0000	1.93
+++ sources	1 May 2007 21:43:06 -0000	1.94
@@ -1 +1,2 @@
 fbc39e41b185e7ebdbc6493105533790  audit-1.5.2.tar.gz
+82d79054ae0b939e5372a07da19c784f  audit-1.5.3.tar.gz




More information about the fedora-cvs-commits mailing list