From ba5dbf695088dfe99c35be85193d6ae40012e9bb Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 27 Oct 2002 02:53:02 +0000 Subject: 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. --- security/gnupg/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security/gnupg/Makefile') 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" -- cgit v1.2.3