diff options
author | adam <adam@pkgsrc.org> | 2022-02-16 08:53:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-02-16 08:53:26 +0000 |
commit | be75c7396b100e20de2988125f5c2d42221ddaae (patch) | |
tree | 72e99fa750263ba7baa26798eaf23f2502119414 /security/gnupg2 | |
parent | 83fe342283038dfdd65e739abbaf37629c531174 (diff) | |
download | pkgsrc-be75c7396b100e20de2988125f5c2d42221ddaae.tar.gz |
gnupg2: updated to 2.2.34
Noteworthy changes in version 2.2.34 (2022-02-07)
-------------------------------------------------
* gpgconf: Backport the improved option reading and writing code
from 2.3. [rG7a3a1ef370,T4788]
* gpgconf: Do not list ignored options and mark forced options as
read-only. [T5732]
* gpgconf: Correctly show registry entries with --show-configs.
[T5724]
* gpgconf: Add command aliases -L, -K, and -R. [rGf16c535eee]
* gpgconf: Tweak the use of the ldapserver option. [T5801]
* gpgconf: Make "--launch gpg-agent" work again. [rG5a7ed6dd8f]
* gpg: Accept Ed25519 private keys in modernized encoding. [T5120]
* gpg: Fix adding the list of ultimate trusted keys. [T5742]
* gpgsm: New option --ignore-cert-with-oid. [rGbcf446b70c]
* dirmngr: Avoid initial delay on the first keyserver access in
presence of --no-use-tor. [rGdde88897e2]
* scdaemon: Also prefer Yubikeys if no reader port is given.
[rG38c666ec3f]
* agent: Make missing strings translatable and update German and
Japanese translations. [T4777]
* ssh: Fix adding an ed25519 key with a zero length comment. [T5794]
* gpgtar: Create and handle extended headers to support long file
names. [T5754]
* Fix the creation of socket directories under Windows for non-ascii
account names. [rG7d1215cb9c]
* Improve the registry HKCU->HKLM fallback. [rG96db487a4d]
* Prettify the --help output of most commands.
Diffstat (limited to 'security/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 5 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 82cb7c3aab1..5bb50b82752 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.130 2022/01/19 22:09:00 nia Exp $ +# $NetBSD: Makefile,v 1.131 2022/02/16 08:53:26 adam Exp $ -DISTNAME= gnupg-2.2.33 +DISTNAME= gnupg-2.2.34 PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/} -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/gnupg/ diff --git a/security/gnupg2/distinfo b/security/gnupg2/distinfo index 1240358e2fb..01355572ee1 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.71 2021/11/25 14:42:19 ryoon Exp $ +$NetBSD: distinfo,v 1.72 2022/02/16 08:53:26 adam Exp $ -BLAKE2s (gnupg-2.2.33.tar.bz2) = 5a51fd2a6f7677bc864b3d017e795e0299f19b3c79e31de76782815c399e76bc -SHA512 (gnupg-2.2.33.tar.bz2) = 0e6382ebb78425dc81b280a3b453111fb4a764b3fb0565ac09ac24cec2ecd571079617e263d9fce077ba6ce8d202fb43425b51c26f9ec6e8c61706a1ca5f8c78 -Size (gnupg-2.2.33.tar.bz2) = 7238439 bytes +BLAKE2s (gnupg-2.2.34.tar.bz2) = 008ae2294f05b687df22ded8871f3be63e4c7f8376380c089e8d507b63e375dd +SHA512 (gnupg-2.2.34.tar.bz2) = 2232e2df58a8470f152d5d91816e14017bcc702bf56c7ae6210f8f42069b2117172b9eabc8fcc1d1174aa7a1068ff444c98335f6c503c2e17137c76fe2602b8b +Size (gnupg-2.2.34.tar.bz2) = 7252882 bytes SHA1 (patch-common_sysutils.c) = 569c12e21172c1521284922244b2f4f361c945d6 |