diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2026-08-16 08:11:36 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2026-08-17 08:29:57 +0000 |
| commit | 0a6000ab6881aee662dfd18148b6275ff0fe1cff (patch) | |
| tree | 3966b30a2416350e6738e7513050ba1f7775bbd9 | |
| parent | 397a9332d976e2ebd9fd0b5fe7e36d97fdae075b (diff) | |
security/openvpn: bugfix update to 2.7.6
This is not security-relevant on FreeBSD, one security fix affects
Windows, the other one only affects builds against mbedTLS (which is not
currently supported by the port), and a third one (second bullet point)
turned out to not be exploitable.
Note that the --dev option defaults to "tun" (if not specified).
Note that --ping and --keepalive settings are now capped at 24 h.
TCP-based configurations now always enable TCP_NODELAY.
Changelog: https://github.com/OpenVPN/openvpn/releases/tag/v2.7.6
MFH: 2026Q3
Pull Request: https://github.com/freebsd/freebsd-ports/pull/584
(cherry picked from commit bbddd98141d38561ab0c715c737ed7dbd87688d6)
| -rw-r--r-- | security/openvpn/Makefile | 4 | ||||
| -rw-r--r-- | security/openvpn/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index d23d8d0643e3..ebc23ff94781 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -1,6 +1,6 @@ PORTNAME= openvpn -DISTVERSION= 2.7.5 -PORTREVISION= 1 +DISTVERSION= 2.7.6 +PORTREVISION= 0 CATEGORIES= security net net-vpn MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \ https://build.openvpn.net/downloads/releases/ diff --git a/security/openvpn/distinfo b/security/openvpn/distinfo index da36120b22fb..31a006f1e7cf 100644 --- a/security/openvpn/distinfo +++ b/security/openvpn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1782925053 -SHA256 (openvpn-2.7.5.tar.gz) = c6864b3c7d4e059c7d6ce22d1b5fa646c8b379a06af872eeb9792b6083a44ac4 -SIZE (openvpn-2.7.5.tar.gz) = 2101063 +TIMESTAMP = 1786867665 +SHA256 (openvpn-2.7.6.tar.gz) = 10e24a9385f23cc38cc5cf448f3ca0769f939bc4cbecc4f4647d7e006e52db74 +SIZE (openvpn-2.7.6.tar.gz) = 2105678 |
