diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-11-25 14:42:19 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-11-25 14:42:19 +0000 |
commit | d5de63cd3c0cdff67ddc02eabce80f992686bcd4 (patch) | |
tree | 521929501ca3fc51ded039bac06866f59e2e1763 /security/gnupg2 | |
parent | 47e931115148928606f76ef01eeedcd20138d7a2 (diff) | |
download | pkgsrc-d5de63cd3c0cdff67ddc02eabce80f992686bcd4.tar.gz |
gnupg2: Update to 2.2.33
Changelog:
Noteworthy changes in version 2.2.33 (2021-11-23)
-------------------------------------------------
* gpg: New option --min-rsa-length. [rG6ee01c1d26]
* gpg: New option --forbid-gen-key. [rG985fb25c46]
* gpg: New option --override-compliance-check. [T5655]
* gpgconf: New command --show-configs. [rG8fe3f57643]
* agent,dirmngr: New option --steal-socket. [rG6507c6ab10]
* scd: Improve the selection of the default PC/SC reader. [T5644]
* gpg: Fix printing of binary notations. [T5667]
* gpg: Remove stale ultimately trusted keys from the trustdb. [T5685]
* gpgsm: Detect circular chains in --list-chain. [rGc9343bec83]
* gpgconf: Create the local option file even if the global file
exists. [T5650]
* dirmngr: Make reading resolv.conf more robust. [T5657]
* gpg-wks-server: Fix created file permissions. [rGf54feb4470]
* scd: Support longer data for ssh-agent authentication with openpgp
cards. [T5682]
* Support gpgconf.ctl for NetBSD and Solaris. [T5656,T5671]
* Silence "Garbled console data" warning under Windows in most
cases.
* Silence warning about the rootdir under Unices w/o a mounted /proc
file system.
* Fix possible build problems about missing include files. [T5592]
* i18n: Replace the term "PIN-Cache" by "Passswort-Cache" in the
German translation. [rgf453d52e53]
* i18n: Update the Russian translation.
Release-info: https://dev.gnupg.org/T5641
See-also: gnupg-announce/2021q4/000467.html
Diffstat (limited to 'security/gnupg2')
-rw-r--r-- | security/gnupg2/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 8ed80bea358..46490ac8d6f 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.126 2021/10/12 18:48:00 adam Exp $ +# $NetBSD: Makefile,v 1.127 2021/11/25 14:42:19 ryoon Exp $ -DISTNAME= gnupg-2.2.32 +DISTNAME= gnupg-2.2.33 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 5f36c61601f..1240358e2fb 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.70 2021/10/26 11:17:06 nia Exp $ +$NetBSD: distinfo,v 1.71 2021/11/25 14:42:19 ryoon Exp $ -BLAKE2s (gnupg-2.2.32.tar.bz2) = 50806ef9c9f4396cd75e2755bff112b3d4986b807ddf95d0fd9169809fd0ba36 -SHA512 (gnupg-2.2.32.tar.bz2) = 76b75d3688561ce65a8014812656aa87c9722c898d7e186fdb1331dee6af32f886a6b0a4806975c348a22ad6dda60f956ece56076d00153b9706aad4c934c6a1 -Size (gnupg-2.2.32.tar.bz2) = 7212625 bytes +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 SHA1 (patch-common_sysutils.c) = 569c12e21172c1521284922244b2f4f361c945d6 |