[Openvpn-devel] [PATCH 1/1] configure.ac: fix compile-time error in argv_testdriver

2019-04-11 Thread chipitsine
From: Ilya Shipitsin allow run tests when lzo is installed to non default directory --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index dfb268ca..bcc74c32 100644 --- a/configure.ac +++ b/configure.ac @@ -1360,8 +1360,8 @@ AC_

[Openvpn-devel] [PATCH 0/1] fix unit tests build when LZO installed to custom folder

2019-04-11 Thread chipitsine
From: Ilya Shipitsin Under FreeBSD default folder is /usr/local/lib, all 3rd parties software is installed to it. I added LZO directories to unit tests search path Ilya Shipitsin (1): configure.ac: fix compile-time error in argv_testdriver configure.ac | 4 ++-- 1 file changed, 2 insertions

Re: [Openvpn-devel] Tap-windows6 9.23.1 pre-release installer for Windows 10

2019-04-11 Thread Gert Doering
Hi, On Sun, Apr 07, 2019 at 11:26:24AM +0300, Samuli Seppänen wrote: > Windows 10 version of tap-windows6 9.23.1 is available here: > > http://build.openvpn.net/downloads/snapshots/tap-windows6-9.23.1/windows10 > > The Windows 10 version is completely untested but it "should work" on > x86, x64

[Openvpn-devel] [PATCH applied] Re: configure.ac: fix compile-time error in argv_testdriver

2019-04-11 Thread Gert Doering
Acked-by: Gert Doering Tested on FreeBSD 12, fixes the problem. Thanks. (For the record, this needs a setup where *lzo* needs extra -L/-I flags, but OpenSSL does *not*. If you have your local OpenSSL in the same place as your local lzo, the "OpenSSL cflags" will bring in all the build nee

[Openvpn-devel] [PATCH applied] Re: Remove wrong poll.h include

2019-04-11 Thread Gert Doering
Acked-by: Gert Doering "This is what the standard says" - and we checked everything that we currently support (back to FreeBSD 7.4, old Solaris, AIX) and all systems have a poll.h, which is either a symlink to sys/poll.h or just does "#include ". So it's fairly much a no-op today, but might prev

[Openvpn-devel] [PATCH 0/1] cirrus-ci support

2019-04-11 Thread chipitsine
From: Ilya Shipitsin Added initial support for FreeBSD builds Ilya Shipitsin (1): initial cirrus-ci support .cirrus.yml | 24 1 file changed, 24 insertions(+) create mode 100644 .cirrus.yml -- 2.20.1 ___ Openvpn-devel

[Openvpn-devel] [PATCH 1/1] initial cirrus-ci support

2019-04-11 Thread chipitsine
From: Ilya Shipitsin enabled FreeBSD 12.0 builds Signed-off-by: Ilya Shipitsin --- .cirrus.yml | 24 1 file changed, 24 insertions(+) create mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml new file mode 100644 index ..955b8de0 --- /dev/null +++