- Adjust umask

- Adjust length of strings for file system watches to not include NUL
- Remove extra error message from audit_send
This commit is contained in:
Steve Grubb 2005-07-07 15:59:43 +00:00
parent 3fa19caed5
commit 7dfa20a5da
3 changed files with 9 additions and 3 deletions

View File

@ -32,3 +32,4 @@ audit-0.9.12.tar.gz
audit-0.9.13.tar.gz audit-0.9.13.tar.gz
audit-0.9.14.tar.gz audit-0.9.14.tar.gz
audit-0.9.15.tar.gz audit-0.9.15.tar.gz
audit-0.9.16.tar.gz

View File

@ -1,6 +1,6 @@
Summary: User space tools for 2.6 kernel auditing. Summary: User space tools for 2.6 kernel auditing.
Name: audit Name: audit
Version: 0.9.15 Version: 0.9.16
Release: 1 Release: 1
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -33,7 +33,7 @@ Summary: Header files and static library for libaudit
License: LGPL License: LGPL
Group: Development/Libraries Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
Requires: glibc-kernheaders >= 2.4-9.1.90 Requires: glibc-kernheaders >= 2.4-9.1.95
%description libs-devel %description libs-devel
The audit-libs-devel package contains the static libraries and header The audit-libs-devel package contains the static libraries and header
@ -122,6 +122,11 @@ fi
%changelog %changelog
* Thu Jul 07 2005 Steve Grubb <sgrubb@redhat.com> 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 <sgrubb@redhat.com> 0.9.15-1 * Tue Jun 27 2005 Steve Grubb <sgrubb@redhat.com> 0.9.15-1
- Update log rotation handling to be more robust - Update log rotation handling to be more robust

View File

@ -1 +1 @@
f5ec599bd05caae80935a7222fca6cc6 audit-0.9.15.tar.gz b2bbae35af92b1b9372ed6ad13b132db audit-0.9.16.tar.gz