diff options
author | adam <adam@pkgsrc.org> | 2021-01-12 11:49:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-01-12 11:49:56 +0000 |
commit | 938622d9a2d5636761cc443fd48a963a90d5b103 (patch) | |
tree | 1ee57db011d9c578726a4ba0de240cd4692e06f9 /security/gnupg2 | |
parent | 640e0888055ee60edc593a83dfd56ffde0803292 (diff) | |
download | pkgsrc-938622d9a2d5636761cc443fd48a963a90d5b103.tar.gz |
gnupg2: updated to 2.2.27
Noteworthy changes in version 2.2.27 (2021-01-11)
-------------------------------------------------
* gpg: Fix regression in 2.2.24 for gnupg_remove function under
Windows.
* gpgconf: Fix case with neither local nor global gpg.conf.
* gpgconf: Fix description of two new options.
* Build Windows installer without timestamps. Note that the
Authenticode signatures still carry a timestamp.
Release-info: https://dev.gnupg.org/T5234
See-also: gnupg-announce/2021q1/000452.html
Noteworthy changes in version 2.2.26 (2020-12-21)
-------------------------------------------------
* gpg: New AKL method "ntds".
* gpg: Fix --trusted-key with fingerprint arg.
* scd: Fix writing of ECC keys to an OpenPGP card.
* scd: Make an USB error fix specific to SPR532 readers.
* dirmngr: With new LDAP keyservers store the new attributes. Never
store the useless pgpSignerID. Fix a long standing bug storing
some keys on an ldap server.
* dirmngr: Support the new Active Direcory LDAP schema for
keyservers.
* dirmngr: Allow LDAP OpenPGP searches via fingerprint.
* dirmngr: Do not block other threads during keyserver LDAP calls.
* Support global configuration files.
* Fix the iconv fallback handling to UTF-8.
Release-info: https://dev.gnupg.org/T5153
See-also: gnupg-announce/2020q4/000451.html
Diffstat (limited to 'security/gnupg2')
-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 deaf2a96b7f..fc5575d3c2a 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.120 2020/12/03 12:10:20 adam Exp $ +# $NetBSD: Makefile,v 1.121 2021/01/12 11:49:56 adam Exp $ -DISTNAME= gnupg-2.2.25 +DISTNAME= gnupg-2.2.27 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 a11fe3de8d7..409007a7b23 100644 --- a/security/gnupg2/distinfo +++ b/security/gnupg2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.65 2020/12/03 12:10:20 adam Exp $ +$NetBSD: distinfo,v 1.66 2021/01/12 11:49:56 adam Exp $ -SHA1 (gnupg-2.2.25.tar.bz2) = 074b21dd07419575fa31c0c5d3116596d5544cbd -RMD160 (gnupg-2.2.25.tar.bz2) = 8e2a92a23241568356dc2915a3322327ac092b1c -SHA512 (gnupg-2.2.25.tar.bz2) = ab1d7cc9d8be3e7189bc4bea431b9d5db313cbd1739823950f32fbb611b2f4374889f444efbf43ce1fbf498b9865d7e6e953cd4c86d58fd688f63923c434ea2c -Size (gnupg-2.2.25.tar.bz2) = 7195857 bytes +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 (patch-common_sysutils.c) = 569c12e21172c1521284922244b2f4f361c945d6 |