Skip to content

Commit

Permalink
libcap: version bumped to 2.24.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Jan 11, 2014
1 parent 176c068 commit f264d4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions libs/libcap/BUILD
Expand Up @@ -2,6 +2,8 @@

patch_it $SOURCE_CACHE/$SOURCE2 1 &&

sedit "s/uapi\///" libcap/Makefile &&

# no static libs
sedit "s/all: \$(MINLIBNAME) \$(STALIBNAME)/all: \$(MINLIBNAME)/g" libcap/Makefile &&
sedit "/install -m 0644 \$(STALIBNAME)/d" libcap/Makefile &&
Expand Down
12 changes: 6 additions & 6 deletions libs/libcap/DETAILS
@@ -1,14 +1,14 @@
MODULE=libcap
VERSION=2.22
SOURCE=libcap2_$VERSION.orig.tar.gz
SOURCE2=$MODULE-$VERSION-raise_cap.patch.bz2
SOURCE_URL=http://ftp.de.debian.org/debian/pool/main/libc/libcap2
VERSION=2.24
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE2=$MODULE-2.22-raise_cap.patch.bz2
SOURCE_URL=http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/
SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:7753165ca685a0c78735fa0db25b815d9576b1fe
SOURCE_VFY=sha1:b2754cddb614567de445ffdaac7a00b9671b858a
SOURCE2_VFY=sha1:85b796fe66a6671790563507ae8c4e66f477049b
WEB_SITE=http://www.kernel.org/pub/linux/libs/security/linux-privs
ENTERED=20040906
UPDATED=20111105
UPDATED=20140111
SHORT="POSIX 1003.1e capabilities"

cat << EOF
Expand Down

0 comments on commit f264d4e

Please sign in to comment.