rpms/audit/devel .cvsignore, 1.84, 1.85 audit.spec, 1.155, 1.156 sources, 1.105, 1.106 audit-1.6.5-perm.patch, 1.1, NONE

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Mon Jan 7 20:11:55 UTC 2008


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Removed Files:
	audit-1.6.5-perm.patch 
Log Message:
* Mon Jan 07 2008 Steve Grubb <sgrubb at redhat.com> 1.6.5-1
- Fix config parser to allow either 0640 or 0600 for audit logs (#427062)
- Check for audit log being writable by owner in auditd
- If auditd logging was suspended, it can be resumed with SIGUSR2 (#251639)
- Updated CAPP, LSPP, and NISPOM rules for new capabilities
- Added aulastlog utility



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- .cvsignore	29 Dec 2007 15:51:09 -0000	1.84
+++ .cvsignore	7 Jan 2008 20:11:15 -0000	1.85
@@ -81,3 +81,4 @@
 audit-1.6.1.tar.gz
 audit-1.6.2.tar.gz
 audit-1.6.4.tar.gz
+audit-1.6.5.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- audit.spec	31 Dec 2007 03:48:17 -0000	1.155
+++ audit.spec	7 Jan 2008 20:11:15 -0000	1.156
@@ -1,17 +1,16 @@
 %define sca_version 0.4.5
-%define sca_release 4
+%define sca_release 5
 %define selinux_variants mls strict targeted
 %define selinux_policyver %(rpm -q selinux-policy | sed -e 's,^selinux-policy-\\([^/]*\\)$,\\1,')
 
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
-Version: 1.6.4
-Release: 3%{?dist}
+Version: 1.6.5
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: %{name}-%{version}.tar.gz
-Patch1: audit-1.6.5-perm.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext-devel intltool libtool swig python-devel
 BuildRequires: kernel-headers >= 2.6.18
@@ -91,7 +90,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 mkdir zos-remote-policy
 cp -p audisp/plugins/zos-remote/policy/audispd-zos-remote.* zos-remote-policy
 
@@ -156,6 +154,7 @@
 
 %clean
 rm -rf $RPM_BUILD_ROOT
+rm -rf zos-remote-policy
 
 %post libs -p /sbin/ldconfig
 
@@ -241,6 +240,7 @@
 %attr(644,root,root) %{_mandir}/man8/aureport.8.gz
 %attr(644,root,root) %{_mandir}/man8/ausearch.8.gz
 %attr(644,root,root) %{_mandir}/man8/autrace.8.gz
+%attr(644,root,root) %{_mandir}/man8/aulastlog.8.gz
 %attr(644,root,root) %{_mandir}/man5/auditd.conf.5.gz
 %attr(644,root,root) %{_mandir}/man5/audispd.conf.5.gz
 %attr(750,root,root) /sbin/auditctl
@@ -249,6 +249,7 @@
 %attr(755,root,root) /sbin/aureport
 %attr(750,root,root) /sbin/autrace
 %attr(750,root,root) /sbin/audispd
+%attr(750,root,root) /sbin/aulastlog
 %attr(755,root,root) /etc/rc.d/init.d/auditd
 %attr(750,root,root) %{_var}/log/audit
 %attr(750,root,root) %dir /etc/audit
@@ -264,9 +265,6 @@
 %files -n audispd-plugins
 %defattr(-,root,root,-)
 %attr(640,root,root) /etc/audisp/plugins.d/syslog.conf
-%attr(640,root,root) /etc/audisp/plugins.d/au-ids.conf
-%attr(640,root,root) /etc/audisp/plugins.d/remote.conf
-%attr(750,root,root) /sbin/audisp-ids
 %attr(644,root,root) %{_mandir}/man8/audispd-zos-remote.8.gz
 %attr(644,root,root) %{_mandir}/man5/zos-remote.conf.5.gz
 %config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/audispd-zos-remote.conf
@@ -290,6 +288,13 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Mon Jan 07 2008 Steve Grubb <sgrubb at redhat.com> 1.6.5-1
+- Fix config parser to allow either 0640 or 0600 for audit logs (#427062)
+- Check for audit log being writable by owner in auditd
+- If auditd logging was suspended, it can be resumed with SIGUSR2 (#251639)
+- Updated CAPP, LSPP, and NISPOM rules for new capabilities
+- Added aulastlog utility
+
 * Sun Dec 30 2007 Steve Grubb <sgrubb at redhat.com> 1.6.4-3
 - Allow 0600 file perms for audit logs
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- sources	29 Dec 2007 15:51:09 -0000	1.105
+++ sources	7 Jan 2008 20:11:15 -0000	1.106
@@ -1 +1 @@
-3845dc6b8fbca062984b4968a15c208f  audit-1.6.4.tar.gz
+53ede8c7422cb251d01d06c7a5e3027b  audit-1.6.5.tar.gz


--- audit-1.6.5-perm.patch DELETED ---




More information about the fedora-extras-commits mailing list