From c592a4b0915563430e90727560e775a96419ebdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Wed, 2 Mar 2016 14:22:35 +0200 Subject: [PATCH] update libcap --- system/base/libcap/actions.py | 2 +- system/base/libcap/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/system/base/libcap/actions.py b/system/base/libcap/actions.py index f5e4fdfd..11e26e4e 100644 --- a/system/base/libcap/actions.py +++ b/system/base/libcap/actions.py @@ -31,7 +31,7 @@ def install(): autotools.rawInstall("prefix=/emul32 lib=../usr/lib32 DESTDIR=%s RAISE_SETFCAP=no" % get.installDIR()) return - autotools.rawInstall("prefix=/usr DESTDIR=%s SBINDIR=%s/sbin RAISE_SETFCAP=no" % ((get.installDIR(),)*2)) + autotools.rawInstall("prefix=/usr DESTDIR=%s SBINDIR=/sbin RAISE_SETFCAP=no" % (get.installDIR())) pisitools.insinto("/etc/security", "pam_cap/capability.conf") diff --git a/system/base/libcap/pspec.xml b/system/base/libcap/pspec.xml index 68ca1abe..5cac0f60 100644 --- a/system/base/libcap/pspec.xml +++ b/system/base/libcap/pspec.xml @@ -13,7 +13,7 @@ library POSIX 1003.1e capabilities library libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities. - https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.24.tar.xz + https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.25.tar.xz attr-devel pam-devel @@ -68,6 +68,13 @@ + + 2016-03-02 + 2.25 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2015-03-16 2.24