- Apply updates to dispatcher

- Fix a couple bugs regarding MLS labels
- Resurrect -p option
- Tighten rules with exclude filter
- Fix parsing issue which lead to segfault in some cases
- Fix option parsing to ignore malformed lines
This commit is contained in:
Steve Grubb 2006-08-26 19:57:03 +00:00
parent 50c84f0839
commit 3dec9bc74e
3 changed files with 12 additions and 5 deletions

View File

@ -62,3 +62,4 @@ audit-1.2.2.tar.gz
audit-1.2.3.tar.gz
audit-1.2.4.tar.gz
audit-1.2.5.tar.gz
audit-1.2.6.tar.gz

View File

@ -1,12 +1,11 @@
Summary: User space tools for 2.6 kernel auditing
Name: audit
Version: 1.2.5
Release: 8
Version: 1.2.6
Release: 1
License: GPL
Group: System Environment/Daemons
URL: http://people.redhat.com/sgrubb/audit/
Source0: %{name}-%{version}.tar.gz
patch: audit-setroubleshoot.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: libtool swig python-devel
@ -56,7 +55,6 @@ can be used by python.
%prep
%setup -q
%patch -p1 -b .setroubleshoot
%build
autoreconf -fv --install
@ -168,6 +166,14 @@ fi
%config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd
%changelog
* Sat Aug 26 2006 Steve Grubb <sgrubb@redhat.com> 1.2.6-1
- Apply updates to dispatcher
- Fix a couple bugs regarding MLS labels
- Resurrect -p option
- Tighten rules with exclude filter
- Fix parsing issue which lead to segfault in some cases
- Fix option parsing to ignore malformed lines
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 1.2.5-8
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
(#203001)

View File

@ -1 +1 @@
d5d56d5e3189215dcd37a5eded761d12 audit-1.2.5.tar.gz
de377351b79b813636b56bce42b0031f audit-1.2.6.tar.gz