diff --git a/.cvsignore b/.cvsignore index 0122885..abb885a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/audit.spec b/audit.spec index e8a7be1..f0c8d22 100644 --- a/audit.spec +++ b/audit.spec @@ -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 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 - 1.2.5-8 - rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc* (#203001) diff --git a/sources b/sources index a5dbd50..b911cf2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d5d56d5e3189215dcd37a5eded761d12 audit-1.2.5.tar.gz +de377351b79b813636b56bce42b0031f audit-1.2.6.tar.gz