libcap: update to 2.22.
This commit is contained in:
parent
68d565607e
commit
3bf546b270
3 changed files with 5 additions and 8 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains a PAM module provided by the libcap package."
|
||||
|
||||
revision=1
|
||||
|
||||
conf_files="/etc/security/capability.conf"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains binary utilities provided by the libcap package."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libcap
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'libcap'
|
||||
pkgname=libcap
|
||||
version=2.21
|
||||
revision=1
|
||||
version=2.22
|
||||
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/$pkgname-$version.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="POSIX.1e capabilities library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=9e1615bb331786eb6cb3968ca27153bcfac8a16cf8db9253b8407faa53b3f011
|
||||
homepage="http://sites.google.com/site/fullycapable/"
|
||||
license="GPL-2"
|
||||
checksum=73ebbd4877b5f69dd28b72098e510c5b318bc480f8201c4061ac98b78c04050f
|
||||
long_desc="
|
||||
libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)
|
||||
draft 15 capabilities."
|
||||
|
@ -36,5 +37,5 @@ do_install()
|
|||
rm -f ${DESTDIR}/lib64
|
||||
|
||||
vinstall pam_cap/capability.conf 644 etc/security
|
||||
ln -sf /lib/libcap.so ${DESTDIR}/usr/lib/libcap.so
|
||||
cd ${DESTDIR}/usr/lib && ln -sf ../../lib/libcap.so .
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue