diff options
author | Juergen Daubert <jue@jue.li> | 2014-02-22 19:39:56 +0100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2014-02-25 12:49:18 +1100 |
commit | 4740db25faca139359f1b230c7ca37841b6eb52f (patch) | |
tree | 92c18303c1a414a5d5ec2d221ecb29759abfed19 /keyutils | |
parent | b780b627723bb51aa58977e639ef6271a74a2a94 (diff) | |
download | opt-4740db25faca139359f1b230c7ca37841b6eb52f.tar.gz opt-4740db25faca139359f1b230c7ca37841b6eb52f.tar.xz |
keyutils: update to 1.5.9
Diffstat (limited to 'keyutils')
-rw-r--r-- | keyutils/.footprint | 11 | ||||
-rw-r--r-- | keyutils/.md5sum | 2 | ||||
-rw-r--r-- | keyutils/Pkgfile | 8 |
3 files changed, 16 insertions, 5 deletions
diff --git a/keyutils/.footprint b/keyutils/.footprint index 387793cf0..82fc90214 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 495d9dca1..04a95ee1d 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 bdc29d781..b66c3bd74 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 } |