keyutils: update to 1.5.9

This commit is contained in:
Juergen Daubert 2014-02-22 19:39:56 +01:00
parent bc338c4fba
commit 5bb0ffea96
3 changed files with 16 additions and 5 deletions

View File

@ -19,6 +19,7 @@ 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/
-rw-r--r-- root/root usr/man/man3/find_key_by_type_and_name.3.gz
-rw-r--r-- root/root usr/man/man3/keyctl.3.gz
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
@ -26,6 +27,7 @@ lrwxrwxrwx root/root usr/man/man3/keyctl_assume_authority.3.gz -> keyctl_instant
-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_get_persistent.3.gz
-rw-r--r-- root/root usr/man/man3/keyctl_get_security.3.gz
lrwxrwxrwx root/root usr/man/man3/keyctl_get_security_alloc.3.gz -> keyctl_get_security.3.gz
-rw-r--r-- root/root usr/man/man3/keyctl_instantiate.3.gz
@ -49,6 +51,15 @@ lrwxrwxrwx root/root usr/man/man3/keyctl_unlink.3.gz -> keyctl_link.3.gz
lrwxrwxrwx root/root usr/man/man3/recursive_session_key_scan.3.gz -> recursive_key_scan.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/man7/
-rw-r--r-- root/root usr/man/man7/keyrings.7.gz
-rw-r--r-- root/root usr/man/man7/keyutils.7.gz
-rw-r--r-- root/root usr/man/man7/persistent-keyring.7.gz
-rw-r--r-- root/root usr/man/man7/process-keyring.7.gz
-rw-r--r-- root/root usr/man/man7/session-keyring.7.gz
-rw-r--r-- root/root usr/man/man7/thread-keyring.7.gz
-rw-r--r-- root/root usr/man/man7/user-keyring.7.gz
-rw-r--r-- root/root usr/man/man7/user-session-keyring.7.gz
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/key.dns_resolver.8.gz
-rw-r--r-- root/root usr/man/man8/request-key.8.gz

View File

@ -1 +1 @@
3c7f463039b83833c12a9414c2fcb389 keyutils-1.5.8.tar.bz2
7f8ac985c45086b5fbcd12cecd23cf07 keyutils-1.5.9.tar.bz2

View File

@ -3,13 +3,13 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=keyutils
version=1.5.8
version=1.5.9
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/-g/$CFLAGS/;s|/lib64|/lib|" Makefile
make -j1
make DESTDIR=$PKG install
sed -i "/^CFLAGS/s/-g/$CFLAGS/" Makefile
make
make install DESTDIR=$PKG MANDIR=/usr/man USRLIBDIR=/usr/lib LIBDIR=/lib
}