mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
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.
This commit is contained in:
parent
787a848e54
commit
26554b315d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456878
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user