From f0709fe1af176d2bec84b5098489a5fa4f739b55 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 26 Feb 2018 09:05:45 +0000 Subject: [PATCH] gnupg2: updated to 2.2.5 version 2.2.5: * gpg: Allow the use of the "cv25519" and "ed25519" short names in addition to the canonical curve names in --batch --gen-key. * gpg: Make sure to print all secret keys with option --list-only and --decrypt. * gpg: Fix the use of future-default with --quick-add-key for signing keys. * gpg: Select a secret key by checking availability under gpg-agent. * gpg: Fix reversed prompt texts for --only-sign-text-ids. * gpg,gpgsm: Fix detection of bogus keybox blobs on 32 bit systems. * gpgsm: Fix regression since 2.1 in --export-secret-key-raw which got $d mod (q-1)$ wrong. Note that most tools automatically fixup that parameter anyway. * ssh: Fix a regression in getting the client'd PID on *BSD and macOS. * scd: Support the KDF Data Object of the OpenPGP card 3.3. * scd: Fix a regression in the internal CCID driver for certain card readers. * scd: Fix a problem on NetBSD killing scdaemon on gpg-agent shutdown. * dirmngr: Improve returned error description on failure of DNS resolving. * wks: Implement command --install-key for gpg-wks-server. * Add option STATIC=1 to the Speedo build system to allow a build with statically linked versions of the core GnuPG libraries. Also use --enable-wks-tools by default by Speedo builds for Unix. --- security/gnupg2/Makefile | 4 ++-- security/gnupg2/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 0d7d19c6b9c4..f0fdcdadbc4c 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2017/12/21 13:15:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.82 2018/02/26 09:05:45 adam Exp $ -DISTNAME= gnupg-2.2.4 +DISTNAME= gnupg-2.2.5 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo index 2c3b9a29c5f3..58a8c8757de2 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2017/12/21 09:45:41 adam Exp $ +$NetBSD: distinfo,v 1.44 2018/02/26 09:05:45 adam Exp $ -SHA1 (gnupg-2.2.4.tar.bz2) = 732266e8888c6f41c084d043c7a0058332ff3580 -RMD160 (gnupg-2.2.4.tar.bz2) = 33822aa08d9c0990f51227aa8cee5ff05468bdef -SHA512 (gnupg-2.2.4.tar.bz2) = 3d5c93b7662433103e9549d066a6b1a0c09d595851fab712d2ee844a55157e952a8a2dd5deff70fa8dd6817481f81c3fe5135603bca03206857310d04c1067a8 -Size (gnupg-2.2.4.tar.bz2) = 6571487 bytes +SHA1 (gnupg-2.2.5.tar.bz2) = 9dec110397e460b3950943e18f5873a4f277f216 +RMD160 (gnupg-2.2.5.tar.bz2) = acce6fa439d0ae3bc3024629674a0996b973bb45 +SHA512 (gnupg-2.2.5.tar.bz2) = 675d2acc2ba95d14b14f4c83364663d88c982332fb4c35a4cf32af19a6bd4453ad89905c80d45007adb50c01816247df84d1f525e94bb668b962a84815e49bf1 +Size (gnupg-2.2.5.tar.bz2) = 6584756 bytes