diff --git a/.cvsignore b/.cvsignore index f44f852..fd6907e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -44,3 +44,4 @@ audit-1.0.3.tar.gz audit-1.0.4.tar.gz audit-1.0.5.tar.gz audit-1.0.6.tar.gz +audit-1.0.7.tar.gz diff --git a/audit.spec b/audit.spec index e9a8c5b..f9cc4f7 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 1.0.6 +Version: 1.0.7 Release: 1 License: GPL Group: System Environment/Daemons @@ -16,7 +16,7 @@ Requires: chkconfig %description The audit package contains the user space utilities for -storing and processing the audit records generate by +storing and searching the audit records generate by the audit subsystem in the Linux 2.6 kernel. %package libs @@ -109,8 +109,8 @@ fi %defattr(-,root,root,-) %doc README COPYING ChangeLog sample.rules contrib/capp.rules %attr(0644,root,root) %{_mandir}/man8/* -%attr(750,root,root) /sbin/auditctl -%attr(750,root,root) /sbin/auditd +%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 @@ -122,6 +122,11 @@ fi %changelog +* Wed Oct 19 2005 Steve Grubb 1.0.7-1 +- Update reports +- Add new message types +- Bug fixes + * Mon Oct 10 2005 Steve Grubb 1.0.6-1 - in aureport, add column labels to reports - added watch report to aureport diff --git a/sources b/sources index 5925d52..f35d7b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -828edc7ad1fb1355c480670be146fa31 audit-1.0.6.tar.gz +5b413de4ae1f66d2e76bc8f216e4ef6b audit-1.0.7.tar.gz