Date: Thu, 21 Dec 2017 01:16:14 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456878 - head/security/gnupg Message-ID: <201712210116.vBL1GEA4042165@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Dec 21 01:16:14 2017 New Revision: 456878 URL: https://svnweb.freebsd.org/changeset/ports/456878 Log: 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. Modified: head/security/gnupg/Makefile head/security/gnupg/distinfo Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Thu Dec 21 00:26:58 2017 (r456877) +++ head/security/gnupg/Makefile Thu Dec 21 01:16:14 2017 (r456878) @@ -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 Modified: head/security/gnupg/distinfo ============================================================================== --- head/security/gnupg/distinfo Thu Dec 21 00:26:58 2017 (r456877) +++ head/security/gnupg/distinfo Thu Dec 21 01:16:14 2017 (r456878) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712210116.vBL1GEA4042165>