diff options
author | adam <adam@pkgsrc.org> | 2018-02-26 09:05:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-02-26 09:05:45 +0000 |
commit | d076e1ba3a5a90ae65fc606de6150da36b3255ef (patch) | |
tree | ce8d5fc7337fec27aa0558f1828b56c66cfa68fd | |
parent | 62d63e13e4ff523b285e5f27d18d4878f8fe70d9 (diff) | |
download | pkgsrc-d076e1ba3a5a90ae65fc606de6150da36b3255ef.tar.gz |
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.
-rw-r--r-- | security/gnupg2/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 0d7d19c6b9c..f0fdcdadbc4 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 2c3b9a29c5f..58a8c8757de 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 |