ports/opt (3.0): keyutils: update to 1.5.9
commit 5bb0ffea96dd44ce5f855974ba6020c2695005f9 Author: Juergen Daubert <jue@jue.li> Date: Sat Feb 22 19:39:56 2014 +0100 keyutils: update to 1.5.9 diff --git a/keyutils/.footprint b/keyutils/.footprint index 387793c..82fc902 100644 --- a/keyutils/.footprint +++ b/keyutils/.footprint @@ -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 diff --git a/keyutils/.md5sum b/keyutils/.md5sum index 495d9dc..04a95ee 100644 --- a/keyutils/.md5sum +++ b/keyutils/.md5sum @@ -1 +1 @@ -3c7f463039b83833c12a9414c2fcb389 keyutils-1.5.8.tar.bz2 +7f8ac985c45086b5fbcd12cecd23cf07 keyutils-1.5.9.tar.bz2 diff --git a/keyutils/Pkgfile b/keyutils/Pkgfile index bdc29d7..b66c3bd 100644 --- a/keyutils/Pkgfile +++ b/keyutils/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu