forked from pool/audit
Accepting request 161113 from security
- Buildrequires cap-ng library - --with-libcap-ng=yes has no effect if libcap-ng is not buildrequired and the lack of those requires causes a broken configure script after autoreconf add pkgconfig(libcap-ng) to both audit and audit-secondary, cap-ng is actually only use in the latter. - Version 2.2.3 - Code cleanups - In spec file, don't own lib64/audit - Update man pages - Aureport no longer reads auditd.conf when stdin is used - Don't let systemd kill auditd if auditctl errors out - Update syscall table for 3.7 and 3.8 kernels - Add interpretation for setns and unshare syscalls - Code cleanup (Tyler Hicks) - Documentation cleanups (Laurent Bigonville) - Add dirfd interpretation to the *at functions - Add termination signal to clone flags interpretation - Update stig.rules - In auditctl, when listing rules don't print numeric value of dir fields - Add support for rng resource type in auvirt - Fix aulast bad login output (#922508) - In ausearch, allow negative numbers for session and auid searches - In audisp-remote, if disk_full_action is stop then stop sending (#908977) (forwarded request 161029 from elvigia) OBS-URL: https://build.opensuse.org/request/show/161113 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=63
This commit is contained in:
commit
21dc631ce5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bc2b45a5f08f5df6cebcd5543f24b7e68e28b64da4b23f08de2c6616384302b
|
||||
size 907066
|
3
audit-2.2.3.tar.gz
Normal file
3
audit-2.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fc8f97020121593f516dc011ef61f39043c4cea9b2cb9ab3849bf9e41dedf02
|
||||
size 910762
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 17:27:47 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- Buildrequires cap-ng library
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 22 12:34:00 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ BuildRequires: swig
|
||||
Summary: Python Bindings for libaudit
|
||||
License: GPL-2.0+
|
||||
Group: System/Monitoring
|
||||
Version: 2.2.2
|
||||
Version: 2.2.3
|
||||
Release: 0
|
||||
Url: http://people.redhat.com/sgrubb/audit/
|
||||
Source0: http://people.redhat.com/sgrubb/audit/%{_name}-%{version}.tar.gz
|
||||
@ -38,6 +38,7 @@ PreReq: %insserv_prereq %fillup_prereq
|
||||
BuildRequires: audit-devel = %{version}
|
||||
BuildRequires: autoconf >= 2.12
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig(libcap-ng)
|
||||
|
||||
%description
|
||||
The audit-libs-python package contains the bindings for using libaudit
|
||||
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 17:25:31 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- --with-libcap-ng=yes has no effect if libcap-ng is not
|
||||
buildrequired and the lack of those requires causes a broken
|
||||
configure script after autoreconf add pkgconfig(libcap-ng)
|
||||
to both audit and audit-secondary, cap-ng is actually only
|
||||
use in the latter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 16:58:10 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
- Version 2.2.3
|
||||
- Code cleanups
|
||||
- In spec file, don't own lib64/audit
|
||||
- Update man pages
|
||||
- Aureport no longer reads auditd.conf when stdin is used
|
||||
- Don't let systemd kill auditd if auditctl errors out
|
||||
- Update syscall table for 3.7 and 3.8 kernels
|
||||
- Add interpretation for setns and unshare syscalls
|
||||
- Code cleanup (Tyler Hicks)
|
||||
- Documentation cleanups (Laurent Bigonville)
|
||||
- Add dirfd interpretation to the *at functions
|
||||
- Add termination signal to clone flags interpretation
|
||||
- Update stig.rules
|
||||
- In auditctl, when listing rules don't print numeric value of dir fields
|
||||
- Add support for rng resource type in auvirt
|
||||
- Fix aulast bad login output (#922508)
|
||||
- In ausearch, allow negative numbers for session and auid searches
|
||||
- In audisp-remote, if disk_full_action is stop then stop sending (#908977)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 19:35:47 UTC 2013 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@ Name: audit
|
||||
Summary: User Space Tools for 2.6 Kernel Auditing
|
||||
License: GPL-2.0+
|
||||
Group: System/Monitoring
|
||||
Version: 2.2.2
|
||||
Version: 2.2.3
|
||||
Release: 0
|
||||
Url: http://people.redhat.com/sgrubb/audit/
|
||||
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
||||
@ -32,9 +32,10 @@ Patch3: audit-no-gss.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf >= 2.12
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: kernel-headers >= 2.6.29
|
||||
BuildRequires: kernel-headers >= 2.6.30
|
||||
BuildRequires: libtool
|
||||
BuildRequires: tcpd-devel
|
||||
BuildRequires: pkgconfig(libcap-ng)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: %{name}-libs = %{version}
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
|
Loading…
Reference in New Issue
Block a user