From 85d7f2569e07e868aa38541aa2d2bf808dd415c007c83f60e2fb54f597455dec Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 26 Mar 2013 08:57:41 +0000 Subject: [PATCH] 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 --- audit-2.2.2.tar.gz | 3 --- audit-2.2.3.tar.gz | 3 +++ audit-secondary.changes | 5 +++++ audit-secondary.spec | 3 ++- audit.changes | 31 +++++++++++++++++++++++++++++++ audit.spec | 5 +++-- 6 files changed, 44 insertions(+), 6 deletions(-) delete mode 100644 audit-2.2.2.tar.gz create mode 100644 audit-2.2.3.tar.gz diff --git a/audit-2.2.2.tar.gz b/audit-2.2.2.tar.gz deleted file mode 100644 index e7cb042..0000000 --- a/audit-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bc2b45a5f08f5df6cebcd5543f24b7e68e28b64da4b23f08de2c6616384302b -size 907066 diff --git a/audit-2.2.3.tar.gz b/audit-2.2.3.tar.gz new file mode 100644 index 0000000..fc4373c --- /dev/null +++ b/audit-2.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc8f97020121593f516dc011ef61f39043c4cea9b2cb9ab3849bf9e41dedf02 +size 910762 diff --git a/audit-secondary.changes b/audit-secondary.changes index d5f8d8a..5302325 100644 --- a/audit-secondary.changes +++ b/audit-secondary.changes @@ -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 diff --git a/audit-secondary.spec b/audit-secondary.spec index 6779d59..6adb510 100644 --- a/audit-secondary.spec +++ b/audit-secondary.spec @@ -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 diff --git a/audit.changes b/audit.changes index 5427358..de5e048 100644 --- a/audit.changes +++ b/audit.changes @@ -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 diff --git a/audit.spec b/audit.spec index e67655b..d2f5601 100644 --- a/audit.spec +++ b/audit.spec @@ -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