diff --git a/.cvsignore b/.cvsignore index 25f6609..51bcf37 100644 --- a/.cvsignore +++ b/.cvsignore @@ -90,3 +90,4 @@ audit-1.7.tar.gz audit-1.7.1.tar.gz audit-1.7.3.tar.gz audit-1.7.4.tar.gz +audit-1.7.5.tar.gz diff --git a/audit.spec b/audit.spec index e331cba..81868f6 100644 --- a/audit.spec +++ b/audit.spec @@ -1,13 +1,13 @@ -%define sca_version 0.4.7 -%define sca_release 2 +%define sca_version 0.4.8 +%define sca_release 1 %define selinux_variants mls strict targeted %define selinux_policyver 3.2.5 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: User space tools for 2.6 kernel auditing Name: audit -Version: 1.7.4 -Release: 2%{?dist} +Version: 1.7.5 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ @@ -100,7 +100,6 @@ cp -p audisp/plugins/zos-remote/policy/audispd-zos-remote.* zos-remote-policy %build (cd system-config-audit; ./autogen.sh) -aclocal && autoconf && autoheader && automake %configure --sbindir=/sbin --libdir=/%{_lib} --with-prelude make %{?_smp_mflags} cd zos-remote-policy @@ -322,6 +321,13 @@ fi %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server %changelog +* Mon Aug 25 2008 Steve Grubb 1.7.5-1 +- Update system-config-audit to 0.4.8 +- Whole lot of bug fixes - see ChangeLog for details +- Reimplement auditd main loop using libev +- Add TCP listener to auditd to receive remote events +- Fix scheduler problem (#457061) + * Thu Jul 03 2008 Steve Grubb 1.7.4-2 - Move ausearch-expression to main package (#453437) diff --git a/sources b/sources index db1116f..b9dc4f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ca3b9195b43ed341b03e6bccdb8ca57d audit-1.7.4.tar.gz +584b681fb473c74e2325b92a4c3d3423 audit-1.7.5.tar.gz