pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnupg2 gnupg2: updated to 2.2.31
details: https://anonhg.NetBSD.org/pkgsrc/rev/b34a9b97910c
branches: trunk
changeset: 459366:b34a9b97910c
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 05 12:14:28 2021 +0000
description:
gnupg2: updated to 2.2.31
Noteworthy changes in version 2.2.31 (2021-09-15)
-------------------------------------------------
* agent: Fix a regression in GET_PASSPHRASE.
* scd: Fix an assertion failure in close_pcsc_reader.
* scd: Add support for PC/SC in "GETINFO reader_list".
Noteworthy changes in version 2.2.30 (2021-08-26)
-------------------------------------------------
* gpg: Extended gpg-check-pattern to support accept rules,
conjunctions, and case-sensitive matching.
* agent: New option --pinentry-formatted-passphrase.
* agent: New option --check-sym-passphrase-pattern.
* agent: Use the sysconfdir for the pattern files.
* agent: Add "checkpin" inquiry for use by pinentry.
* wkd: Fix client issue with leading or trailing spaces in
user-ids.
* Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to Pinentry.
* Under Windows use LOCAL_APPDATA for the socket directory.
Noteworthy changes in version 2.2.29 (2021-07-04)
-------------------------------------------------
* Fix regression in 2.2.28 for Yubikey NEO.
* Change the default keyserver to keyserver.ubuntu.com. This is a
temporary change due to the shutdown of the SKS keyserver pools.
* gpg: Let --fetch-key return an exit code on failure.
* dirmngr: Fix regression in KS_GET for mail address pattern.
* Add fallback in case the Windows console can't cope with Unicode.
* Improve initialization of SPR532 in the CCID driver and make the
driver more robust.
* Make test suite work in presence of a broken Libgcrypt
installation.
* Make configure option --disable-ldap work again.
Noteworthy changes in version 2.2.28 (2021-06-10)
-------------------------------------------------
* gpg: Auto import keys specified with --trusted-keys.
* gpg: Allow decryption w/o public key but with correct card
inserted.
* gpg: Allow fingerprint based lookup with --locate-external-key.
* gpg: Lookup a missing public key of the current card via LDAP.
* gpg: New option --force-sign-key.
* gpg: Use a more descriptive password prompt for symmetric
decryption.
* gpg: Do not use the self-sigs-only option for LDAP keyserver
imports.
* gpg: Keep temp files when opening images via xdg-open.
* gpg: Fix mailbox based search via AKL keyserver method.
* gpg: Fix sending an OpenPGP key with umlaut to an LDAP keyserver.
* gpg: Allow ECDH with a smartcard returning only the x-coordinate.
* gpgsm: New option --ldapserver as an alias for --keyserver. Note
that configuring servers in gpgsm and gpg is deprecated; please
use the dirmngr configuration options.
* gpgsm: Support AES-GCM decryption.
* gpgsm: Support decryption of password protected files.
* gpgsm: Lock keyboxes also during a search to fix lockups on
Windows.
* agent: Skip unknown unknown ssh curves seen on
cards.
* scdaemon: New option --pcsc-shared.
* scdaemon: Backport PKCS#15 card support from GnuPG 2.3
* scdaemon: Fix CCID driver for SCM SPR332/SPR532.
* scdaemon: Fix possible PC/SC removed card problem.
* scdaemon: Fix unblock PIN by a Reset Code with KDF.
* scdaemon: Support compressed points.
* scdaemon: Prettify S/N for Yubikeys and fix reading for early
Yubikey 5 tokens.
* dirmngr: New option --ldapserver to avoid the need for the
separate dirmngr_ldapservers.conf file.
* dirmngr: The dirmngr_ldap wrapper has been rewritten to properly
support ldap-over-tls and starttls for X.509 certificates and
CRLs.
* dirmngr: OpenPGP LDAP keyservers may now also be configured using
the same syntax as used for X.509 and CRL LDAP servers. This
avoids the former cumbersome quoting rules and adds a flexible set
of flags to control the connection.
* dirmngr: The "ldaps" scheme of an OpenPGP keyserver URL is now
interpreted as ldap-with-starttls on port 389. To use the
non-standardized ldap-over-tls the new LDAP configuration method
of the new attribute "gpgNtds" needs to be used.
* dirmngr: Return the fingerprint as search result also for LDAP
OpenPGP keyservers. This requires the modernized LDAP schema.
* dirmngr: An OpenPGP LDAP search by a mailbox now ignores revoked
keys.
* gpgconf: Make runtime changes with non-default homedir work.
* gpgconf: Do not translate an empty string to the PO file's meta
data.
* gpgconf: Fix argv overflow if --homedir is used.
* gpgconf: Return a new pseudo option "compliance_de_vs".
* gpgtar: Fix file size computation under Windows.
* Full Unicode support for the Windows command line.
* Fix problem with Windows Job objects and auto start of our
daemons.
* i18n: In German always use "Passwort" instead of "Passphrase" in
prompts.
diffstat:
security/gnupg2/Makefile | 5 ++---
security/gnupg2/PLIST | 4 ++--
security/gnupg2/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (55 lines):
diff -r ef3846fcf7ac -r b34a9b97910c security/gnupg2/Makefile
--- a/security/gnupg2/Makefile Tue Oct 05 07:56:23 2021 +0000
+++ b/security/gnupg2/Makefile Tue Oct 05 12:14:28 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.124 2021/09/29 19:01:16 adam Exp $
+# $NetBSD: Makefile,v 1.125 2021/10/05 12:14:28 adam Exp $
-DISTNAME= gnupg-2.2.27
+DISTNAME= gnupg-2.2.31
PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/}
-PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/gnupg/
diff -r ef3846fcf7ac -r b34a9b97910c security/gnupg2/PLIST
--- a/security/gnupg2/PLIST Tue Oct 05 07:56:23 2021 +0000
+++ b/security/gnupg2/PLIST Tue Oct 05 12:14:28 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2020/11/18 13:06:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/10/05 12:14:28 adam Exp $
bin/dirmngr
bin/dirmngr-client
bin/g13
@@ -24,6 +24,7 @@
libexec/scdaemon
man/man1/dirmngr-client.1
man/man1/gpg-agent.1
+man/man1/gpg-check-pattern.1
man/man1/gpg-connect-agent.1
man/man1/gpg-preset-passphrase.1
man/man1/gpg-wks-client.1
@@ -35,7 +36,6 @@
man/man1/gpgtar.1
man/man1/gpgv2.1
man/man1/scdaemon.1
-man/man1/symcryptrun.1
man/man1/watchgnupg.1
man/man7/gnupg.7
man/man8/addgnupghome.8
diff -r ef3846fcf7ac -r b34a9b97910c security/gnupg2/distinfo
--- a/security/gnupg2/distinfo Tue Oct 05 07:56:23 2021 +0000
+++ b/security/gnupg2/distinfo Tue Oct 05 12:14:28 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.66 2021/01/12 11:49:56 adam Exp $
+$NetBSD: distinfo,v 1.67 2021/10/05 12:14:28 adam Exp $
-SHA1 (gnupg-2.2.27.tar.bz2) = d928d4bd0808ffb8fe20d1161501401d5d389458
-RMD160 (gnupg-2.2.27.tar.bz2) = 9f397444ed4ff9a4c8394486752bb7d4b59a7f7a
-SHA512 (gnupg-2.2.27.tar.bz2) = cf336962116c9c08ac80b1299654b94948033ef51d6d5e7f54c2f07bbf7d92c7b0bddb606ceee2cdd837063f519b8d59af5a82816b840a0fc47d90c07b0e95ab
-Size (gnupg-2.2.27.tar.bz2) = 7191555 bytes
+SHA1 (gnupg-2.2.31.tar.bz2) = 18104b919caf14d1ef17635262418f382f888d53
+RMD160 (gnupg-2.2.31.tar.bz2) = d9276004a48b63fd16b72640b61659e4497bf799
+SHA512 (gnupg-2.2.31.tar.bz2) = 2f6fa200e08d6b8993b482e5825bea6083afc8686c4e1ae80386b36ae49e1c2d73066c508edaa359a7794cb26ba7a00f81555a906fa422d1117e41415cfa2fea
+Size (gnupg-2.2.31.tar.bz2) = 7212188 bytes
SHA1 (patch-common_sysutils.c) = 569c12e21172c1521284922244b2f4f361c945d6
Home |
Main Index |
Thread Index |
Old Index