1
0
forked from ports/opt

gnupg: update to 1.4.3; removed --enable-m-guard because it doesn't work

in 1.4.3
This commit is contained in:
Simon Gloner 2006-04-06 17:23:01 +00:00
parent def3481046
commit e0b034ded1
3 changed files with 7 additions and 4 deletions

View File

@ -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/

View File

@ -1,2 +1,2 @@
c34736eb7cb687f9e5b6d4df48aaf7c8 gnupg-1.4.2.2.tar.bz2
d237d8fe1c4afa379f56dbda0e0b40e4 gnupg-1.4.3.tar.bz2
9dc3bc086824a8c7a331f35e09a3e57f idea.c.gz

View File

@ -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