summaryrefslogtreecommitdiff
path: root/security/gnupg/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-11-10 02:35:02 +0000
committerwiz <wiz@pkgsrc.org>2000-11-10 02:35:02 +0000
commit2abd8edc0138616a7fb6dff0a68fd64bd1acbcc2 (patch)
treebc5973fba2d238d4c041a1bea28ddfb60ad576e7 /security/gnupg/Makefile
parent00974502027a2622cc7dc487436fe99afa46977a (diff)
downloadpkgsrc-2abd8edc0138616a7fb6dff0a68fd64bd1acbcc2.tar.gz
Update to 1.0.4. Changes since 1.0.3:
* Fixed a serious bug which could lead to false signature verification results when more than one signature is fed to gpg. This is the primary reason for releasing this version. * New utility gpgv which is a stripped down version of gpg to be used to verify signatures against a list of trusted keys. * Rijndael (AES) is now supported and listed with top preference. * --with-colons now works with --print-md[s]. Based on an update provided by Mipam <mipam@ibb.net>.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r--security/gnupg/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 8d46cae2cf4..f4f78b8e468 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2000/10/11 09:57:45 itojun Exp $
+# $NetBSD: Makefile,v 1.17 2000/11/10 02:35:02 wiz Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
#
-DISTNAME= gnupg-1.0.3
+DISTNAME= gnupg-1.0.4
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/
@@ -14,6 +14,7 @@ DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
CRYPTO= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_LIBINTL= yes
.include "../../mk/bsd.prefs.mk"