rpms/audit/devel .cvsignore, 1.79, 1.80 audit.spec, 1.137, 1.138 sources, 1.99, 1.100 audit-1.5.5-reconfig.patch, 1.1, NONE audit-1.5.5-sca-categories.patch, 1.1, NONE

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Wed Jul 25 20:10:22 UTC 2007


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Removed Files:
	audit-1.5.5-reconfig.patch audit-1.5.5-sca-categories.patch 
Log Message:
* Wed Jul 25 2007 Steve Grubb <sgrubb at redhat.com> 1.5.6-1
- Fix potential buffer overflow in print clone flags of auparse
- Fix python traceback parsing watches without perm statement (Miloslav Trmac)
- Update auditctl to handle legacy kernels when putting a watch on a dir
- Fix acct interpretation in auparse



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- .cvsignore	10 Jul 2007 23:22:14 -0000	1.79
+++ .cvsignore	25 Jul 2007 20:09:50 -0000	1.80
@@ -76,3 +76,4 @@
 audit-1.5.2.tar.gz
 audit-1.5.3.tar.gz
 audit-1.5.5.tar.gz
+audit-1.5.6.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- audit.spec	16 Jul 2007 23:30:49 -0000	1.137
+++ audit.spec	25 Jul 2007 20:09:50 -0000	1.138
@@ -2,20 +2,17 @@
 
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
-Version: 1.5.5
-Release: 5%{?dist}
+Version: 1.5.6
+Release: 1%{?dist}
 License: GPL
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: %{name}-%{version}.tar.gz
-Patch0: audit-1.5.5-reconfig.patch
-Patch1: audit-1.5.5-sca-categories.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libtool swig python-devel
+BuildRequires: gettext-devel intltool libtool swig python-devel
 BuildRequires: kernel-headers >= 2.6.18
 BuildRequires: automake >= 1.9
 BuildRequires: autoconf >= 2.59
-BuildRequires: gettext-devel intltool
 Requires: %{name}-libs = %{version}-%{release}
 Requires: %{name}-libs-python = %{version}-%{release}
 Requires: chkconfig
@@ -77,8 +74,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .reconfig
-%patch1 -p1 -b .sca-categories
 
 %build
 aclocal && autoconf && autoheader && automake
@@ -217,6 +212,12 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Wed Jul 25 2007 Steve Grubb <sgrubb at redhat.com> 1.5.6-1
+- Fix potential buffer overflow in print clone flags of auparse
+- Fix python traceback parsing watches without perm statement (Miloslav Trmac)
+- Update auditctl to handle legacy kernels when putting a watch on a dir
+- Fix acct interpretation in auparse
+
 * Tue Jul 17 2007 Miloslav Trmač <mitr at redhat.com> - 1.5.5-5
 - Fix a double free when auditd receives SIGHUP
 - Move the system-config-audit menu entry to the Administration menu


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- sources	10 Jul 2007 23:22:14 -0000	1.99
+++ sources	25 Jul 2007 20:09:50 -0000	1.100
@@ -1 +1 @@
-c1822554521f8bc39879e5b5afab2d73  audit-1.5.5.tar.gz
+72a7fb8e5ea41706f1db8a81c55a4b97  audit-1.5.6.tar.gz


--- audit-1.5.5-reconfig.patch DELETED ---


--- audit-1.5.5-sca-categories.patch DELETED ---




More information about the scm-commits mailing list