[Openvpn-devel] OpenVPN 3 Linux client - v6 beta released

2019-05-24 Thread David Sommerseth
Hi, The OpenVPN 3 Linux v6 beta release has been pushed out. This is available in our git repositories [0] and URLs for source tarballs are listed later in this e-mail. RPM binaries for Fedora and RHEL/CentOS/Scientific Linux [1] completed the build process quite recently too. More details on

[Openvpn-devel] [PATCH applied] Re: Fix poll.h logic in syshead.h

2019-05-24 Thread Gert Doering
Acked-by: Gert Doering "Obvious oversight". More configure silliness might be fixable, but this is like easy and direct :-) - smoke tested on FreeBSD. Your patch has been applied to the master branch. commit e077726c768c24809531a55332ae1e273f8e41c2 Author: Arne Schwabe Date: Fri May 24 11:0

[Openvpn-devel] Summary of the community meeting (23rd May 2019)

2019-05-24 Thread Samuli Seppänen
Hi, Here's the summary of the IRC meeting. --- COMMUNITY MEETING Place: #openvpn-meeting on irc.freenode.net Date: Thursday 23rd May 2019 Time: 20:00 CEST (18:00 UTC) Planned meeting topics for this meeting were here: Your local

[Openvpn-devel] [PATCH] Fix poll.h logic in syshead.h

2019-05-24 Thread Arne Schwabe
Commit 62063162 change the include from sys/poll.h to just poll.h but forgot to also change all occurrences of HAVE_SYS_POLL_H to HAVE_POLL_H. --- src/openvpn/syshead.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h index 2b4c49ff.