summaryrefslogtreecommitdiff
path: root/security/gnupg/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-11-27 09:50:12 +0000
committertron <tron@pkgsrc.org>2003-11-27 09:50:12 +0000
commit44c85b1a1f232cf41ce75183510a54bf4dffea12 (patch)
treeffbd097857080d3d534a6536b69f38facdf251f6 /security/gnupg/Makefile
parentdc0392f000c97c5f88ceffb37a674c05cf92e4fe (diff)
downloadpkgsrc-44c85b1a1f232cf41ce75183510a54bf4dffea12.tar.gz
Apply security patch which disables ElGamal signature keys because they
are vulnerable. Bump package revision to reflect this change.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r--security/gnupg/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 87ed153326e..e3651c90698 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2003/10/11 07:18:50 grant Exp $
+# $NetBSD: Makefile,v 1.54 2003/11/27 09:50:12 tron Exp $
DISTNAME= gnupg-1.2.3
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \
ftp://ftp.planetmirror.com/pub/gnupg/gnupg/ \
@@ -15,8 +16,11 @@ MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.gnupg.org/
COMMENT= Privacy Guard, public-Key encryption and digital signatures
-BUILD_USES_MSGFMT= yes
+PATCH_SITES= http://www.heise.de/security/tools/
+PATCHFILES= gnupg_patch.diff
+PATCH_DIST_ARGS= -d ${WRKSRC}/g10 -E ${PATCH_DIST_STRIP}
+BUILD_USES_MSGFMT= yes
CRYPTO= yes
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes