d45985d391
Overview of changes in 2.5.5 ============================ User-visible Changes -------------------- - SWEET32/64bit cipher deprecation change was postponed to 2.7 - Windows: use network address for emulated DHCP server as default this enables use of a /30 subnet, which is needed when connecting to OpenVPN Cloud. - require EC support in windows builds (this means it's no longer possible to build a Windows OpenVPN binary with an OpenSSL lib without EC support) New features ------------ - Windows build: use CFG and Spectre mitigations on MSVC builds - bring back OpenSSL config loading to Windows builds. OpenSSL config is loaded from %installdir%\SSL\openssl.cfg (typically: c:\program files\openvpn\SSL\openssl.cfg) if it exists. This is important for some hardware tokens which need special OpenSSL config for correct operation. Bugfixes -------- - Windows build: enable EKM - Windows build: improve various vcpkg related build issues - Windows build: fix regression related to non-writeable status files - Windows build: fix regression that broke OpenSSL EC support - Windows build: fix "product version" display (2.5..4 -> 2.5.4) - Windows build: fix regression preventing use of PKCS12 files - improve "make check" to notice if "openvpn --show-cipher" crashes - improve argv unit tests - ensure unit tests work with mbedTLS builds without BF-CBC ciphers - include "--push-remove" in the output of "openvpn --help" - fix error in iptables syntax in example firewall.sh script - fix "resolvconf -p" invocation in example "up" script - fix "common_name" environment for script calls when "--username-as-common-name" is in effect Documentation ------------- - move "push-peer-info" documentation from "server options" to "client" (where it belongs) - correct "foreign_option_{n}" typo in manpage - update IRC information in CONTRIBUTING.rst (libera.chat) - README.down-root: fix plugin module name
13 lines
470 B
Text
13 lines
470 B
Text
# $NetBSD: Makefile.common,v 1.24 2021/12/15 20:11:51 adam Exp $
|
|
# used by net/openvpn/Makefile
|
|
# used by net/openvpn-acct-wtmpx/Makefile
|
|
# used by net/openvpn-nagios/Makefile
|
|
|
|
OPENVPN_DISTNAME= openvpn-2.5.5
|
|
OPENVPN_DISTFILE= ${OPENVPN_DISTNAME}.tar.xz
|
|
OPENVPN_MASTER_SITES= https://swupdate.openvpn.org/community/releases/
|
|
SITES.${OPENVPN_DISTFILE}= ${OPENVPN_MASTER_SITES}
|
|
|
|
OPENVPN_USER?= openvpn
|
|
OPENVPN_GROUP?= openvpn
|
|
OPENVPN_PLUGINSDIR?= lib/openvpn/plugins
|