rpms/audit/devel .cvsignore, 1.91, 1.92 audit.spec, 1.176, 1.177 sources, 1.115, 1.116 audit-1.7.2-avc.patch, 1.1, NONE audit-1.7.3-cmd.patch, 1.1, NONE audit-1.7.3-prelude.patch, 1.2, NONE

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Fri May 9 18:37:40 UTC 2008


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Removed Files:
	audit-1.7.2-avc.patch audit-1.7.3-cmd.patch 
	audit-1.7.3-prelude.patch 
Log Message:
* Fri May 09 2008 Steve Grubb <sgrubb at redhat.com> 1.7.3-1
- Fix output of keys in ausearch interpretted mode
- Fix ausearch/report --start now to not be reset to midnight
- audispd now has a priority boost config option
- Look for laddr in avcs reported via prelude
- Detect page 0 mmaps and alert via prelude



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- .cvsignore	8 Apr 2008 17:10:03 -0000	1.91
+++ .cvsignore	9 May 2008 18:37:00 -0000	1.92
@@ -88,3 +88,4 @@
 audit-1.6.9.tar.gz
 audit-1.7.tar.gz
 audit-1.7.1.tar.gz
+audit-1.7.3.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- audit.spec	18 Apr 2008 20:18:30 -0000	1.176
+++ audit.spec	9 May 2008 18:37:00 -0000	1.177
@@ -1,20 +1,17 @@
 %define sca_version 0.4.6
-%define sca_release 6
+%define sca_release 7
 %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.2
-Release: 6%{?dist}
+Version: 1.7.3
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
-Patch1: audit-1.7.3-cmd.patch
-Patch2: audit-1.7.2-avc.patch
-Patch3: audit-1.7.3-prelude.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext-devel intltool libtool swig python-devel
 BuildRequires: kernel-headers >= 2.6.18
@@ -98,9 +95,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 mkdir zos-remote-policy
 cp -p audisp/plugins/zos-remote/policy/audispd-zos-remote.* zos-remote-policy
 
@@ -328,6 +322,13 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Fri May 09 2008 Steve Grubb <sgrubb at redhat.com> 1.7.3-1
+- Fix output of keys in ausearch interpretted mode
+- Fix ausearch/report --start now to not be reset to midnight
+- audispd now has a priority boost config option
+- Look for laddr in avcs reported via prelude
+- Detect page 0 mmaps and alert via prelude
+
 * Fri Apr 18 2008 Steve Grubb <sgrubb at redhat.com> 1.7.2-6
 - Fix overflow in audit_log_user_command, better (#438840)
 - ausearch was not matching path in avc records


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- sources	17 Apr 2008 21:14:24 -0000	1.115
+++ sources	9 May 2008 18:37:00 -0000	1.116
@@ -1 +1 @@
-1415749e73fbee34ff5f5f78ab92386a  audit-1.7.2.tar.gz
+6980bf61ff301f37259ea788cfdd5d37  audit-1.7.3.tar.gz


--- audit-1.7.2-avc.patch DELETED ---


--- audit-1.7.3-cmd.patch DELETED ---


--- audit-1.7.3-prelude.patch DELETED ---




More information about the fedora-extras-commits mailing list