From e0b034ded1a9d8df5f76b6bed9b3e79663532bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Glo=DFner?= Date: Thu, 6 Apr 2006 17:23:01 +0000 Subject: [PATCH] gnupg: update to 1.4.3; removed --enable-m-guard because it doesn't work in 1.4.3 --- gnupg/.footprint | 3 ++- gnupg/.md5sum | 2 +- gnupg/Pkgfile | 6 ++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gnupg/.footprint b/gnupg/.footprint index 4ec30c7fd..054b97eca 100644 --- a/gnupg/.footprint +++ b/gnupg/.footprint @@ -1,13 +1,14 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwsr-xr-x root/root usr/bin/gpg +-rwxr-xr-x root/root usr/bin/gpg-zip -rwxr-xr-x root/root usr/bin/gpgsplit -rwxr-xr-x root/root usr/bin/gpgv drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/gnupg/ +-rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_curl -rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_finger -rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_hkp --rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_http -rwxr-xr-x root/root usr/lib/gnupg/gpgkeys_mailto drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ diff --git a/gnupg/.md5sum b/gnupg/.md5sum index 93fe0c3c0..ef750595c 100644 --- a/gnupg/.md5sum +++ b/gnupg/.md5sum @@ -1,2 +1,2 @@ -c34736eb7cb687f9e5b6d4df48aaf7c8 gnupg-1.4.2.2.tar.bz2 +d237d8fe1c4afa379f56dbda0e0b40e4 gnupg-1.4.3.tar.bz2 9dc3bc086824a8c7a331f35e09a3e57f idea.c.gz diff --git a/gnupg/Pkgfile b/gnupg/Pkgfile index 0943badf4..a22332ca2 100644 --- a/gnupg/Pkgfile +++ b/gnupg/Pkgfile @@ -4,7 +4,7 @@ # Packager: Daniel Mueller, daniel at danm dot de name=gnupg -version=1.4.2.2 +version=1.4.3 release=1 source=(ftp://ftp.gnupg.org/gcrypt/gnupg/$name-$version.tar.bz2 \ ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz) @@ -20,10 +20,12 @@ build () { --enable-static-rnd=linux \ --enable-dev-random \ --disable-nls \ - --enable-m-guard \ --disable-ldap \ --enable-mailto +# doesn't work in 1.4.3 +# --enable-m-guard \ + make make DESTDIR=$PKG install