diff --git a/.cvsignore b/.cvsignore index f487b65..57ff0b0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -41,3 +41,4 @@ audit-1.0.tar.gz audit-1.0.1.tar.gz audit-1.0.2.tar.gz audit-1.0.3.tar.gz +audit-1.0.4.tar.gz diff --git a/audit.spec b/audit.spec index 6a1a416..9ca6b52 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 1.0.3 +Version: 1.0.4 Release: 1 License: GPL Group: System Environment/Daemons @@ -121,6 +121,13 @@ fi %changelog +* Fri Sep 23 2005 Steve Grubb 1.0.4-1 +- Make rate & backlog 32 bit unsigned int in auditctl +- In auditctl, if -F arch is given with -t option, don't require list +- Update auditd man page +- Add size check to audit_send +- Update message for audit_open failure when kernel doesn't support audit + * Mon Aug 22 2005 Steve Grubb 1.0.3-1 - adjust file perms of newly created log file in auditd - fix 2 memory leaks and an out of bounds access in auditd diff --git a/sources b/sources index 30c4746..5eddd6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -950daad97adfa3134289aa5b4e885f8f audit-1.0.3.tar.gz +0fa56930d4d23ab1f6988756b03bc208 audit-1.0.4.tar.gz