diff --git a/.cvsignore b/.cvsignore index 97d2ea7..3bf71f3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -72,3 +72,4 @@ audit-1.4.tar.gz audit-1.4.1.tar.gz audit-1.4.2.tar.gz audit-1.5.tar.gz +audit-1.5.1.tar.gz diff --git a/audit.spec b/audit.spec index cf19b6c..ecda3c2 100644 --- a/audit.spec +++ b/audit.spec @@ -1,7 +1,7 @@ Summary: User space tools for 2.6 kernel auditing Name: audit -Version: 1.5 -Release: 2%{?dist} +Version: 1.5.1 +Release: 1%{?dist} License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ @@ -191,6 +191,15 @@ fi %doc %attr(640,root,root) /etc/audispd/policies.d/README-CONF_POLICIES_D %changelog +* Tue Mar 20 2007 Steve Grubb 1.5.1-1 +- Updated autrace to monitor *at syscalls +- Add support in libaudit for AUDIT_BIT_TEST(^) and AUDIT_MASK_TEST (&) +- Finish reworking auditd config parser +- In auparse, interpret open, fcntl, and clone flags +- In auparse, when interpreting execve record types, run args through unencode +- Add support for OBJ_PID message type +- Event dispatcher updates + * Fri Mar 2 2007 Steve Grubb 1.5-2 - rebuild diff --git a/sources b/sources index e1febe7..33dbb13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81d2c5d76c6130c1f95cb1cdb9032523 audit-1.5.tar.gz +9f410eae053012d1f4db7f60c45cf8bf audit-1.5.1.tar.gz