diff options
author | adam <adam@pkgsrc.org> | 2011-01-20 08:54:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-01-20 08:54:56 +0000 |
commit | 06ca1cd32a6fd70ea2ba9621bd863a1a47a16cfc (patch) | |
tree | 04fdee313a21a27d7d54dfb4c68bf2fd28592454 /security/gnupg2/options.mk | |
parent | 4b9fb7cc1d726d98aa97a881113573de92595c19 (diff) | |
download | pkgsrc-06ca1cd32a6fd70ea2ba9621bd863a1a47a16cfc.tar.gz |
Changes 2.0.17:
* Allow more hash algorithms with the OpenPGP v2 card.
* The gpg-agent now tests for a new gpg-agent.conf on a HUP.
* Fixed output of "gpgconf --check-options".
* Fixed a bug where Scdaemon sends a signal to Gpg-agent running in
non-daemon mode.
* Fixed TTY management for pinentries and session variable update
problem.
Diffstat (limited to 'security/gnupg2/options.mk')
-rw-r--r-- | security/gnupg2/options.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/gnupg2/options.mk b/security/gnupg2/options.mk index 6acf77fd55a..5369cbd0245 100644 --- a/security/gnupg2/options.mk +++ b/security/gnupg2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2009/12/18 17:49:51 drochner Exp $ +# $NetBSD: options.mk,v 1.5 2011/01/20 08:54:56 adam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg2 PKG_SUPPORTED_OPTIONS= gpgsm @@ -11,16 +11,16 @@ PKG_SUGGESTED_OPTIONS= gpgsm ## 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 +PLIST_SRC= ${.CURDIR}/PLIST # 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. .if empty(PKG_OPTIONS:Mgpgsm) -CONFIGURE_ARGS+= --enable-agent-only +CONFIGURE_ARGS+= --enable-agent-only .else CONFIGURE_ARGS+= --enable-gpgsm CONFIGURE_ARGS+= --with-dirmngr-pgm=${BUILDLINK_PREFIX.dirmngr}/bin/dirmngr -PLIST_SRC+= ${.CURDIR}/PLIST.gpgsm +PLIST_SRC+= ${.CURDIR}/PLIST.gpgsm . include "../../security/dirmngr/buildlink3.mk" .endif |