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
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
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
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