rpms/audit/devel .cvsignore, 1.88, 1.89 audit.spec, 1.164, 1.165 sources, 1.110, 1.111

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Sun Mar 9 23:30:02 UTC 2008


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Sun Mar 09 2008 Steve Grubb <sgrubb at redhat.com> 1.6.9-1
- Apply hidden attribute cleanup patch (Miloslav Trmac)
- Apply auparse expression interface patch (Miloslav Trmac)
- Fix potential memleak in audit event dispatcher
- Update system-config-audit to version 0.4.6 (Miloslav Trmac)
- audisp-prelude alerts now controlled by config file
- Updated syscall table for 2.6.25 kernel
- Apply patch correcting acct field being misencoded (Miloslav Trmac)
- Added watched account login detection for prelude plugin



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- .cvsignore	14 Feb 2008 19:51:04 -0000	1.88
+++ .cvsignore	9 Mar 2008 23:29:28 -0000	1.89
@@ -85,3 +85,4 @@
 audit-1.6.6.tar.gz
 audit-1.6.7.tar.gz
 audit-1.6.8.tar.gz
+audit-1.6.9.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- audit.spec	25 Feb 2008 11:27:40 -0000	1.164
+++ audit.spec	9 Mar 2008 23:29:28 -0000	1.165
@@ -1,12 +1,12 @@
-%define sca_version 0.4.5
-%define sca_release 10
+%define sca_version 0.4.6
+%define sca_release 1
 %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.6.8
+Version: 1.6.9
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
@@ -239,11 +239,12 @@
 %{_includedir}/auparse.h
 %{_includedir}/auparse-defs.h
 %{_mandir}/man3/*
+%{_mandir}/man5/ausearch-expression.5.gz
 
 %files libs-python
 %defattr(-,root,root)
-%{_libdir}/python?.?/site-packages/_audit.so
-%{_libdir}/python?.?/site-packages/auparse.so
+%attr(755,root,root) %{_libdir}/python?.?/site-packages/_audit.so
+%attr(755,root,root) %{_libdir}/python?.?/site-packages/auparse.so
 %{_libdir}/python?.?/site-packages/auparse-*.egg-info
 %{python_sitelib}/audit.py*
 
@@ -288,7 +289,9 @@
 %attr(750,root,root) /sbin/audispd-zos-remote
 %attr(644,root,root) %{_datadir}/selinux/*/audispd-zos-remote.pp
 %config(noreplace) %attr(640,root,root) /etc/audisp/plugins.d/au-prelude.conf
+%config(noreplace) %attr(640,root,root) /etc/audisp/audisp-prelude.conf
 %attr(750,root,root) /sbin/audisp-prelude
+%attr(644,root,root) %{_mandir}/man5/audisp-prelude.conf.5.gz
 %attr(644,root,root) %{_mandir}/man8/audisp-prelude.8.gz
 
 %files -n system-config-audit -f system-config-audit.lang
@@ -307,6 +310,16 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Sun Mar 09 2008 Steve Grubb <sgrubb at redhat.com> 1.6.9-1
+- Apply hidden attribute cleanup patch (Miloslav Trmac)
+- Apply auparse expression interface patch (Miloslav Trmac)
+- Fix potential memleak in audit event dispatcher
+- Update system-config-audit to version 0.4.6 (Miloslav Trmac)
+- audisp-prelude alerts now controlled by config file
+- Updated syscall table for 2.6.25 kernel
+- Apply patch correcting acct field being misencoded (Miloslav Trmac)
+- Added watched account login detection for prelude plugin
+
 * Thu Feb 14 2008 Steve Grubb <sgrubb at redhat.com> 1.6.8-1
 - Update for gcc 4.3
 - Cleanup descriptors in audispd before running plugin


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- sources	14 Feb 2008 19:51:04 -0000	1.110
+++ sources	9 Mar 2008 23:29:28 -0000	1.111
@@ -1 +1 @@
-67cd6d2995bbb0a8b3c37ce484d758f5  audit-1.6.8.tar.gz
+7e055793c057883f39b10d8ba783de98  audit-1.6.9.tar.gz




More information about the fedora-extras-commits mailing list