aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-12-14 20:01:43 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-12-14 20:01:43 +0000
commit37bd10d8d7bc1cc49f61abd4240bc8c8516635a6 (patch)
treee9c51a8bdc09e13b260493bc041611d04ff69234 /security/gnupg
parent12a3390c51893da04e3921a996bc52abc5a1aa31 (diff)
downloadports-37bd10d8d7bc1cc49f61abd4240bc8c8516635a6.tar.gz
ports-37bd10d8d7bc1cc49f61abd4240bc8c8516635a6.zip
Update gnupg to 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. [https://dev.gnupg.org/T3399] * dirmngr: Try another keyserver from the pool on receiving a 502, 503, or 504 error. [https://dev.gnupg.org/T4175] * 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. [https://dev.gnupg.org/T3967] * New simplified Chinese translation (zh_CN). Release-info: https://dev.gnupg.org/T4289
Notes
Notes: svn path=/head/; revision=487464
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile3
-rw-r--r--security/gnupg/distinfo6
2 files changed, 4 insertions, 5 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 636bcd082596..0186e613b8d4 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= gnupg
-PORTVERSION= 2.2.11
-PORTREVISION= 2
+PORTVERSION= 2.2.12
CATEGORIES= security
MASTER_SITES= GNUPG
diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo
index ae15fa10b00d..66b6b28a8a30 100644
--- a/security/gnupg/distinfo
+++ b/security/gnupg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1541562033
-SHA256 (gnupg-2.2.11.tar.bz2) = 496c3e123ef53f35436ddccca58e82acaa901ca4e21174e77386c0cea0c49cd9
-SIZE (gnupg-2.2.11.tar.bz2) = 6652480
+TIMESTAMP = 1544816654
+SHA256 (gnupg-2.2.12.tar.bz2) = db030f8b4c98640e91300d36d516f1f4f8fe09514a94ea9fc7411ee1a34082cb
+SIZE (gnupg-2.2.12.tar.bz2) = 6682303