CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/02/18 14:06:32
Modified files:
net/openvpn : Makefile distinfo
net/openvpn/patches:
patch-sample_sample-config-files_client_conf
patch-sample_sample-config-files_server_conf
patch-src_openvpn_route_c
patch-src_openvpn_tun_c
net/openvpn/pkg: PLIST
Removed files:
net/openvpn/patches: patch-configure patch-include_Makefile_in
Log message:
Update to openvpn-2.7.0
Changes:
https://github.com/OpenVPN/openvpn/blob/v2.7.0/Changes.rst
One change of particular interest for OpenBSD users:
Multi-socket support for servers
|OpenVPN servers now can listen on multiple sockets at the same time.
|Multiple ``--local`` statements in the configuration can be used to
|configure this. This way the same server can e.g. listen for UDP
|and TCP connections at the same time, or listen on multiple addresses
|and/or ports.
This means one should be able to run a single server listening on both
IPv4 and IPv6. Previously it required IPv4-mapped IPv6 adresses support,
something not provided by the OpenBSD kernel.
The new dns handling script is disabled by default since it interferes
with resolvd(8) which is started by default.
Test reports from landry@ and kn@, similar diff proposed earlier by kn@