From: Jose V Beneyto Date: Tue, 25 Jun 2013 09:31:50 +0000 (+0200) Subject: keyutils: updated to 1.5.5 X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=sidebyside;h=4fb635c01aa5f0e516aff8813dd415cdcb602b53;p=ports%2Fopt-arm.git keyutils: updated to 1.5.5 --- diff --git a/keyutils/.footprint b/keyutils/.footprint index 2399ac1..42012ed 100644 --- a/keyutils/.footprint +++ b/keyutils/.footprint @@ -2,6 +2,7 @@ drwxr-xr-x root/root bin/ -rwxr-xr-x root/root bin/keyctl drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/request-key.conf +drwxr-xr-x root/root etc/request-key.d/ drwxr-xr-x root/root lib/ lrwxrwxrwx root/root lib/libkeyutils.so.1 -> libkeyutils.so.1.4 -rwxr-xr-x root/root lib/libkeyutils.so.1.4 diff --git a/keyutils/.md5sum b/keyutils/.md5sum index 7b46b78..c2bdcd8 100644 --- a/keyutils/.md5sum +++ b/keyutils/.md5sum @@ -1 +1 @@ -4c89b350eab1c361af8cb5343961056a keyutils-1.5.3.tar.bz2 +d759680b2f23c99af95938f5026f25fb keyutils-1.5.5.tar.bz2 diff --git a/keyutils/Pkgfile b/keyutils/Pkgfile index f25d07e..fa4e558 100644 --- a/keyutils/Pkgfile +++ b/keyutils/Pkgfile @@ -4,15 +4,18 @@ # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu name=keyutils -version=1.5.3 +version=1.5.5 release=1 source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2) build () { cd $name-$version - # We remove -m32 flag - sed "59d" -i Makefile + + # 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 }