pull in lang/clang MODULES; openal now uses C++20 modules, cmake's
support for these uses clang-scan-deps which is not currently included
in the version in base, so it needs to pull in the ports version of
llvm/clang.
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@