diff options
author | Gert Doering <gert@greenie.muc.de> | 2022-12-03 21:58:46 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2022-12-06 08:13:08 +0000 |
commit | b9d3c13fb81c21b6ef4103e1d49453249f13cd74 (patch) | |
tree | 14b17feadf7982cc4b3a38498347898e5d200097 | |
parent | f0d00eeca1acff545962eb18cce740ec46e321e3 (diff) |
security/openvpn-devel: upgrade port to git commit e778a6fd26d (2022-12-01)
this commit is also 2.6_beta1.
contains a good number of bugfixes and minor improvements
user visible changes since last port upgrade
- binary identifies itself as "2.6_beta1"
- client reconnect in p2p TLS mode works now with DCO enabled (on FreeBSD 14)
- more robust handling of cipher negotiation issues in p2p TLS mode
- supports server-pushable "tun-mtu" now
- support DCO with AES-192-GCM on sufficiently-new FreeBSD 14 kernels
-rw-r--r-- | security/openvpn-devel/Makefile | 4 | ||||
-rw-r--r-- | security/openvpn-devel/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/openvpn-devel/Makefile b/security/openvpn-devel/Makefile index ce44b5fecc4d..de44c62dd8e1 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= openvpn -DISTVERSION= g20221027 +DISTVERSION= g20221201 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= security net net-vpn @@ -21,7 +21,7 @@ LIB_DEPENDS+= liblzo2.so:archivers/lzo2 USES= autoreconf cpe libtool pkgconfig python:build shebangfix tar:xz IGNORE_SSL= libressl libressl-devel USE_GITLAB= yes -GL_COMMIT= ecad4839caf4c2fab9c6627ceeca9b9cb32e8929 +GL_COMMIT= e778a6fd26d849dc0232950aab6a82ba10789a9e USE_RC_SUBR= openvpn SHEBANG_FILES= sample/sample-scripts/auth-pam.pl \ diff --git a/security/openvpn-devel/distinfo b/security/openvpn-devel/distinfo index 3344ccb370b4..1ff33e25c444 100644 --- a/security/openvpn-devel/distinfo +++ b/security/openvpn-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666864365 -SHA256 (openvpn-openvpn-ecad4839caf4c2fab9c6627ceeca9b9cb32e8929_GL0.tar.gz) = c259bb0778d366c4dc6a30d7485bb969551ab000d980eb058f8e85dde8efb028 -SIZE (openvpn-openvpn-ecad4839caf4c2fab9c6627ceeca9b9cb32e8929_GL0.tar.gz) = 1157713 +TIMESTAMP = 1670104618 +SHA256 (openvpn-openvpn-e778a6fd26d849dc0232950aab6a82ba10789a9e_GL0.tar.gz) = fabd7e4d69f708642a566ab247df0985a9cb53d328bc8014c07bb8b3851cc439 +SIZE (openvpn-openvpn-e778a6fd26d849dc0232950aab6a82ba10789a9e_GL0.tar.gz) = 1181619 |