rpms/audit/devel .cvsignore, 1.90, 1.91 audit.spec, 1.169, 1.170 sources, 1.113, 1.114 audit-1.7.1-eoe-memleak.patch, 1.1, NONE audit-1.7.1-lsb-headers.patch, 1.1, NONE audit-1.7.1-overflow.patch, 1.1, NONE

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Tue Apr 8 17:10:48 UTC 2008


Author: sgrubb

Update of /cvs/pkgs/rpms/audit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29146

Modified Files:
	.cvsignore audit.spec sources 
Removed Files:
	audit-1.7.1-eoe-memleak.patch audit-1.7.1-lsb-headers.patch 
	audit-1.7.1-overflow.patch 
Log Message:
* Tue Apr 08 2008 Steve Grubb <sgrubb at redhat.com> 1.7.1-1
- Fix buffer overflow in audit_log_user_command, again (#438840)
- Fix memory leak in EOE code in auditd (#440075)
- In auditctl, don't use new operators in legacy rule format
- Made a couple corrections in alpha & x86_64 syscall tables (Miloslav Trmac)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- .cvsignore	30 Mar 2008 19:17:17 -0000	1.90
+++ .cvsignore	8 Apr 2008 17:10:03 -0000	1.91
@@ -87,3 +87,4 @@
 audit-1.6.8.tar.gz
 audit-1.6.9.tar.gz
 audit-1.7.tar.gz
+audit-1.7.1.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- audit.spec	5 Apr 2008 01:38:01 -0000	1.169
+++ audit.spec	8 Apr 2008 17:10:03 -0000	1.170
@@ -1,13 +1,13 @@
 %define sca_version 0.4.6
-%define sca_release 4
+%define sca_release 5
 %define selinux_variants mls strict targeted
 %define selinux_policyver 3.2.5 
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
-Version: 1.7
-Release: 3%{?dist}
+Version: 1.7.1
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
@@ -256,7 +256,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc  README COPYING ChangeLog contrib/capp.rules contrib/nispom.rules contrib/lspp.rules init.d/auditd.cron
+%doc  README COPYING ChangeLog contrib/capp.rules contrib/nispom.rules contrib/lspp.rules stig.rules init.d/auditd.cron
 %attr(644,root,root) %{_mandir}/man8/audispd.8.gz
 %attr(644,root,root) %{_mandir}/man8/auditctl.8.gz
 %attr(644,root,root) %{_mandir}/man8/auditd.8.gz
@@ -321,6 +321,12 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Tue Apr 08 2008 Steve Grubb <sgrubb at redhat.com> 1.7.1-1
+- Fix buffer overflow in audit_log_user_command, again (#438840)
+- Fix memory leak in EOE code in auditd (#440075)
+- In auditctl, don't use new operators in legacy rule format
+- Made a couple corrections in alpha & x86_64 syscall tables (Miloslav Trmac)
+
 * Fri Apr 04 2008 Steve Grubb <sgrubb at redhat.com> 1.7-3
 - Fix memleak in auditd eoe code
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- sources	30 Mar 2008 19:36:34 -0000	1.113
+++ sources	8 Apr 2008 17:10:03 -0000	1.114
@@ -1 +1 @@
-2cc813a11060e4576ef0bc1f10bac0c1  audit-1.7.tar.gz
+c9d9fcfc19bdc131cc7bcf53b9b2dba4  audit-1.7.1.tar.gz


--- audit-1.7.1-eoe-memleak.patch DELETED ---


--- audit-1.7.1-lsb-headers.patch DELETED ---


--- audit-1.7.1-overflow.patch DELETED ---




More information about the fedora-extras-commits mailing list