Author: sgrubb
Update of /cvs/pkgs/rpms/audit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9376
Modified Files:
.cvsignore audit.spec sources
Log Message:
* Thu Jan 31 2008 Steve Grubb <sgrubb(a)redhat.com> 1.6.7-1
- In ausearch/report, prefer -if to stdin
- In ausearch/report, add new command line option --input-logs (#428860)
- Updated audisp-prelude based on feedback from prelude-devel
- Added prelude alert for promiscuous socket being opened
- Added prelude alert for SE Linux policy enforcement changes
- Added prelude alerts for Forbidden Login Locations and Time
- Applied patch to auparse fixing error handling of searching by
interpreted value (Miloslav Trmac)
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- .cvsignore 19 Jan 2008 20:59:34 -0000 1.86
+++ .cvsignore 31 Jan 2008 22:07:21 -0000 1.87
@@ -83,3 +83,4 @@
audit-1.6.4.tar.gz
audit-1.6.5.tar.gz
audit-1.6.6.tar.gz
+audit-1.6.7.tar.gz
Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- audit.spec 19 Jan 2008 20:59:34 -0000 1.159
+++ audit.spec 31 Jan 2008 22:07:21 -0000 1.160
@@ -5,7 +5,7 @@
Summary: User space tools for 2.6 kernel auditing
Name: audit
-Version: 1.6.6
+Version: 1.6.7
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Daemons
@@ -18,7 +18,7 @@
BuildRequires: autoconf >= 2.59
Requires: %{name}-libs = %{version}-%{release}
Requires: chkconfig
-Prereq: coreutils
+Requires(pre): coreutils
%description
The audit package contains the user space utilities for
@@ -306,6 +306,16 @@
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
%changelog
+* Thu Jan 31 2008 Steve Grubb <sgrubb(a)redhat.com> 1.6.7-1
+- In ausearch/report, prefer -if to stdin
+- In ausearch/report, add new command line option --input-logs (#428860)
+- Updated audisp-prelude based on feedback from prelude-devel
+- Added prelude alert for promiscuous socket being opened
+- Added prelude alert for SE Linux policy enforcement changes
+- Added prelude alerts for Forbidden Login Locations and Time
+- Applied patch to auparse fixing error handling of searching by
+ interpreted value (Miloslav Trmac)
+
* Sat Jan 19 2008 Steve Grubb <sgrubb(a)redhat.com> 1.6.6-1
- Add prelude IDS plugin for IDMEF alerts
- Add --user option to aulastlog command
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- sources 19 Jan 2008 21:24:21 -0000 1.108
+++ sources 31 Jan 2008 22:07:21 -0000 1.109
@@ -1 +1 @@
-004e494f6c81c874cb174d548a3ce9c1 audit-1.6.6.tar.gz
+589a5e3a33ee8df891fc83bddca79f5d audit-1.6.7.tar.gz