From 7dfa20a5daec380a1073df06b5a3f037d2488bec Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Thu, 7 Jul 2005 15:59:43 +0000 Subject: [PATCH] - Adjust umask - Adjust length of strings for file system watches to not include NUL - Remove extra error message from audit_send --- .cvsignore | 1 + audit.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 206a22e..666276d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -32,3 +32,4 @@ audit-0.9.12.tar.gz audit-0.9.13.tar.gz audit-0.9.14.tar.gz audit-0.9.15.tar.gz +audit-0.9.16.tar.gz diff --git a/audit.spec b/audit.spec index 4a2d802..0b5fbfb 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 0.9.15 +Version: 0.9.16 Release: 1 License: GPL Group: System Environment/Daemons @@ -33,7 +33,7 @@ Summary: Header files and static library for libaudit License: LGPL Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} -Requires: glibc-kernheaders >= 2.4-9.1.90 +Requires: glibc-kernheaders >= 2.4-9.1.95 %description libs-devel The audit-libs-devel package contains the static libraries and header @@ -122,6 +122,11 @@ fi %changelog +* Thu Jul 07 2005 Steve Grubb 0.9.16-1 +- Adjust umask +- Adjust length of strings for file system watches to not include NUL +- Remove extra error message from audit_send + * Tue Jun 27 2005 Steve Grubb 0.9.15-1 - Update log rotation handling to be more robust diff --git a/sources b/sources index 0231705..2079206 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f5ec599bd05caae80935a7222fca6cc6 audit-0.9.15.tar.gz +b2bbae35af92b1b9372ed6ad13b132db audit-0.9.16.tar.gz