From 26554b315deb85b211a454da6089228b073a8a86 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Thu, 21 Dec 2017 01:16:14 +0000 Subject: [PATCH] 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. --- security/gnupg/Makefile | 4 ++-- security/gnupg/distinfo | 6 +++--- 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