libcap: updated to 2.07
This commit is contained in:
parent
cc9732919f
commit
f173b89237
@ -4,16 +4,16 @@ drwxr-xr-x root/root usr/include/sys/
|
||||
-rw-r--r-- root/root usr/include/sys/capability.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libcap.so -> libcap.so.2
|
||||
lrwxrwxrwx root/root usr/lib/libcap.so.2 -> libcap.so.2.04
|
||||
-rw-r--r-- root/root usr/lib/libcap.so.2.04
|
||||
lrwxrwxrwx root/root usr/lib/libcap.so.2 -> libcap.so.2.07
|
||||
-rw-r--r-- root/root usr/lib/libcap.so.2.07
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/_cap_names.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_clear.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_copy_ext.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_copy_int.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_dup.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_free.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_from_name.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_from_text.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_get_fd.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_get_file.3.gz
|
||||
@ -25,10 +25,12 @@ drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/cap_set_flag.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_set_proc.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_size.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_to_name.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/cap_to_text.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/capgetp.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/capsetp.3.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/capsh
|
||||
-rwxr-xr-x root/root usr/sbin/getcap
|
||||
-rwxr-xr-x root/root usr/sbin/getpcaps
|
||||
-rwxr-xr-x root/root usr/sbin/setcap
|
||||
|
@ -1 +1 @@
|
||||
20cd089727431c6bd776a56ad7275ef5 libcap-2.04.tar.gz
|
||||
7954834fa7ef8b437e7343229d4344e5 libcap-2.07.tar.gz
|
||||
|
@ -4,16 +4,13 @@
|
||||
# Depends on: libattr
|
||||
|
||||
name=libcap
|
||||
version=2.04
|
||||
version=2.07
|
||||
release=1
|
||||
source=(ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/libcap-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd libcap-$version
|
||||
|
||||
# don't build pam_cap
|
||||
sed -i '13d' Makefile
|
||||
|
||||
make
|
||||
make \
|
||||
INCDIR=$PKG/usr/include \
|
||||
|
Loading…
x
Reference in New Issue
Block a user