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.
(cherry picked from commit 0ffbe3c401
)
This commit is contained in:
parent
2522ef3777
commit
49a485e0a0
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user