|
|
Author: sgrubb
Update of /cvs/dist/rpms/audit/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22321
Modified Files:
.cvsignore audit.spec sources
Log Message:
* Tue Oct 4 2005 Steve Grubb <sgrubb@xxxxxxxxxx> 1.0.5-1
- ausearch can now search on SE Linux contexts
- added aureport program to analyse logs
- aureport added report option for each log's start and end time
- increased random number selected for initial seq number in auditd
- add new user space defines to libaudit.h
- add add standard logging functions to libaudit
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/.cvsignore,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- .cvsignore 23 Sep 2005 15:15:49 -0000 1.45
+++ .cvsignore 4 Oct 2005 22:04:23 -0000 1.46
@@ -42,3 +42,4 @@
audit-1.0.2.tar.gz
audit-1.0.3.tar.gz
audit-1.0.4.tar.gz
+audit-1.0.5.tar.gz
Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- audit.spec 23 Sep 2005 16:20:14 -0000 1.63
+++ audit.spec 4 Oct 2005 22:04:24 -0000 1.64
@@ -1,7 +1,7 @@
Summary: User space tools for 2.6 kernel auditing.
Name: audit
-Version: 1.0.4
-Release: 2
+Version: 1.0.5
+Release: 1
License: GPL
Group: System Environment/Daemons
URL: http://people.redhat.com/sgrubb/audit/
@@ -112,6 +112,7 @@
%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(755,root,root) /etc/rc.d/init.d/auditd
%attr(750,root,root) %{_var}/log/audit
@@ -121,8 +122,13 @@
%changelog
-* Fri Sep 23 2005 Steve Grubb <sgrubb@xxxxxxxxxx> 1.0.4-2
-- Rebuilt
+* Tue Oct 4 2005 Steve Grubb <sgrubb@xxxxxxxxxx> 1.0.5-1
+- ausearch can now search on SE Linux contexts
+- added aureport program to analyse logs
+- aureport added report option for each log's start and end time
+- increased random number selected for initial seq number in auditd
+- add new user space defines to libaudit.h
+- add add standard logging functions to libaudit
* Fri Sep 23 2005 Steve Grubb <sgrubb@xxxxxxxxxx> 1.0.4-1
- Make rate & backlog 32 bit unsigned int in auditctl
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/sources,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- sources 23 Sep 2005 16:20:14 -0000 1.51
+++ sources 4 Oct 2005 22:04:36 -0000 1.52
@@ -1 +1 @@
-8223816fd2aafb4fb17e00c0e9933c52 audit-1.0.4.tar.gz
+9d2593e293d691684f8643743225e647 audit-1.0.5.tar.gz
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|