pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/gnupg2



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 20 19:33:28 UTC 2018

Modified Files:
        pkgsrc/security/gnupg2: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/security/gnupg2/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/security/gnupg2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnupg2/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.96 pkgsrc/security/gnupg2/Makefile:1.97
--- pkgsrc/security/gnupg2/Makefile:1.96        Sun Dec  9 18:52:44 2018
+++ pkgsrc/security/gnupg2/Makefile     Thu Dec 20 19:33:27 2018
@@ -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

Index: pkgsrc/security/gnupg2/distinfo
diff -u pkgsrc/security/gnupg2/distinfo:1.50 pkgsrc/security/gnupg2/distinfo:1.51
--- pkgsrc/security/gnupg2/distinfo:1.50        Wed Nov  7 11:59:08 2018
+++ pkgsrc/security/gnupg2/distinfo     Thu Dec 20 19:33:27 2018
@@ -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