Merge pull request #243 from ertugerata/master

update libcap
This commit is contained in:
Ertuğrul Erata
2016-03-02 14:31:44 +02:00
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -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")
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>POSIX 1003.1e capabilities library</Summary>
<Description>libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities.</Description>
<Archive sha1sum="b2754cddb614567de445ffdaac7a00b9671b858a" type="tarxz">https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.24.tar.xz</Archive>
<Archive sha1sum="f0b102e4a68e1bbdcb6b143b63c34a250e473088" type="tarxz">https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.25.tar.xz</Archive>
<BuildDependencies>
<Dependency>attr-devel</Dependency>
<Dependency>pam-devel</Dependency>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="7">
<Date>2016-03-02</Date>
<Version>2.25</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="6">
<Date>2015-03-16</Date>
<Version>2.24</Version>