diff --git a/.cvsignore b/.cvsignore index c209eb2..e2133e6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ audit-0.5.5.tar.gz audit-0.6.3.tar.gz audit-0.6.4.tar.gz audit-0.6.5.tar.gz +audit-0.6.6.tar.gz diff --git a/audit.spec b/audit.spec index f3e7ca9..a1f3bb5 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 0.6.5 +Version: 0.6.6 Release: 1 License: GPL Group: System Environment/Daemons @@ -67,8 +67,9 @@ cd $RPM_BUILD_ROOT/%{_libdir} ln -s ../../%{_lib}/libaudit.so libaudit.so cd $curdir -# Not ready to distribute - nuke it +# Not ready to distribute - nuke 'em rm -f $RPM_BUILD_ROOT/sbin/ausearch +rm -f $RPM_BUILD_ROOT/sbin/autrace %clean rm -rf $RPM_BUILD_ROOT @@ -123,6 +124,14 @@ fi %changelog +* Tue Mar 8 2005 Steve Grubb 0.6.6-1 +- Fix audit_set_pid to try to read a reply, but its non-fatal if no reply. +- Remove the read status during init +- Change to using pthreads sync mechanism for stopping system +- Worker thread should ignore all signals +- Change main loop to use select for inbound event handling +- Gave pam_loginuid a "failok" option for testing + * Thu Mar 3 2005 Steve Grubb 0.6.5-1 - Lots of code cleanups - Added write_pid function to auditd diff --git a/sources b/sources index 2f7eeb6..ceebfcb 100644 --- a/sources +++ b/sources @@ -2,3 +2,4 @@ 36054c4f05d5ef1922cabf5b32824874 audit-0.6.3.tar.gz ef25d37e80f64abc64e79f8077c41bfe audit-0.6.4.tar.gz 637a90811cd15f810555d71cb17618b8 audit-0.6.5.tar.gz +cde632731563e8b7e665cd50c9274139 audit-0.6.6.tar.gz