diff options
author | Gert Doering <gert@greenie.muc.de> | 2024-02-11 10:05:14 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2024-02-20 01:17:01 +0000 |
commit | 54582f53f1bc0fd6cc8ed2055100385d5e4316f9 (patch) | |
tree | df28d5195e0e206cfda4aa8b1808eae8c3189d0c | |
parent | 3229bb06d7d73294503a0baad6052da8c7da7acf (diff) |
security/openvpn-devel: upgrade port to git commit 91b057a2b5 (2024-02-11)
contains a number of bugfixes and minor improvements, especially adding
more unit tests.
There is one FreeBSD relevant bugfix for servers with DCO, where reporting
of kernel peer statistics to userland failed due to static buffers sized
too small (ENOSPC). Buffer handling here has been made dynamic.
PR: 276973
-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 3badb46a3ec5..534735bc8c9b 100644 --- a/security/openvpn-devel/Makefile +++ b/security/openvpn-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= openvpn -DISTVERSION= g20231109 +DISTVERSION= g20240211 PORTREVISION= 1 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_TAGNAME= efad93d049c318a3bd9ea5956c6ac8237b8d6d70 +GL_TAGNAME= 91b057a2b5b4d16b64d9d01824a8ec9327a61da1 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 39a54917535b..c7cc21b2a932 100644 --- a/security/openvpn-devel/distinfo +++ b/security/openvpn-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700206030 -SHA256 (openvpn-openvpn-efad93d049c318a3bd9ea5956c6ac8237b8d6d70_GL0.tar.gz) = db885c742d8753942fdff960bc3a997cbad235790b29a2751cbf691f88cd20e7 -SIZE (openvpn-openvpn-efad93d049c318a3bd9ea5956c6ac8237b8d6d70_GL0.tar.gz) = 1194056 +TIMESTAMP = 1707645878 +SHA256 (openvpn-openvpn-91b057a2b5b4d16b64d9d01824a8ec9327a61da1_GL0.tar.gz) = 2eb1411527758c65ca86f95e3268b5d8aef96a7d8d42051724b4f2639f02dddb +SIZE (openvpn-openvpn-91b057a2b5b4d16b64d9d01824a8ec9327a61da1_GL0.tar.gz) = 1203587 |