[Openvpn-devel] OpenVPN 2.5.8 released

2022-11-02 Thread Frank Lichtenheld
The OpenVPN community project team is proud to release OpenVPN 2.5.8. This is mostly a bugfix release. However, there were several enhancements of the Windows GUI component: * OpenVPN 3 support -- the GUI can also work as a user interface for the OpenVPN 3 client. * pkcs11-id-management -- the G

[Openvpn-devel] [PATCH] vcpkg: use the latest versions of dependency ports

2022-11-02 Thread Lev Stipakov
From: Lev Stipakov By removing builin-baseline constraint, we force vcpkg to use latest versions of ports. As a side effect, this bumps OpenSSL to 3.0.7. While on it, update vcpkg commit in GHA. We also have to apply a workaround for GHA to make it use our vcpkg checkout instead of c:\vcpkg, se