From 1611412b752ca60b83747138fb3e3a85290d1fa7 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Jun 02 2005 19:43:35 +0000 Subject: New version --- diff --git a/.cvsignore b/.cvsignore index 815292b..a6c8843 100644 --- a/.cvsignore +++ b/.cvsignore @@ -18,3 +18,4 @@ audit-0.7.3.tar.gz audit-0.7.4.tar.gz audit-0.8.1.tar.gz audit-0.8.2.tar.gz +audit-0.9.2.tar.gz diff --git a/audit.spec b/audit.spec index 2eb76c4..25082b9 100644 --- a/audit.spec +++ b/audit.spec @@ -1,14 +1,14 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 0.8.2 -Release: 2 +Version: 0.9.2 +Release: 1 License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libtool -BuildRequires: glibc-kernheaders >= 2.4-9.1.90 +BuildRequires: glibc-kernheaders >= 2.4-9.1.95 BuildRequires: automake >= 1.9 BuildRequires: autoconf >= 2.59 Requires: %{name}-libs = %{version}-%{release} @@ -119,6 +119,22 @@ fi %changelog +* Thu Jun 2 2005 Steve Grubb 0.9.2-1 +- Step up to new glibc-kernheaders + +* Thu Jun 2 2005 Steve Grubb 0.9.1-1 +- AUDITD_CLEAN_STOP config option in /etc/sysconfig/auditd +- When unknown, show raw record in ausearch. +- Add CWD message type support + +* Wed May 25 2005 Steve Grubb 0.9-1 +- Translate numeric info to human readable for ausearch output +- add '-if' option to ausearch to select input file +- add '-c' option to ausearch to allow searching by comm field +- init script now deletes all rules when daemon stops +- Make auditctl display perms correctly in watch listings +- Make auditctl -D remove all watches + * Thu May 20 2005 Steve Grubb 0.8.2-1 - Update documentation - Handle user space audit events in more uniform way diff --git a/sources b/sources index 5ce1e5a..6cf168a 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ d02b1e35fdbfa5de94fd7daf8e94845a audit-0.8.1.tar.gz c4aa1fd643204e6c7b590d87bdb8dd1e audit-0.8.2.tar.gz +e31f3c554e9848a50afa6a119dc84d5c audit-0.9.2.tar.gz