Re: [Openvpn-devel] [PATCH 1/1] do not race on RuntimeDirectory

2016-12-19 Thread debbie10t
On 16/12/16 15:57, Christian Hesse wrote: > From: Christian Hesse > > Different unit instances create and destroy the same RuntimeDirectory. > This leads to running instances where the status file (and possibly > more runtime data) is no longer accessible. > > So create a RuntimeDirectory per in

[Openvpn-devel] [PATCH] dev-tools: Added script for updating copyright years in files

2016-12-19 Thread David Sommerseth
Very simple tool which modifies the Copyright lines in all git checked-in files with an updated year. Lines only listing a single year (2016) will be modified to list a range instead. Only the Copyright lines owners of specific owners will be modified. The script will need to be slightly updated

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-12-19 Thread Gert Doering
Hi, On Mon, Dec 19, 2016 at 04:31:26PM +0100, David Sommerseth wrote: > > I've no idea how to detect osx, but it is rather easy on travis-ci > > I'm strongly leaning towards a NAK on this approach, unless there exist > absolutely no other way. I don't want to see configure.ac carrying > Travis r

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-12-19 Thread David Sommerseth
On 19/12/16 14:59, Илья Шипицин wrote: > > > 2016-12-19 18:49 GMT+05:00 Samuli Seppänen >: > > Il 19/12/2016 15:44, David Sommerseth ha scritto: > > On 19/12/16 11:01, Samuli Seppänen wrote: > [...snip...] > > Right now cmocka tests a

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-12-19 Thread Илья Шипицин
2016-12-19 18:49 GMT+05:00 Samuli Seppänen : > Il 19/12/2016 15:44, David Sommerseth ha scritto: > >> On 19/12/16 11:01, Samuli Seppänen wrote: >> [...snip...] >> >>> Right now cmocka tests are skipped if >>> >>> a) cmocka Git submodule is not initialized >>> b) CMake is not installed >>> >>> See

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-12-19 Thread Gert Doering
Hi, On Mon, Dec 19, 2016 at 02:44:34PM +0100, David Sommerseth wrote: > > 2) Ensure that CMake is not installed on MacOS X (does mbedTLS require > > this?) > If mbedTLS is built from source, then I believe CMake is needed. "generally speaking", mbedTLS builds fine with normal make. In the conte

Re: [Openvpn-devel] Google Summer of Code

2016-12-19 Thread David Sommerseth
On 19/12/16 11:01, Илья Шипицин wrote: > > I also wonder if this should be a GSoC project for network-manager, > not OpenVPN... > > > it might be anybody's project. Well, that's true in some sense. But when it comes to the mentor side of things this particular project needs to be tied

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-12-19 Thread Samuli Seppänen
Il 19/12/2016 15:44, David Sommerseth ha scritto: > On 19/12/16 11:01, Samuli Seppänen wrote: > [...snip...] >> Right now cmocka tests are skipped if >> >> a) cmocka Git submodule is not initialized >> b) CMake is not installed >> >> See commit 45f6e7991cf for details. >> >> Travis logs say this: >

Re: [Openvpn-devel] Google Summer of Code

2016-12-19 Thread David Sommerseth
On 19/12/16 10:41, Samuli Seppänen wrote: > Hi, > > Il 17/12/2016 16:44, Илья Шипицин ha scritto: >> Hello, >> >> I discussed this earlier with @mattock, however, there are more ideas :) >> >> 1) what do you think of participating GSoC in general ? > > In general that is probably a good idea. Tha

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-12-19 Thread David Sommerseth
On 19/12/16 11:01, Samuli Seppänen wrote: [...snip...] > Right now cmocka tests are skipped if > > a) cmocka Git submodule is not initialized > b) CMake is not installed > > See commit 45f6e7991cf for details. > > Travis logs say this: > > $ git clone --depth=50 --branch=master > https://githu

Re: [Openvpn-devel] [PATCH] Build with a few -Werror= flags if the compiler supports them

2016-12-19 Thread Julien Muchembled
Le 12/16/16 à 23:33, Steffan Karger a écrit : > Also, is -Werror=format-security needed (instead of -Wformat-security) > if we already have -Werror? No. In this case, it's indeed clearer to have -Wformat-security Julien signature.asc Description: OpenPGP digital signature -

Re: [Openvpn-devel] [PATCH] Build with a few -Werror= flags if the compiler supports them

2016-12-19 Thread Julien Muchembled
Le 12/17/16 à 11:44, Gert Doering a écrit : > Taking 2.4_rc2 and building on AIX with -Wall -Wno-pointer-sign is > actually much less bad than I thought :-) - but there are things in > there which are annoying, like these > > ../../../git/src/openvpn/route.c: In function 'add_route_ipv6': > ../..

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-12-19 Thread Samuli Seppänen
Il 19/12/2016 11:38, Илья Шипицин ha scritto: > > > 2016-12-19 14:11 GMT+05:00 Samuli Seppänen >: > > Il 19/12/2016 10:22, Илья Шипицин ha scritto: > > > > 2016-11-27 4:29 GMT+05:00 David Sommerseth >

Re: [Openvpn-devel] Google Summer of Code

2016-12-19 Thread Илья Шипицин
2016-12-19 14:41 GMT+05:00 Samuli Seppänen : > Hi, > > Il 17/12/2016 16:44, Илья Шипицин ha scritto: > >> Hello, >> >> I discussed this earlier with @mattock, however, there are more ideas :) >> >> 1) what do you think of participating GSoC in general ? >> > > In general that is probably a good id

Re: [Openvpn-devel] Google Summer of Code

2016-12-19 Thread Samuli Seppänen
Hi, Il 17/12/2016 16:44, Илья Шипицин ha scritto: > Hello, > > I discussed this earlier with @mattock, however, there are more ideas :) > > 1) what do you think of participating GSoC in general ? In general that is probably a good idea. That said, we'd need somebody to mentor the student, and th

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-12-19 Thread Илья Шипицин
2016-12-19 14:11 GMT+05:00 Samuli Seppänen : > Il 19/12/2016 10:22, Илья Шипицин ha scritto: > >> >> >> 2016-11-27 4:29 GMT+05:00 David Sommerseth >> > >: >> >> On 26/11/16 12:32, Илья Шипицин wrote: >> > >> > >> > 2016-11-21 22:49 GMT+05:0

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-12-19 Thread Samuli Seppänen
Il 19/12/2016 10:22, Илья Шипицин ha scritto: > > > 2016-11-27 4:29 GMT+05:00 David Sommerseth > >: > > On 26/11/16 12:32, Илья Шипицин wrote: > > > > > > 2016-11-21 22:49 GMT+05:00 Gert Doering > >

Re: [Openvpn-devel] https://travis-ci.org/OpenVPN/openvpn/builds

2016-12-19 Thread Илья Шипицин
2016-11-27 4:29 GMT+05:00 David Sommerseth < open...@sf.lists.topphemmelig.net>: > On 26/11/16 12:32, Илья Шипицин wrote: > > > > > > 2016-11-21 22:49 GMT+05:00 Gert Doering > >: > > > > Hi, > > > > On Mon, Nov 21, 2016 at 10:31:45PM +0500, ???