From: Victor Martinez Date: Sun, 23 Feb 2014 18:12:01 +0000 (+0100) Subject: keyutils: updated to 1.5.9 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=95f156428e7190864183fc7d57580e17ee21a1a7;p=ports%2Fopt-arm.git keyutils: updated 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 7446f46..60521d5 100644 --- a/keyutils/Pkgfile +++ b/keyutils/Pkgfile @@ -4,7 +4,7 @@ # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm 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) @@ -14,8 +14,7 @@ build () { # remove -m32 flag sed -i 's|CFLAGS.*-m32$||' Makefile - 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 }