keyutils: initial release
This commit is contained in:
parent
7cce791b33
commit
1a935a1029
keyutils
45
keyutils/.footprint
Normal file
45
keyutils/.footprint
Normal file
@ -0,0 +1,45 @@
|
||||
drwxr-xr-x root/root bin/
|
||||
-rwxr-xr-x root/root bin/keyctl
|
||||
drwxr-xr-x root/root etc/
|
||||
-rw-r--r-- root/root etc/request-key.conf
|
||||
drwxr-xr-x root/root lib/
|
||||
lrwxrwxrwx root/root lib/libkeyutils.so.1 -> libkeyutils.so.1.3
|
||||
-rwxr-xr-x root/root lib/libkeyutils.so.1.3
|
||||
drwxr-xr-x root/root sbin/
|
||||
-rwxr-xr-x root/root sbin/request-key
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/keyutils.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libkeyutils.a
|
||||
lrwxrwxrwx root/root usr/lib/libkeyutils.so -> /lib/libkeyutils.so.1
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/keyctl.1.gz
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
lrwxrwxrwx root/root usr/man/man3/keyctl_assume_authority.3.gz -> keyctl_instantiate.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_chown.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_clear.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_describe.3.gz
|
||||
lrwxrwxrwx root/root usr/man/man3/keyctl_describe_alloc.3.gz -> keyctl_describe.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_get_keyring_ID.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_instantiate.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_join_session_keyring.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_link.3.gz
|
||||
lrwxrwxrwx root/root usr/man/man3/keyctl_negate.3.gz -> keyctl_instantiate.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_read.3.gz
|
||||
lrwxrwxrwx root/root usr/man/man3/keyctl_read_alloc.3.gz -> keyctl_read.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_revoke.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_search.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_set_reqkey_keyring.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_set_timeout.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_setperm.3.gz
|
||||
lrwxrwxrwx root/root usr/man/man3/keyctl_unlink.3.gz -> keyctl_link.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/keyctl_update.3.gz
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/request-key.conf.5.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/request-key.8.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/keyutils/
|
||||
-rwxr-xr-x root/root usr/share/keyutils/request-key-debug.sh
|
1
keyutils/.md5sum
Normal file
1
keyutils/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e168c1bdaf5aa93c2cbf8a5e7f8ef27b keyutils-1.4.tar.bz2
|
15
keyutils/Pkgfile
Normal file
15
keyutils/Pkgfile
Normal file
@ -0,0 +1,15 @@
|
||||
# Description: Tools to control the Linx key management system
|
||||
# URL: http://www.kernel.org/
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
|
||||
name=keyutils
|
||||
version=1.4
|
||||
release=1
|
||||
source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
sed -i "/^MAN[1-9]/s|share/||;/^CFLAGS/s/-O2/$CFLAGS/" Makefile
|
||||
make -j1
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user