diff --git a/.cvsignore b/.cvsignore index c2c0f17..3c352b4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -59,3 +59,4 @@ audit-1.1.6.tar.gz audit-1.2.tar.gz audit-1.2.1.tar.gz audit-1.2.2.tar.gz +audit-1.2.3.tar.gz diff --git a/audit.spec b/audit.spec index 4c1c635..1c01278 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 1.2.2 +Version: 1.2.3 Release: 2 License: GPL Group: System Environment/Daemons @@ -90,6 +90,9 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libauparse.la rm -f $RPM_BUILD_ROOT/%{_libdir}/python2.4/site-packages/_audit.a rm -f $RPM_BUILD_ROOT/%{_libdir}/python2.4/site-packages/_audit.la +# Temp remove this file +rm -f $RPM_BUILD_ROOT/sbin/audispd + %clean rm -rf $RPM_BUILD_ROOT @@ -146,7 +149,7 @@ fi %attr(750,root,root) /sbin/ausearch %attr(750,root,root) /sbin/aureport %attr(750,root,root) /sbin/autrace -%attr(750,root,root) /sbin/audispd +#%attr(750,root,root) /sbin/audispd %attr(755,root,root) /etc/rc.d/init.d/auditd %attr(750,root,root) %{_var}/log/audit %attr(750,root,root) %dir /etc/audit @@ -156,6 +159,12 @@ fi %changelog +* Fri May 25 2006 Steve Grubb 1.2.3-1 +- Apply patch to ensure watches only associate with exit filter +- Apply patch to correctly show new operators when new listing format is used +- Apply patch to pull kernel's audit.h into python bindings +- Collect signal sender's context + * Tue May 16 2006 David Woodhouse 1.2.2-2 - Require kernel-headers, not glibc-kernheaders. Again. @@ -199,6 +208,15 @@ fi - Add man pages - Auditd ignore most signals +* Fri Feb 10 2006 Jesse Keating - 1.1.4-5.1 +- bump again for double-long bug on ppc(64) + +* Fri Feb 10 2006 Steve Grubb 1.1.4-5 +- Change audit_log_semanage_message to check strlen as well as NULL. + +* Thu Feb 9 2006 Steve Grubb 1.1.4-3 +- Change audit_log_semanage_message to take new params. + * Wed Feb 8 2006 Steve Grubb 1.1.4-1 - Fix bug in autrace where it didn't run on kernels without file watch support - Add syslog message to auditd saying what program was started for dispatcher @@ -211,6 +229,9 @@ fi - Call shutdown_dispatcher when auditd stops - Add new logging function audit_log_semanage_message +* Tue Feb 07 2006 Jesse Keating - 1.1.3-1.1 +- rebuilt for new gcc4.1 snapshot and glibc changes + * Thu Jan 5 2006 Steve Grubb 1.1.3-1 - Add timestamp to daemon_config messages (#174865) - Add error checking of year for aureport & ausearch diff --git a/sources b/sources index 8d9559d..41d9688 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5474099a13cdbd514386ad14057077f4 audit-1.2.2.tar.gz +a121e66bf44a65af3c4a04220a176d2e audit-1.2.3.tar.gz