[Openvpn-devel] [PATCH applied] Re: configure.ac: fix polarssl autodetection

2016-01-18 Thread Gert Doering
ACK, fixes the problem with polarssl library autodetection for systems that need -lpolarssl. If POLARSSL_CFLAGS= is set, it still need POLARSSL_LIBS= to be set as well - usually, you need both anyway, so that's a particular special case that is now different - hereby documented. Your patch has

[Openvpn-devel] [PATCH] configure.ac: fix polarssl autodetection

2016-01-18 Thread Steffan Karger
A missing , in the previous configure.ac patch caused the autodetection to fail. While fixing that, I noticed I can simplify the check by using the documented ${ac_cv_search_function} cache variable instead of the nested AC_SEARCH_LIBS. Signed-off-by: Steffan Karger --- configure.ac | 22 ++

Re: [Openvpn-devel] travis-ci for openvpn-gui

2016-01-18 Thread Samuli Seppänen
Hi, Hello, https://github.com/OpenVPN/openvpn-gui/pull/12 I merged this one, it looked good afaict. should we add build configuration under https://travis-ci.org/openvpn/ ? I think that makes sense. Syzzer can do it I believe. -- Samuli Seppänen Community Manager OpenVPN Technologies, In

Re: [Openvpn-devel] travis-ci for openvpn-gui

2016-01-18 Thread Илья Шипицин
and, I'm going to add coverity to openvpn-gui later. 2016-01-18 11:44 GMT+05:00 Jacky Alcine : > This would be great. Helps with visibility of tests for the public. > > > On Mon, 2016-01-18 at 11:39 +0500, Илья Шипицин wrote: > > Hello, > > https://github.com/OpenVPN/openvpn-gui/pull/12 > > > sho

Re: [Openvpn-devel] travis-ci for openvpn-gui

2016-01-18 Thread Илья Шипицин
for now, there are no tests. it will be visible whether project builds or not (for pull requests as well). 2016-01-18 11:44 GMT+05:00 Jacky Alcine : > This would be great. Helps with visibility of tests for the public. > > > On Mon, 2016-01-18 at 11:39 +0500, Илья Шипицин wrote: > > Hello, > > h

Re: [Openvpn-devel] travis-ci for openvpn-gui

2016-01-18 Thread Jacky Alcine
This would be great. Helps with visibility of tests for the public. On Mon, 2016-01-18 at 11:39 +0500, Илья Шипицин wrote: > Hello, > > https://github.com/OpenVPN/openvpn-gui/pull/12 > > > > should we add build configuration under > https://travis-ci.org/openvpn/ ? > > >

[Openvpn-devel] travis-ci for openvpn-gui

2016-01-18 Thread Илья Шипицин
Hello, https://github.com/OpenVPN/openvpn-gui/pull/12 should we add build configuration under https://travis-ci.org/openvpn/ ?