diff options
author | chris <chris@pkgsrc.org> | 2002-10-27 02:53:02 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-10-27 02:53:02 +0000 |
commit | ba5dbf695088dfe99c35be85193d6ae40012e9bb (patch) | |
tree | 074168251f7862afaedf960356a25e386c77a9ae /security/gnupg/Makefile | |
parent | 60f9ada109d47ed00c8e8d42af598e523277e0d3 (diff) | |
download | pkgsrc-ba5dbf695088dfe99c35be85193d6ae40012e9bb.tar.gz |
Update gnupg to 1.2.1. Is a bug fix release.
Major user visible changes are:
* The library dependencies for OpenLDAP seem to change fairly
frequently, and GnuPG's configure script cannot guess all the
combinations. Use ./configure LDAPLIBS="-L libdir -l libs" to
override the script and use the libraries selected.
* Secret keys generated with --export-secret-subkeys are now
indicated in key listings with a '#' after the "sec", and in
--with-colons listings by showing no capabilities (no lowercase
characters).
* --trusted-key has been un-obsoleted, as it is useful for adding
ultimately trusted keys from the config file. It is identical
to using --edit and "trust" to change a key to ultimately
trusted.
* The usual bug fixes as well as fixes to build problems on some
systems.
Note that patch-aa and patch-ab are no longer needed as was, patch-aa now
contains fixes to handle dlsym errors properly.
Also now include libiconv/buildlink2.mk as gnupg looks for iconv.
Fixes pkg/18221.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 0fe94ff96e7..b1b53cdb25d 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2002/10/09 14:16:55 itojun Exp $ +# $NetBSD: Makefile,v 1.36 2002/10/27 02:53:02 chris Exp $ # -DISTNAME= gnupg-1.2.0 +DISTNAME= gnupg-1.2.1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://ftp.planetmirror.com/pub/gnupg/ \ @@ -61,6 +61,7 @@ PLIST_SUBST+= OPENLDAP="@comment " regress: cd ${WRKSRC} && make check +.include "../../converters/libiconv/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/zlib/buildlink2.mk" |