From ac64680d21a4d84ef676808dc990c3e8f38629f7 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Wed, 9 Mar 2005 23:50:13 +0000 Subject: [PATCH] - Fixed bug setting loginuid - Added num_logs to configure number of logs when rotating - Added code for rotating logs --- .cvsignore | 1 + audit.spec | 7 ++++++- sources | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index e2133e6..a19d257 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,3 +5,4 @@ audit-0.6.3.tar.gz audit-0.6.4.tar.gz audit-0.6.5.tar.gz audit-0.6.6.tar.gz +audit-0.6.7.tar.gz diff --git a/audit.spec b/audit.spec index a1f3bb5..02ec9ef 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing. Name: audit -Version: 0.6.6 +Version: 0.6.7 Release: 1 License: GPL Group: System Environment/Daemons @@ -124,6 +124,11 @@ fi %changelog +* Wed Mar 9 2005 Steve Grubb 0.6.7-1 +- Fixed bug setting loginuid +- Added num_logs to configure number of logs when rotating +- Added code for rotating logs + * Tue Mar 8 2005 Steve Grubb 0.6.6-1 - Fix audit_set_pid to try to read a reply, but its non-fatal if no reply. - Remove the read status during init diff --git a/sources b/sources index ceebfcb..542c6a4 100644 --- a/sources +++ b/sources @@ -3,3 +3,4 @@ ef25d37e80f64abc64e79f8077c41bfe audit-0.6.4.tar.gz 637a90811cd15f810555d71cb17618b8 audit-0.6.5.tar.gz cde632731563e8b7e665cd50c9274139 audit-0.6.6.tar.gz +87dc88d07f8ec0e35a9c978818654577 audit-0.6.7.tar.gz