summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2013-09-17 18:08:48 -0500
committerJoe MacDonald <joe@deserted.net>2013-10-02 13:24:46 -0400
commit9e2214078fcdb33e288f777d8747eb2cdc5c3ac5 (patch)
treef7afc03af9fdc5fab112f51a31630d1802054e7b
parent6c77455bdb7837102164cff9922007010a7541b6 (diff)
downloadmeta-selinux-9e2214078fcdb33e288f777d8747eb2cdc5c3ac5.tar.gz
libcap-ng: Uprev libcap-ng
Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/libcap-ng/libcap-ng_0.7.3.bb (renamed from recipes-security/libcap-ng/libcap-ng_0.6.6.bb)9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-security/libcap-ng/libcap-ng_0.6.6.bb b/recipes-security/libcap-ng/libcap-ng_0.7.3.bb
index ff837c5..3f225ba 100644
--- a/recipes-security/libcap-ng/libcap-ng_0.6.6.bb
+++ b/recipes-security/libcap-ng/libcap-ng_0.7.3.bb
@@ -1,11 +1,8 @@
1SUMMARY = "An alternate posix capabilities library" 1SUMMARY = "An alternate posix capabilities library"
2DESCRIPTION = "The libcap-ng library is intended to make programming \ 2DESCRIPTION = "The libcap-ng library is intended to make programming \
3with POSIX capabilities much easier than the traditional libcap library. \ 3with POSIX capabilities much easier than the traditional libcap library."
4It includes utilities that can analyze all currently running \
5applications to locate applications that may have too many privileges."
6HOMEPAGE = "http://freecode.com/projects/libcap-ng" 4HOMEPAGE = "http://freecode.com/projects/libcap-ng"
7SECTION = "base" 5SECTION = "base"
8PR = "r3"
9LICENSE = "GPLv2+ & LGPLv2.1+" 6LICENSE = "GPLv2+ & LGPLv2.1+"
10LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
11 file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" 8 file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
@@ -15,8 +12,8 @@ SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \
15 12
16inherit lib_package autotools pythonnative 13inherit lib_package autotools pythonnative
17 14
18SRC_URI[md5sum] = "eb71f967cecb44b4342baac98ef8cb0f" 15SRC_URI[md5sum] = "610afb774f80a8032b711281df126283"
19SRC_URI[sha256sum] = "89589a29a6b19068edd650dd4f626c10e84bfe63eacae7b1fd1f98f3ac8ea00d" 16SRC_URI[sha256sum] = "5ca441c8d3a1e4cfe8a8151907977662679457311ccaa7eaac91447c33a35bb1"
20 17
21DEPENDS += "swig-native python" 18DEPENDS += "swig-native python"
22 19