From 7f66efebc1632af08a362ba742cd3275487d1783 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Mar 06 2006 22:18:21 +0000 Subject: - Changed audit_log_semanage_message to take new params - In aureport, add class between syscall and permission in avc report - Fix bug where fsync is called in debug mode - Add optional support for tty in SYSCALL records for ausearch/aureport - Reinstate legacy rule operator support - Add man pages - Auditd ignore most signals --- diff --git a/.cvsignore b/.cvsignore index f367f53..bc512ee 100644 --- a/.cvsignore +++ b/.cvsignore @@ -54,3 +54,4 @@ audit-1.1.1.tar.gz audit-1.1.2.tar.gz audit-1.1.3.tar.gz audit-1.1.4.tar.gz +audit-1.1.5.tar.gz diff --git a/audit.spec b/audit.spec index bf820dc..ddf51f5 100644 --- a/audit.spec +++ b/audit.spec @@ -1,13 +1,12 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 1.1.4 -Release: 5.1 +Version: 1.1.5 +Release: 1 License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ Source0: %{name}-%{version}.tar.gz Patch1: audit-1.1.3-initscript-disabled.patch -Patch2: audit-1.1.4-semanage.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libtool swig BuildRequires: glibc-kernheaders >= 2.4-9.1.95 @@ -57,7 +56,6 @@ can be used by python. %setup -q # When in production, uncomment this so the patch is applied #%patch1 -p1 -%patch2 -p1 %build autoreconf -fv --install @@ -148,6 +146,15 @@ fi %changelog +* Wed Mar 6 2006 Steve Grubb 1.1.5-1 +- Changed audit_log_semanage_message to take new params +- In aureport, add class between syscall and permission in avc report +- Fix bug where fsync is called in debug mode +- Add optional support for tty in SYSCALL records for ausearch/aureport +- Reinstate legacy rule operator support +- Add man pages +- Auditd ignore most signals + * Fri Feb 10 2006 Jesse Keating - 1.1.4-5.1 - bump again for double-long bug on ppc(64) diff --git a/sources b/sources index 05205d5..fd55a49 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 3a5f2a609b72de4101cc78f28c233a30 audit-1.1.4.tar.gz +78d71a75ac2677cb77be3dc788119d2c audit-1.1.5.tar.gz