rpms/audit/devel .cvsignore, 1.96, 1.97 audit.spec, 1.187, 1.188 sources, 1.120, 1.121 audit-1.7.8-nopolicy.patch, 1.2, NONE

Steve Grubb sgrubb at fedoraproject.org
Wed Oct 22 18:22:17 UTC 2008


Author: sgrubb

Update of /cvs/pkgs/rpms/audit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27076

Modified Files:
	.cvsignore audit.spec sources 
Removed Files:
	audit-1.7.8-nopolicy.patch 
Log Message:
* Wed Oct 22 2008 Steve Grubb <sgrubb at redhat.com> 1.7.8-1
- Disable GSSAPI support until its reworked as plugin
- Interpret TTY audit data in auparse (Miloslav Trmač)
- Extract terminal from USER_AVC events for ausearch/report (Peng Haitao)
- Add USER_AVCs to aureport's avc reporting (Peng Haitao)
- Short circuit hostname resolution in libaudit if host is empty
- If log_group and user are not root, don't check dispatcher perms
- Fix a bug when executing "ausearch -te today PM"
- Add --exit search option to ausearch
- Fix parsing config file when kerberos is disabled



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- .cvsignore	17 Sep 2008 20:12:32 -0000	1.96
+++ .cvsignore	22 Oct 2008 18:21:46 -0000	1.97
@@ -93,3 +93,4 @@
 audit-1.7.5.tar.gz
 audit-1.7.6.tar.gz
 audit-1.7.7.tar.gz
+audit-1.7.8.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- audit.spec	16 Oct 2008 19:54:50 -0000	1.187
+++ audit.spec	22 Oct 2008 18:21:46 -0000	1.188
@@ -1,19 +1,18 @@
 %define sca_version 0.4.8
-%define sca_release 4
+%define sca_release 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.7
-Release: 2%{?dist}
+Version: 1.7.8
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
-Patch1: audit-1.7.8-nopolicy.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: tcp_wrappers-devel 
 BuildRequires: kernel-headers >= 2.6.18
 BuildRequires: automake >= 1.9
 BuildRequires: autoconf >= 2.59
@@ -87,11 +86,10 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 (cd system-config-audit; ./autogen.sh)
-%configure --sbindir=/sbin --libdir=/%{_lib} --with-prelude --with-libwrap --enable-gssapi-krb5
+%configure --sbindir=/sbin --libdir=/%{_lib} --with-prelude --with-libwrap --enable-gssapi-krb5=no
 make %{?_smp_mflags}
 
 %install
@@ -276,6 +274,17 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Wed Oct 22 2008 Steve Grubb <sgrubb at redhat.com> 1.7.8-1
+- Disable GSSAPI support until its reworked as plugin
+- Interpret TTY audit data in auparse (Miloslav Trmač)
+- Extract terminal from USER_AVC events for ausearch/report (Peng Haitao)
+- Add USER_AVCs to aureport's avc reporting (Peng Haitao)
+- Short circuit hostname resolution in libaudit if host is empty
+- If log_group and user are not root, don't check dispatcher perms
+- Fix a bug when executing "ausearch -te today PM"
+- Add --exit search option to ausearch
+- Fix parsing config file when kerberos is disabled
+
 * Thu Oct 16 2008 Steve Grubb <sgrubb at redhat.com> 1.7.7-2
 - Remove selinux policy for zos-remote
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- sources	17 Sep 2008 20:12:32 -0000	1.120
+++ sources	22 Oct 2008 18:21:46 -0000	1.121
@@ -1 +1 @@
-be66a1e78091f0e7280e286784c5b4b3  audit-1.7.7.tar.gz
+6b2529433c2fcf4728b286f0d822d016  audit-1.7.8.tar.gz


--- audit-1.7.8-nopolicy.patch DELETED ---




More information about the scm-commits mailing list