Re: [Openvpn-devel] [PATCH applied] Re: CMake: Add complete MinGW and MSVC build

2023-06-28 Thread Frank Lichtenheld
On Tue, Jun 27, 2023 at 08:35:33PM +0200, Gert Doering wrote: > I have tested this by pushing to GHA (as there are quite significant > changes to build.yaml) - it seems to still pass, which is good :-) > > I do wonder why all unit tests now produce differently-named .exe > files (packet_id_testdri

Re: [Openvpn-devel] [PATCH applied] Re: Remove all traces of the previous MSVC build system

2023-06-28 Thread Frank Lichtenheld
On Tue, Jun 27, 2023 at 10:08:34PM +0200, Gert Doering wrote: > This patch touches a large number of files, but all the source code > changes are trivial (remove the "config-msvc.h" include). > > The larger change "get rid of the evil MSVC xml files" is very > welcome :-) - one of the changes con

Re: [Openvpn-devel] OpenVPN Linking Exception - current status report

2023-06-28 Thread Frank Lichtenheld
On Wed, May 17, 2023 at 03:01:38PM +0200, Arne Schwabe wrote: > Am 15.02.23 um 13:31 schrieb 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

[Openvpn-devel] [PATCH] openvpnmsica: link C runtime statically

2023-06-28 Thread Lev Stipakov
From: Lev Stipakov By default CMake links C runtime dynamically, which doesn't work on Windows 7, for example. This is not an issue with other openvpn binaries, since we bundle C runtime, but it is not yet available during installation. Change-Id: Ib2b014f075908e7db0d9115abaa2240e47fd27b9 Signe