summaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-12-22 20:55:41 +0000
committerryoon <ryoon@pkgsrc.org>2015-12-22 20:55:41 +0000
commit8847fed53be1a76839c10bd0cf071e16ba0bbd48 (patch)
tree3e36b2decf2a2d8f197540ad31e9ff4c1b789dba /security/gnupg
parent5d2139c15ee960dd7b17d849c03bbe6c4e154d96 (diff)
downloadpkgsrc-8847fed53be1a76839c10bd0cf071e16ba0bbd48.tar.gz
Update to 1.4.20
Changelog: Noteworthy changes in version 1.4.20 (2015-12-20) ------------------------------------------------- * Reject signatures made using the MD5 hash algorithm unless the new option --allow-weak-digest-algos or --pgp2 are given. * New option --weak-digest to specify hash algorithms which should be considered weak. * Changed default cipher for symmetric-only encryption to AES-128. * Fix for DoS when importing certain garbled secret keys. * Improved error reporting for secret subkey w/o corresponding public subkey. * Improved error reporting in decryption due to wrong algorithm. * Fix cluttering of stdout with trustdb info in double verbose mode. * Pass a DBUS envvar to gpg-agent for use by gnome-keyring.
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile5
-rw-r--r--security/gnupg/distinfo11
-rw-r--r--security/gnupg/patches/patch-g10_armor.c24
3 files changed, 7 insertions, 33 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 4e2b6b0c2af..c898a1c40d5 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.129 2015/11/16 10:33:35 wiz Exp $
+# $NetBSD: Makefile,v 1.130 2015/12/22 20:55:41 ryoon Exp $
-DISTNAME= gnupg-1.4.19
-PKGREVISION= 1
+DISTNAME= gnupg-1.4.20
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \
http://gd.tuwien.ac.at/privacy/gnupg/gnupg/ \
diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo
index 357bae31463..303b2395ac4 100644
--- a/security/gnupg/distinfo
+++ b/security/gnupg/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.68 2015/11/16 10:33:20 wiz Exp $
+$NetBSD: distinfo,v 1.69 2015/12/22 20:55:41 ryoon Exp $
-SHA1 (gnupg-1.4.19.tar.bz2) = 5503f7faa0a0e84450838706a67621546241ca50
-RMD160 (gnupg-1.4.19.tar.bz2) = 4d7c1a9ea913ac83617b0d379935e9af5dc4ac13
-SHA512 (gnupg-1.4.19.tar.bz2) = cce2a83efb05f963ad0f8afd04999cc852889d46b4cad4cf399a37fd6e69f0911a5ccaa0192cb891a941cfa93125349b481efa789a127e3c0aa2c5ba53672741
-Size (gnupg-1.4.19.tar.bz2) = 3713811 bytes
+SHA1 (gnupg-1.4.20.tar.bz2) = cbc9d960e3d8488c32675019a79fbfbf8680387e
+RMD160 (gnupg-1.4.20.tar.bz2) = 1bc94104238019e557b8362eeaab298bd8b17750
+SHA512 (gnupg-1.4.20.tar.bz2) = 8a66d5a45dcf0508601452061eb1965c3c56c56f0e5ded00b7f54c6104de0a305c1d526abd37be2f55cd9bde79600d9cfaf60536af77ff733d778ace5fcd9dad
+Size (gnupg-1.4.20.tar.bz2) = 3692881 bytes
SHA1 (patch-ab) = 24e200a04f8f31e53e22dc80ed079570cb5de8d8
-SHA1 (patch-g10_armor.c) = 012804a0cfa4e5c0e30bc4ffc078177f9d9605fd
diff --git a/security/gnupg/patches/patch-g10_armor.c b/security/gnupg/patches/patch-g10_armor.c
deleted file mode 100644
index 3bad8a223de..00000000000
--- a/security/gnupg/patches/patch-g10_armor.c
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-g10_armor.c,v 1.1 2015/11/16 10:33:20 wiz Exp $
-
-commit 936416690e6c889505d84fe96983a66983beae5e
-Author: Werner Koch <wk@gnupg.org>
-Date: Thu Feb 26 09:38:58 2015 +0100
-
- gpg: Remove left-over debug message.
-
- * g10/armor.c (check_input): Remove log_debug.
-
-diff --git a/g10/armor.c b/g10/armor.c
-index 6c0013d..de1726d 100644
---- g10/armor.c
-+++ g10/armor.c
-@@ -534,9 +534,6 @@ check_input( armor_filter_context_t *afx, IOBUF a )
- /* This is probably input from a keyserver helper and we
- have not yet seen an error line. */
- afx->key_failed_code = parse_key_failed_line (line+4, len-4);
-- log_debug ("armor-keys-failed (%.*s) ->%d\n",
-- (int)len, line,
-- afx->key_failed_code);
- }
- if( i >= 0 && !(afx->only_keyblocks && i != 1 && i != 5 && i != 6 )) {
- hdr_line = i;