New version
This commit is contained in:
parent
da5064c8fd
commit
1611412b75
@ -18,3 +18,4 @@ audit-0.7.3.tar.gz
|
|||||||
audit-0.7.4.tar.gz
|
audit-0.7.4.tar.gz
|
||||||
audit-0.8.1.tar.gz
|
audit-0.8.1.tar.gz
|
||||||
audit-0.8.2.tar.gz
|
audit-0.8.2.tar.gz
|
||||||
|
audit-0.9.2.tar.gz
|
||||||
|
22
audit.spec
22
audit.spec
@ -1,14 +1,14 @@
|
|||||||
Summary: User space tools for 2.6 kernel auditing.
|
Summary: User space tools for 2.6 kernel auditing.
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 0.8.2
|
Version: 0.9.2
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://people.redhat.com/sgrubb/audit/
|
URL: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: glibc-kernheaders >= 2.4-9.1.90
|
BuildRequires: glibc-kernheaders >= 2.4-9.1.95
|
||||||
BuildRequires: automake >= 1.9
|
BuildRequires: automake >= 1.9
|
||||||
BuildRequires: autoconf >= 2.59
|
BuildRequires: autoconf >= 2.59
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
@ -119,6 +119,22 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 2 2005 Steve Grubb <sgrubb@redhat.com> 0.9.2-1
|
||||||
|
- Step up to new glibc-kernheaders
|
||||||
|
|
||||||
|
* Thu Jun 2 2005 Steve Grubb <sgrubb@redhat.com> 0.9.1-1
|
||||||
|
- AUDITD_CLEAN_STOP config option in /etc/sysconfig/auditd
|
||||||
|
- When unknown, show raw record in ausearch.
|
||||||
|
- Add CWD message type support
|
||||||
|
|
||||||
|
* Wed May 25 2005 Steve Grubb <sgrubb@redhat.com> 0.9-1
|
||||||
|
- Translate numeric info to human readable for ausearch output
|
||||||
|
- add '-if' option to ausearch to select input file
|
||||||
|
- add '-c' option to ausearch to allow searching by comm field
|
||||||
|
- init script now deletes all rules when daemon stops
|
||||||
|
- Make auditctl display perms correctly in watch listings
|
||||||
|
- Make auditctl -D remove all watches
|
||||||
|
|
||||||
* Thu May 20 2005 Steve Grubb <sgrubb@redhat.com> 0.8.2-1
|
* Thu May 20 2005 Steve Grubb <sgrubb@redhat.com> 0.8.2-1
|
||||||
- Update documentation
|
- Update documentation
|
||||||
- Handle user space audit events in more uniform way
|
- Handle user space audit events in more uniform way
|
||||||
|
Loading…
Reference in New Issue
Block a user