- 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)
This commit is contained in:
Steve Grubb 2008-08-25 20:05:09 +00:00
parent 8b5ee23989
commit dce82d1b97
3 changed files with 13 additions and 6 deletions

View File

@ -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

View File

@ -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 <sgrubb@redhat.com> 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 <sgrubb@redhat.com> 1.7.4-2
- Move ausearch-expression to main package (#453437)

View File

@ -1 +1 @@
ca3b9195b43ed341b03e6bccdb8ca57d audit-1.7.4.tar.gz
584b681fb473c74e2325b92a4c3d3423 audit-1.7.5.tar.gz