From fae189b50eee70628d097c0b903db735bc31f07d Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 25 Dec 2003 14:05:02 +0000 Subject: Update to 1.2.4: * Added read-only support for BZIP2 compression. This should be considered experimental, and is only available if the libbzip2 library is installed. * Added the ability to handle messages that can be decrypted with either a passphrase or a secret key. * Most support for Elgamal sign+encrypt keys has been removed. Old signatures may still be verified, and existing encrypted messages may still be decrypted, but no new signatures may be issued by, and no new messages will be encrypted to, these keys. Elgamal sign+encrypt keys are not part of the web of trust. The only new message that can be generated by an Elgamal sign+encrypt key is a key revocation. Note that in a future version of GnuPG (currently planned for 1.4), all support for Elgamal sign+encrypt keys will be removed, so take this opportunity to revoke old keys now. * A Russian translation is included again as well as a new Belarusian translation. --- security/gnupg/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/gnupg/Makefile') diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index b1f57d07022..f1e1b41b1a5 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2003/11/27 23:46:36 heinz Exp $ +# $NetBSD: Makefile,v 1.56 2003/12/25 14:05:02 wiz Exp $ -DISTNAME= gnupg-1.2.3 -PKGREVISION= 2 +DISTNAME= gnupg-1.2.4 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://ftp.planetmirror.com/pub/gnupg/gnupg/ \ @@ -63,6 +62,7 @@ PLIST_SUBST+= OPENLDAP="@comment " .include "../../converters/libiconv/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/zlib/buildlink2.mk" +.include "../../archivers/bzip2/buildlink2.mk" .include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3