CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
keyutils: updated to 1.5.9
authorVictor Martinez <pitillo@ono.com>
Sun, 23 Feb 2014 18:12:01 +0000 (19:12 +0100)
committerVictor Martinez <pitillo@ono.com>
Sun, 23 Feb 2014 18:12:01 +0000 (19:12 +0100)
keyutils/.footprint
keyutils/.md5sum
keyutils/Pkgfile

index 387793cf0d96c9d0ee26a6f9ad701a5dcfc76519..82fc90214c7dc5f4a66a131bff007f2e17d767e2 100644 (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
index 495d9dca10d3d1a9c1e8b603cf5cbd025e60df38..04a95ee1d8f3e1418b02511cd39eb20704480a90 100644 (file)
@@ -1 +1 @@
-3c7f463039b83833c12a9414c2fcb389  keyutils-1.5.8.tar.bz2
+7f8ac985c45086b5fbcd12cecd23cf07  keyutils-1.5.9.tar.bz2
index 7446f46c860e063169dc60967d1e132d7dd37fe5..60521d5489d50fdcf703aacffe3c5d1f88cd1028 100644 (file)
@@ -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
 }