pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gnupg Apply security patch which disables ElG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f8c4623472e
branches:  trunk
changeset: 463793:2f8c4623472e
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Nov 27 09:50:12 2003 +0000

description:
Apply security patch which disables ElGamal signature keys because they
are vulnerable. Bump package revision to reflect this change.

diffstat:

 security/gnupg/Makefile |  8 ++++++--
 security/gnupg/distinfo |  4 +++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r dd148b3c2233 -r 2f8c4623472e security/gnupg/Makefile
--- a/security/gnupg/Makefile   Thu Nov 27 05:19:58 2003 +0000
+++ b/security/gnupg/Makefile   Thu Nov 27 09:50:12 2003 +0000
@@ -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 @@
 HOMEPAGE=      http://www.gnupg.org/
 COMMENT=       Privacy Guard, public-Key encryption and digital signatures
 
+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
diff -r dd148b3c2233 -r 2f8c4623472e security/gnupg/distinfo
--- a/security/gnupg/distinfo   Thu Nov 27 05:19:58 2003 +0000
+++ b/security/gnupg/distinfo   Thu Nov 27 09:50:12 2003 +0000
@@ -1,9 +1,11 @@
-$NetBSD: distinfo,v 1.21 2003/08/25 21:25:24 itojun Exp $
+$NetBSD: distinfo,v 1.22 2003/11/27 09:50:12 tron Exp $
 
 SHA1 (gnupg-1.2.3.tar.bz2) = 1a5f68b52aa04f7370a80c2dfa708accfc64d854
 Size (gnupg-1.2.3.tar.bz2) = 2294773 bytes
 SHA1 (idea.c.gz) = 82fded4ec31b97b3b2dd22741880b67cfee40f84
 Size (idea.c.gz) = 5216 bytes
+SHA1 (gnupg_patch.diff) = dfd00cb20efd6673d850ab57b1ddced92c9b8a45
+Size (gnupg_patch.diff) = 2381 bytes
 SHA1 (patch-aa) = 3babbdc4386f0edaed4a6e1bb851312528d6ff9e
 SHA1 (patch-ac) = ce5bbc1bb648f782ffc93704532fc8ca7f8a9524
 SHA1 (patch-ad) = 2783ded1fa83c755b4fe8a544066da631b88db8e



Home | Main Index | Thread Index | Old Index