[Openvpn-devel] [PATCH v5] configure: enable DCO by default on FreeBSD/Linux

2023-02-15 Thread Frank Lichtenheld
Automatically disabled when - iproute2 is enabled (Don't want to force people specifying --disable-dco explicitely) - libnv is missing on FreeBSD (FreeBSD version too old anyway) Will still error out if libnl-genl is missing on Linux to make people aware of new dependency. v2: error out when

Re: [Openvpn-devel] [PATCH v4] configure: enable DCO by default on FreeBSD/Linux

2023-02-15 Thread Frank Lichtenheld
On Wed, Feb 15, 2023 at 04:04:55PM +0100, Frank Lichtenheld wrote: > Automatically disabled when > - iproute2 is enabled > - libnl-genl is missing on Linux > - libnv is missing on FreeBSD > NAK, I accidentially based this on v2 instead of v3. -- Frank Lichtenheld ___

[Openvpn-devel] [PATCH v4] configure: enable DCO by default on FreeBSD/Linux

2023-02-15 Thread Frank Lichtenheld
Automatically disabled when - iproute2 is enabled - libnl-genl is missing on Linux - libnv is missing on FreeBSD Signed-off-by: Frank Lichtenheld --- .github/workflows/build.yaml | 13 ++ configure.ac | 79 2 files changed, 66 insertions(+

[Openvpn-devel] OpenVPN Linking Exception

2023-02-15 Thread David Sommerseth
OpenVPN 2.x is licensed under the GNU Public License v2.0 (GPL-2.0). This license has served us well in the past and we are not trying to change that. However, changes in licenses of our dependencies put us in an unfortunate situation. Both mbed TLS and OpenSSL nowadays use the Apache 2.x