From 0f4ff3fca495bbaf0a42e846d4ec85337cc0947c Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Sep 11 2008 22:51:16 +0000 Subject: - Add subject to audit daemon events (Chu Li) - Add tcp_wrappers support for auditd - Updated syscall tables for 2.6.27 kernel - Audit connect/disconnect of remote clients - Add GSS/Kerberos encryption to the remote protocol (DJ Delorie) --- diff --git a/.cvsignore b/.cvsignore index 51bcf37..d9cdcb0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -91,3 +91,4 @@ audit-1.7.1.tar.gz audit-1.7.3.tar.gz audit-1.7.4.tar.gz audit-1.7.5.tar.gz +audit-1.7.6.tar.gz diff --git a/audit.spec b/audit.spec index 4da2efb..808a9df 100644 --- a/audit.spec +++ b/audit.spec @@ -1,12 +1,12 @@ %define sca_version 0.4.8 -%define sca_release 1 +%define sca_release 2 %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.5 +Version: 1.7.6 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons @@ -15,6 +15,7 @@ Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz Patch1: audit-1.7.5-policy.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext-devel intltool libtool swig python-devel +BuildRequires: tcp_wrappers-devel krb5-devel BuildRequires: kernel-headers >= 2.6.18 BuildRequires: automake >= 1.9 BuildRequires: autoconf >= 2.59 @@ -102,7 +103,7 @@ cp -p audisp/plugins/zos-remote/policy/audispd-zos-remote.* zos-remote-policy %build (cd system-config-audit; ./autogen.sh) -%configure --sbindir=/sbin --libdir=/%{_lib} --with-prelude +%configure --sbindir=/sbin --libdir=/%{_lib} --with-prelude --with-libwrap --enable-gssapi-krb5 make %{?_smp_mflags} cd zos-remote-policy for selinuxvariant in %{selinux_variants} @@ -167,10 +168,8 @@ desktop-file-install \ --delete-original \ system-config-audit/system-config-audit.desktop -# This is a reminder to enable it when tests -# aren't based on postfix uids -#% check -#make check +%check +make check %clean rm -rf $RPM_BUILD_ROOT @@ -325,6 +324,13 @@ fi %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server %changelog +* Wed Sep 11 2008 Steve Grubb 1.7.6-1 +- Add subject to audit daemon events (Chu Li) +- Add tcp_wrappers support for auditd +- Updated syscall tables for 2.6.27 kernel +- Audit connect/disconnect of remote clients +- Add GSS/Kerberos encryption to the remote protocol (DJ Delorie) + * 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 diff --git a/sources b/sources index b9dc4f0..bcd8a06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -584b681fb473c74e2325b92a4c3d3423 audit-1.7.5.tar.gz +4dcd4f2f9535feb38a2ad0c594dfdeb1 audit-1.7.6.tar.gz