From 22affea5bd4d039bff856511092f805c9566bd9b Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Jan 05 2006 23:37:48 +0000 Subject: - Add timestamp to daemon_config messages (#174865) - Add error checking of year for aureport & ausearh - Treat af_unix sockets as files for searching and reporting - Update capp & lspp rules to combine syscalls for higher performance - Adjusted the chkconfig line for auditd to start a little earlier - Added skeleton program to docs for people to write their own dispatcher with - Apply patch from Ulrich Drepper that optimizes resource utilization - Change ausearch and aureport to unlocked IO --- diff --git a/.cvsignore b/.cvsignore index 766eb23..db19ba7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -52,3 +52,4 @@ audit-1.0.12.tar.gz audit-1.1.tar.gz audit-1.1.1.tar.gz audit-1.1.2.tar.gz +audit-1.1.3.tar.gz diff --git a/audit.spec b/audit.spec index 83e076d..1c62650 100644 --- a/audit.spec +++ b/audit.spec @@ -1,13 +1,14 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 1.1.2 -Release: 1.1 +Version: 1.1.3 +Release: 1 License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ Source0: %{name}-%{version}.tar.gz +Patch1: audit-1.1.3-initscript-disabled.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libtool +BuildRequires: libtool swig BuildRequires: glibc-kernheaders >= 2.4-9.1.95 BuildRequires: automake >= 1.9 BuildRequires: autoconf >= 2.59 @@ -53,6 +54,8 @@ can be used by python. %prep %setup -q +# When in production, uncomment this so the patch is applied +#%patch1 -p1 %build autoreconf -fv --install @@ -84,6 +87,8 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.so rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.la rm -f $RPM_BUILD_ROOT/%{_libdir}/python2.4/site-packages/_audit.a rm -f $RPM_BUILD_ROOT/%{_libdir}/python2.4/site-packages/_audit.la +# Temp remove this file +rm -f $RPM_BUILD_ROOT/sbin/audispd %clean rm -rf $RPM_BUILD_ROOT @@ -125,14 +130,14 @@ fi %files %defattr(-,root,root,-) -%doc README COPYING ChangeLog sample.rules contrib/capp.rules contrib/lspp.rules init.d/auditd.cron +%doc README COPYING ChangeLog sample.rules contrib/capp.rules contrib/lspp.rules contrib/skeleton.c init.d/auditd.cron %attr(0644,root,root) %{_mandir}/man8/* %attr(750,root,root) /sbin/auditctl %attr(750,root,root) /sbin/auditd %attr(750,root,root) /sbin/ausearch %attr(750,root,root) /sbin/aureport %attr(750,root,root) /sbin/autrace -%attr(750,root,root) /sbin/audispd +#%attr(750,root,root) /sbin/audispd %attr(755,root,root) /etc/rc.d/init.d/auditd %attr(750,root,root) %{_var}/log/audit %config(noreplace) %attr(640,root,root) /etc/auditd.conf @@ -141,8 +146,15 @@ fi %changelog -* Fri Dec 09 2005 Jesse Keating -- rebuilt +* Thu Jan 5 2006 Steve Grubb 1.1.3-1 +- Add timestamp to daemon_config messages (#174865) +- Add error checking of year for aureport & ausearh +- Treat af_unix sockets as files for searching and reporting +- Update capp & lspp rules to combine syscalls for higher performance +- Adjusted the chkconfig line for auditd to start a little earlier +- Added skeleton program to docs for people to write their own dispatcher with +- Apply patch from Ulrich Drepper that optimizes resource utilization +- Change ausearch and aureport to unlocked IO * Thu Dec 5 2005 Steve Grubb 1.1.2-1 - Add more message types diff --git a/sources b/sources index 054ede2..4a1d596 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7537b147736ebf50cf7103a767d6725a audit-1.1.2.tar.gz +ff5be0c2fdc3a28ec4903f64a5587faf audit-1.1.3.tar.gz