diff options
author | wiz <wiz> | 2007-08-29 23:19:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-08-29 23:19:06 +0000 |
commit | 615f40e3094a4211c22d17a3ba1f4532c84b6807 (patch) | |
tree | e6743b6e5ec2334bbab96a8fd6d3b321d06bc675 /security/gnupg2/Makefile | |
parent | 43a9113e059386d9ae15ddab7742175861cc3ca5 (diff) | |
download | pkgsrc-615f40e3094a4211c22d17a3ba1f4532c84b6807.tar.gz |
Update to 2.0.6. Add support for idea option. From Blair Sadewitz
on tech-pkg.
Noteworthy changes in version 2.0.6 (2007-08-16)
------------------------------------------------
* GPGSM does now grok --default-key.
* GPGCONF is now aware of --default-key and --encrypt-to.
* GPGSM does again correctly print the serial number as well the the
various keyids. This was broken since 2.0.4.
* New option --validation-model and support for the chain-model.
* Improved Windows support.
Diffstat (limited to 'security/gnupg2/Makefile')
-rw-r--r-- | security/gnupg2/Makefile | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index ca8578733aa..bc87442a509 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2007/08/10 15:46:23 gdt Exp $ +# $NetBSD: Makefile,v 1.14 2007/08/29 23:19:06 wiz Exp $ # -DISTNAME= gnupg-2.0.5 +DISTNAME= gnupg-2.0.6 PKGNAME= ${DISTNAME:S/gnupg/gnupg2/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ @@ -41,24 +41,7 @@ CONFIGURE_ENV+= gnupg_cv_pth_is_sane=yes TEST_TARGET= check -# XXX It looks like that gpgsm support could be split into its own package, -# according to the configure script. If that's true, this use of the options -# framework is incorrect and should be fixed. -PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg2 -PKG_SUPPORTED_OPTIONS= gpgsm -.include "../../mk/bsd.options.mk" - -## If no options are specified, only gpg-agent is built. This -## is sufficient for OpenPGP/MIME support in Kmail -## SMIME support is provided by gpgsm. This support is -## in the alpha stage of development. -PLIST_SRC= ${.CURDIR}/PLIST -.if empty(PKG_OPTIONS:Mgpgsm) -CONFIGURE_ARGS+= --enable-agent-only -.else -PLIST_SRC+= ${.CURDIR}/PLIST.gpgsm -. include "../../security/dirmngr/buildlink3.mk" -.endif +.include "options.mk" # We are building a static pth library and linking against it # While this is not very satisfying, gpgme hangs in it's gpgsm tests if we depend on the shared (pkgsrc) pth library |