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.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb2218121dcc
branches:  trunk
changeset: 316837:bb2218121dcc
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Dec 20 19:33:27 2018 +0000

description:
gnupg2: updated to 2.2.12

Noteworthy changes in version 2.2.12:

  * tools: New commands --install-key and --remove-key for
    gpg-wks-client.  This allows to prepare a Web Key Directory on a
    local file system for later upload to a web server.

  * gpg: New --list-option "show-only-fpr-mbox".  This makes the use
    of the new gpg-wks-client --install-key command easier on Windows.

  * gpg: Improve processing speed when --skip-verify is used.

  * gpg: Fix a bug where a LF was accidentally written to the console.

  * gpg: --card-status now shwos whether a card has the new KDF
    feature enabled.

  * agent: New runtime option --s2k-calibration=MSEC.  New configure
    option --with-agent-s2k-calibration=MSEC.

  * dirmngr: Try another keyserver from the pool on receiving a 502,
    503, or 504 error.

  * dirmngr: Avoid possible CSRF attacks via http redirects.  A HTTP
    query will not anymore follow a 3xx redirect unless the Location
    header gives the same host.  If the host is different only the
    host and port is taken from the Location header and the original
    path and query parts are kept.

  * dirmngr: New command FLUSHCRL to flush all CRLS from disk and
    memory.

  * New simplified Chinese translation (zh_CN).

diffstat:

 security/gnupg2/Makefile |   5 ++---
 security/gnupg2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 46f8185930c8 -r bb2218121dcc security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Thu Dec 20 17:56:02 2018 +0000
+++ b/security/gnupg2/Makefile  Thu Dec 20 19:33:27 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.96 2018/12/09 18:52:44 adam Exp $
+# $NetBSD: Makefile,v 1.97 2018/12/20 19:33:27 adam Exp $
 
-DISTNAME=      gnupg-2.2.11
+DISTNAME=      gnupg-2.2.12
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
-PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gnupg/
 EXTRACT_SUFX=  .tar.bz2
diff -r 46f8185930c8 -r bb2218121dcc security/gnupg2/distinfo
--- a/security/gnupg2/distinfo  Thu Dec 20 17:56:02 2018 +0000
+++ b/security/gnupg2/distinfo  Thu Dec 20 19:33:27 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2018/11/07 11:59:08 adam Exp $
+$NetBSD: distinfo,v 1.51 2018/12/20 19:33:27 adam Exp $
 
-SHA1 (gnupg-2.2.11.tar.bz2) = c762d300c6c5616c14abff1cfaa099baa5fcbd2c
-RMD160 (gnupg-2.2.11.tar.bz2) = 4c5312475f573bbc28888fa34c693c5be1742b70
-SHA512 (gnupg-2.2.11.tar.bz2) = 8aa8beea877993b6eef155e1a503ffdde9963ff04a24e6a3dea7979efeeeeeab57e942a80ad46ef254d27a83e8cb2e3008da7749afa8e39eade190c0499f95d9
-Size (gnupg-2.2.11.tar.bz2) = 6652480 bytes
+SHA1 (gnupg-2.2.12.tar.bz2) = 2aeccc35ea8034306ff7a1072b84abbaa79619c3
+RMD160 (gnupg-2.2.12.tar.bz2) = 4da4303a12a55111de9cd100ab0fdb30b28a4e00
+SHA512 (gnupg-2.2.12.tar.bz2) = 30de9757bb60a5cb6bf0dc2c8da5f4742c54affec3fcd0bcbf66f28f2812149afec5db70dcb6ba592101de4bdc479d1ba0b47c53c8b8d4765ddff32fa51c26c8
+Size (gnupg-2.2.12.tar.bz2) = 6682303 bytes



Home | Main Index | Thread Index | Old Index