Skip to content
Snippets Groups Projects
Commit c2605038 authored by Adam Weinberger's avatar Adam Weinberger
Browse files

security/gnupg: Update to 2.3.1

parent 14362739
No related branches found
No related tags found
No related merge requests found
PORTNAME= gnupg
PORTVERSION= 2.3.0
PORTVERSION= 2.3.1
CATEGORIES= security
MASTER_SITES= GNUPG
......@@ -57,6 +57,14 @@ SCDAEMON_CONFIGURE_ENABLE= scdaemon
WKS_SERVER_CONFIGURE_ENABLE= wks-tools
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNUTLS} && ${PORT_OPTIONS:MLDAP}
PLIST_SUB+= DIRMNGRLDAP=""
.else
PLIST_SUB+= DIRMNGRLDAP="@comment "
.endif
# Touch the texinfo files to force makeinfo to run. This fixes Linuxisms in
# the paths in the man pages.
pre-build:
......
TIMESTAMP = 1617905248
SHA256 (gnupg-2.3.0.tar.bz2) = 84c1ef39e8621cfb70f31463a5d1d8edeab44332bc1e0e1af9b78b6f9ed05bb4
SIZE (gnupg-2.3.0.tar.bz2) = 7557228
TIMESTAMP = 1618925954
SHA256 (gnupg-2.3.1.tar.bz2) = c498db346a9b9a4b399e514c8f56dfc0a888ce8f327f10376ff984452cd154ec
SIZE (gnupg-2.3.1.tar.bz2) = 7570431
[
{ type: install
message: <<EOM
GnuPG, when run on hosts without IPv6 connectivity, may fail to connect to
dual-stack hkp servers [1]. As a workaround, add
When run on hosts without IPv6 connectivity, GnuPG may fail to connect to
dual-stack hkp servers [1]. As a workaround, add:
disable-ipv6
to
to:
%%PREFIX%%/etc/dirmngr.conf
......
......@@ -16,7 +16,7 @@ bin/gpgtar
bin/gpgv2
bin/kbxutil
bin/watchgnupg
%%LDAP%%libexec/dirmngr_ldap
%%DIRMNGRLDAP%%libexec/dirmngr_ldap
libexec/gpg-check-pattern
libexec/gpg-pair-tool
libexec/gpg-preset-passphrase
......@@ -57,6 +57,7 @@ sbin/applygnupgdefaults
%%PORTDOCS%%%%DOCSDIR%%/examples/Automatic.prf
%%PORTDOCS%%%%DOCSDIR%%/examples/README
%%PORTDOCS%%%%DOCSDIR%%/examples/VS-NfD.prf
%%PORTDOCS%%%%DOCSDIR%%/examples/common.conf
%%PORTDOCS%%%%DOCSDIR%%/examples/debug.prf
%%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.conf
%%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment