Re: [Openvpn-devel] [PATCH] Add OpenSSL 3.0 to mingw build

2022-08-24 Thread Илья Шипицин
I am fine with adding lib64 to 1.1.1 On Wed, Aug 24, 2022, 6:01 PM Arne Schwabe wrote: > Am 24.08.22 um 14:36 schrieb Илья Шипицин: > > It reverts 3.0 behaviour to 1.1.1 > > However --libdir is available for 1.1.1 as well > > I understand. What I am missing is *why* reverting to 1.1.1 is a good

Re: [Openvpn-devel] [PATCH] Add OpenSSL 3.0 to mingw build

2022-08-24 Thread Arne Schwabe
Am 24.08.22 um 14:36 schrieb Илья Шипицин: It reverts 3.0 behaviour to 1.1.1 However --libdir is available for 1.1.1 as well I understand. What I am missing is *why* reverting to 1.1.1 is a good idea. I think we should rather use the new default. I can see arguments that we add --libdir=lib64

Re: [Openvpn-devel] [PATCH] Add OpenSSL 3.0 to mingw build

2022-08-24 Thread Илья Шипицин
It reverts 3.0 behaviour to 1.1.1 However --libdir is available for 1.1.1 as well On Wed, Aug 24, 2022, 5:27 PM Arne Schwabe wrote: > Am 24.08.22 um 13:26 schrieb Илья Шипицин: > > if this is not too late, can we add --libdir=mingw/opt/lib to keep > > current behaviour ? > > > > > > + # Ope

Re: [Openvpn-devel] [PATCH] Add OpenSSL 3.0 to mingw build

2022-08-24 Thread Arne Schwabe
Am 24.08.22 um 13:26 schrieb Илья Шипицин: if this is not too late, can we add --libdir=mingw/opt/lib to keep current behaviour ? +      # OpenSSL 3.0.5 installs itself into mingw/opt/lib64 instead of +      # mingw/opt/lib, so we include both dirs in the following steps +      # (pkcs11-helpe

Re: [Openvpn-devel] [PATCH] Add OpenSSL 3.0 to mingw build

2022-08-24 Thread Илья Шипицин
if this is not too late, can we add --libdir=mingw/opt/lib to keep current behaviour ? + # OpenSSL 3.0.5 installs itself into mingw/opt/lib64 instead of + # mingw/opt/lib, so we include both dirs in the following steps + # (pkcs11-helper and OpenVPN) so the libraries will be found

[Openvpn-devel] [PATCH] Add OpenSSL 3.0 to mingw build

2022-08-24 Thread Arne Schwabe
This also updates the host system to ubuntu 22.04 and remove the ovpn-dco-win checkout as we now include the required headers in our own repository. Signed-off-by: Arne Schwabe --- .github/workflows/build.yaml | 31 ++- 1 file changed, 14 insertions(+), 17 deletions(-