diff options
author | Gert Doering <gert@greenie.muc.de> | 2023-01-13 07:24:31 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2023-01-13 19:29:14 +0000 |
commit | 0ffbe3c4015a5c04bf8b6754f7cdf396262e931f (patch) | |
tree | 10937dc361bda79da166942390bf33a2b1743fe9 | |
parent | 63be7036fab0a61d37753ce67cb811d3904933ee (diff) |
security/openvpn-devel: upgrade port to git commit 480ad2a84e (2023-01-13)
this commit is also 2.6_rc2 (+ a freebsd/linux build fix).
contains a number of bugfixes and minor improvements, see
https://github.com/OpenVPN/openvpn/blob/v2.6_rc2/Changes.rst
Most notable improvement: this contains a default-enabled ratelimiter
for initial TLS handshake packets (100 per 10s), significantly reducing
the usefulness of abusing an OpenVPN server as a DDoS reflection engine.
Use '--connect-freq-initial' to tune parameters if needed.
-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 ad4032406f70..b8625b0aaa49 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= openvpn -DISTVERSION= g20221228 +DISTVERSION= g20230113 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= 84e70c479e81eebe9933bec586c5fd144456294d +GL_COMMIT= 480ad2a84e2983e8a1b61d537cf82da5c5141853 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 0da283bdebe4..9bedede3cada 100644 --- a/security/openvpn-devel/distinfo +++ b/security/openvpn-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672242757 -SHA256 (openvpn-openvpn-84e70c479e81eebe9933bec586c5fd144456294d_GL0.tar.gz) = ab938309a2c7c3c6ff01e4c8f0970ebc6145da5b7b85bd396af333436a4e7ece -SIZE (openvpn-openvpn-84e70c479e81eebe9933bec586c5fd144456294d_GL0.tar.gz) = 1189849 +TIMESTAMP = 1673617520 +SHA256 (openvpn-openvpn-480ad2a84e2983e8a1b61d537cf82da5c5141853_GL0.tar.gz) = c48788dfc3f936fdab9e814df84357e221406d8d22c7d324ed90b996b3dd70b2 +SIZE (openvpn-openvpn-480ad2a84e2983e8a1b61d537cf82da5c5141853_GL0.tar.gz) = 1194225 |