- Bug fixes for GSSAPI code in remote logging (DJ Delorie)

- Add watched syscall support to audisp-prelude
- Enable tcp_wrappers support in auditd
This commit is contained in:
Steve Grubb 2008-09-17 20:12:32 +00:00
parent baa6b19d1f
commit fffe22aac3
3 changed files with 11 additions and 5 deletions

View File

@ -92,3 +92,4 @@ audit-1.7.3.tar.gz
audit-1.7.4.tar.gz audit-1.7.4.tar.gz
audit-1.7.5.tar.gz audit-1.7.5.tar.gz
audit-1.7.6.tar.gz audit-1.7.6.tar.gz
audit-1.7.7.tar.gz

View File

@ -1,12 +1,12 @@
%define sca_version 0.4.8 %define sca_version 0.4.8
%define sca_release 2 %define sca_release 3
%define selinux_variants mls strict targeted %define selinux_variants mls strict targeted
%define selinux_policyver 3.2.5 %define selinux_policyver 3.2.5
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?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 Summary: User space tools for 2.6 kernel auditing
Name: audit Name: audit
Version: 1.7.6 Version: 1.7.7
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Daemons Group: System Environment/Daemons
@ -168,8 +168,8 @@ desktop-file-install \
--delete-original \ --delete-original \
system-config-audit/system-config-audit.desktop system-config-audit/system-config-audit.desktop
#% check %check
#make check make check
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -324,6 +324,11 @@ fi
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
%changelog %changelog
* Wed Sep 17 2008 Steve Grubb <sgrubb@redhat.com> 1.7.7-1
- Bug fixes for GSSAPI code in remote logging (DJ Delorie)
- Add watched syscall support to audisp-prelude
- Enable tcp_wrappers support in auditd
* Wed Sep 11 2008 Steve Grubb <sgrubb@redhat.com> 1.7.6-1 * Wed Sep 11 2008 Steve Grubb <sgrubb@redhat.com> 1.7.6-1
- Add subject to audit daemon events (Chu Li) - Add subject to audit daemon events (Chu Li)
- Add tcp_wrappers support for auditd - Add tcp_wrappers support for auditd

View File

@ -1 +1 @@
4dcd4f2f9535feb38a2ad0c594dfdeb1 audit-1.7.6.tar.gz be66a1e78091f0e7280e286784c5b4b3 audit-1.7.7.tar.gz