aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2017-12-21 01:16:14 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2017-12-21 01:16:14 +0000
commit26554b315deb85b211a454da6089228b073a8a86 (patch)
tree7e8ad60364c87bf4535f0d3f6ce79c5c5c570e46 /security/gnupg
parent787a848e542665421d27ea09fad9e1a66c4bee51 (diff)
downloadports-26554b315deb85b211a454da6089228b073a8a86.tar.gz
ports-26554b315deb85b211a454da6089228b073a8a86.zip
Update gnupg to 2.2.4. Bump the libassuan requirement to 2.5.1.
* gpg: Change default preferences to prefer SHA512. * gpg: Print a warning when more than 150 MiB are encrypted using a cipher with 64 bit block size. * gpg: Print a warning if the MDC feature has not been used for a message. * gpg: Fix regular expression of domain addresses in trust signatures. [#2923] * agent: New option --auto-expand-secmem to help with high numbers of concurrent connections. Requires libgcrypt 1.8.2 for having an effect. [#3530] * dirmngr: Cache responses of WKD queries. * gpgconf: Add option --status-fd. * wks: Add commands --check and --remove-key to gpg-wks-server. * Increase the backlog parameter of the daemons to 64 and add option --listen-backlog. * New configure option --enable-run-gnupg-user-socket to first try a socket directory which is not removed by systemd at session end.
Notes
Notes: svn path=/head/; revision=456878
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile4
-rw-r--r--security/gnupg/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 2e9a5faa3252..ca3985c75be6 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gnupg
-PORTVERSION= 2.2.3
+PORTVERSION= 2.2.4
CATEGORIES= security
MASTER_SITES= GNUPG
@@ -18,7 +18,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
libgpg-error.so:security/libgpg-error \
libksba.so:security/libksba \
libnpth.so:devel/npth
-BUILD_DEPENDS= libassuan>=2.4.3:security/libassuan \
+BUILD_DEPENDS= libassuan>=2.5.1:security/libassuan \
libgpg-error>=1.16:security/libgpg-error
RUN_DEPENDS= pinentry:security/pinentry
diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo
index f8af07e4eb38..c9b947b8135c 100644
--- a/security/gnupg/distinfo
+++ b/security/gnupg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511315500
-SHA256 (gnupg-2.2.3.tar.bz2) = cbd37105d139f7aa74f92b6f65d136658682094b0e308666b820ae4b984084b4
-SIZE (gnupg-2.2.3.tar.bz2) = 6547069
+TIMESTAMP = 1513817754
+SHA256 (gnupg-2.2.4.tar.bz2) = 401a3e64780fdfa6d7670de0880aa5c9d589b3db7a7098979d7606cec546f2ec
+SIZE (gnupg-2.2.4.tar.bz2) = 6571487