forked from pool/audit
Accepting request 161029 from home:elvigia:branches: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) OBS-URL: https://build.opensuse.org/request/show/161029 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=47
This commit is contained in:
parent
bb9092a477
commit
85d7f2569e
@ -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
|
Tue Jan 22 12:34:00 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ BuildRequires: swig
|
|||||||
Summary: Python Bindings for libaudit
|
Summary: Python Bindings for libaudit
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Version: 2.2.2
|
Version: 2.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://people.redhat.com/sgrubb/audit/
|
Url: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: http://people.redhat.com/sgrubb/audit/%{_name}-%{version}.tar.gz
|
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: audit-devel = %{version}
|
||||||
BuildRequires: autoconf >= 2.12
|
BuildRequires: autoconf >= 2.12
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: pkgconfig(libcap-ng)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The audit-libs-python package contains the bindings for using libaudit
|
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
|
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
|
Summary: User Space Tools for 2.6 Kernel Auditing
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Version: 2.2.2
|
Version: 2.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://people.redhat.com/sgrubb/audit/
|
Url: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf >= 2.12
|
BuildRequires: autoconf >= 2.12
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: kernel-headers >= 2.6.29
|
BuildRequires: kernel-headers >= 2.6.30
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: tcpd-devel
|
BuildRequires: tcpd-devel
|
||||||
|
BuildRequires: pkgconfig(libcap-ng)
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
Requires: %{name}-libs = %{version}
|
Requires: %{name}-libs = %{version}
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
|
Loading…
Reference in New Issue
Block a user