diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2008-04-28 14:54:27 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2008-04-28 14:54:27 +0000 |
commit | 0031a225b030c918803d3ec2c83d64b89c72d7a0 (patch) | |
tree | 4d610e45a5c0902bde784037849b935136f6621d /security/gnupg2/Makefile | |
parent | 3375c7a9a7594f26875d66550651303870ab762c (diff) | |
download | pkgsrc-0031a225b030c918803d3ec2c83d64b89c72d7a0.tar.gz |
Update to 2.0.9. Changes:
* Enhanced gpg-connect-agent with a small scripting language.
* New option --list-config for gpgconf.
* Fixed a crash in gpgconf.
* The envvars XAUTHORITY and PINENTRY_USER_DATA are now passed to the
pinentry.
* Fixed the auto creation of the key stub for smartcards.
* Fixed a rare bug in decryption using the OpenPGP card.
* Creating DSA2 keys is now possible.
* New option --extra-digest-algo for gpgsm to allow verification of
broken signatures.
* Allow encryption with legacy Elgamal sign+encrypt keys with option
--rfc2440.
Diffstat (limited to 'security/gnupg2/Makefile')
-rw-r--r-- | security/gnupg2/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 8d0e1e6ffe2..c31d22f33bf 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2008/04/28 14:21:27 shannonjr Exp $ +# $NetBSD: Makefile,v 1.21 2008/04/28 14:54:27 shannonjr Exp $ # -DISTNAME= gnupg-2.0.7 -PKGREVISION= 3 +DISTNAME= gnupg-2.0.9 +#PKGREVISION= 3 PKGNAME= ${DISTNAME:S/gnupg/gnupg2/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ @@ -10,8 +10,8 @@ EXTRACT_SUFX= .tar.bz2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= pth-2.0.7.tar.gz SITES.pth-2.0.7.tar.gz= ${MASTER_SITE_GNU:=pth/} -DISTFILES+= libassuan-1.0.3.tar.bz2 -SITES.libassuan-1.0.3.tar.bz2= ftp://ftp.gnupg.org/gcrypt/libassuan/ +DISTFILES+= libassuan-1.0.4.tar.bz2 +SITES.libassuan-1.0.4.tar.bz2= ftp://ftp.gnupg.org/gcrypt/libassuan/ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://www.gnupg.org/ @@ -40,7 +40,7 @@ CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ARGS+= --with-pth-prefix=${WRKDIR}/pth CONFIGURE_ARGS+= --with-libassuan-prefix=${WRKDIR}/libassuan CONFIGURE_ARGS+= --with-pinentry-pgm=${BUILDLINK_PREFIX.pinentry}/bin/pinentry -CONFIGURE_ARGS+= --enable-maintainer-mode +#CONFIGURE_ARGS+= --enable-maintainer-mode CONFIGURE_ENV+= gnupg_cv_pth_is_sane=yes TEST_TARGET= check @@ -55,7 +55,7 @@ pre-configure: cd ${WRKDIR}/pth-2.0.7 && \ ./configure --prefix=${WRKDIR}/pth --enable-pthread --enable-static --disable-shared && \ ${MAKE} install - cd ${WRKDIR}/libassuan-1.0.3 && \ + cd ${WRKDIR}/libassuan-1.0.4 && \ ${SETENV} ${CONFIGURE_ENV} ./autogen.sh && \ ${SETENV} ${CONFIGURE_ENV} ./configure --prefix=${WRKDIR}/libassuan --with-pth-prefix=${WRKDIR}/pth && \ ${SETENV} ${PKGSRC_MAKE_ENV} ${MAKE} install |