[Openvpn-devel] Summary of the IRC meeting (31st May 2012)

2012-06-01 Thread Samuli Seppänen
Hi, Here's the summary of the previous IRC meeting / sprint. --- COMMUNITY MEETING Place: #openvpn-devel on irc.freenode.net List-Post: openvpn-devel@lists.sourceforge.net Date: Thursday 31st May 2012 Time: 15:00 UTC Planned meeting topics for this meeting were on this page:

Re: [Openvpn-devel] Summary of the IRC meeting (31st May 2012)

2012-06-01 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/06/12 09:46, Samuli Seppänen wrote: [...snip...] > > Had brief discussion regarding relative merits of patch management > using the mailing list vs. GitHub. Dazo gave an estimate of the > amount of work involved when using the mailing list: Jus

[Openvpn-devel] Summary of the IRC meeting (29th Mar 2012)

2012-06-01 Thread Samuli Seppänen
Hi, Here's a summary of an _unofficial_ but important IRC meeting held on 29th Mar 2012. Better later than never... --- COMMUNITY MEETING Place: #openvpn-devel on irc.freenode.net List-Post: openvpn-devel@lists.sourceforge.net Date: Thursday 29th Mar 2012 Time: 18:00 UTC SUMMARY Andj, cron2,

Re: [Openvpn-devel] build revolution lost t_client test?

2012-06-01 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27/05/12 22:27, Gert Doering wrote: > Hi, > > working on the test server, I noticed that t_client.sh was no > longer run from "make check", and that it lost "read t_client.rc > from build dir" (which is needed when building different clients > from

Re: [Openvpn-devel] [PATCH 1/2] cleanup: spec: make space/tab consistent

2012-06-01 Thread David Sommerseth
On 15/05/12 00:29, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev --- > distro/rpm/openvpn.spec.in | 34 > +- 1 files changed, 17 > insertions(+), 17 deletions(-) > Both patches applied to master. commit 03d9cb1ec6432ce218dbff5e0675cd5250a40ca3 Author: Alon

Re: [Openvpn-devel] [PATCH] build: insall README* document using build system

2012-06-01 Thread David Sommerseth
On 12/05/12 21:03, Alon Bar-Lev wrote: > Purpose: make distro packager task simpler, more flexible to provide > more documentation without changing the packaging script. > > Remove installation related documents from rpm as package already > installed when viewed. > > +Workaround rpm bug[1]. > >

Re: [Openvpn-devel] [PATCH] build: detect sys/wait.h required for *bsd

2012-06-01 Thread David Sommerseth
On 12/05/12 11:02, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev > --- > configure.ac |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > Applied to master branch. commit f641637a73663dc44d9ef2c3fe82ea557d3cda02 Author: Alon Bar-Lev List-Post: openvpn-devel@lists.sourceforge.n

Re: [Openvpn-devel] [PATCH] cleanup: update .gitignore

2012-06-01 Thread David Sommerseth
On 16/05/12 00:21, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev > --- > .gitignore |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > Applied to master branch. commit 69c0db7c71c1f98f9f18b92e35c05e95276f7484 Author: Alon Bar-Lev List-Post: openvpn-devel@lists.sourceforge.ne

Re: [Openvpn-devel] [PATCH] build: check minimum polarssl version

2012-06-01 Thread David Sommerseth
On 21/05/12 13:04, Alon Bar-Lev wrote: > Pre 1.1 is unsupported, API was changed. > > Signed-off-by: Alon Bar-Lev > --- > configure.ac | 21 + > 1 files changed, 21 insertions(+), 0 deletions(-) > Applied to master branch. commit 13b38eb0a3e609a5f0f4f12e2578e68ff2ac0a22

[Openvpn-devel] [easy-rsa] New official git repository

2012-06-01 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, On behalf of the OpenVPN community developers, I have the pleasure to announce a new git repository for easy-rsa. It is based on the last commit from openvpn.git/openvpn-testing.git before we started to really restructure those git trees com

Re: [Openvpn-devel] [PATCH] Properly detect OpenSSL version strings with numbers only

2012-06-01 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/05/12 17:54, Simon Deziel wrote: > whichopensslcnf failed to return the right cnf for: > > $ openssl version OpenSSL 1.0.1 14 Mar 2012 > > Signed-off-by: Simon Deziel --- > easy-rsa/2.0/whichopensslcnf |6 +++--- 1 files changed, 3 > inser

Re: [Openvpn-devel] [PATCH 1/2] build: add git revision to --version output if build from git repository

2012-06-01 Thread David Sommerseth
On 05/05/12 08:39, Alon Bar-Lev wrote: > If source is located at git repository, acquire branch and revision > of head to be printed at --version output. > > Signed-off-by: Alon Bar-Lev > --- > .gitignore|1 + > Makefile.am | 21 + > compat.m4

[Openvpn-devel] t_client.sh iproute2 fixes

2012-06-01 Thread Gert Doering
Hi, testing with David on Linux today uncovered differences between "ip -6 route show" on Gentoo (only shows the active routing table) and FC14 (also shows the ipv6 route cache). The route cache is not interesting, but distorts our tests, as it depends on what else was going on on the machine ins

Re: [Openvpn-devel] t_client.sh iproute2 fixes

2012-06-01 Thread David Sommerseth
On 01/06/12 17:15, Gert Doering wrote: > Hi, > > testing with David on Linux today uncovered differences between "ip > -6 route show" on Gentoo (only shows the active routing table) and > FC14 (also shows the ipv6 route cache). The route cache is not > interesting, but distorts our tests, as it

Re: [Openvpn-devel] [PATCH] Remove two unused functions

2012-06-01 Thread David Sommerseth
On 03/05/12 11:10, David Sommerseth wrote: > From: David Sommerseth > > Both is_persist_option() and is_stateful_restart() functions where never > used anywhere in the code. Remove them. > > Signed-off-by: David Sommerseth > --- > src/openvpn/options.c | 16 > src/openvpn/o

Re: [Openvpn-devel] [PATCH] build: cleanup: yet another forgotten brackets

2012-06-01 Thread David Sommerseth
On 05/05/12 08:49, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev > --- > configure.ac |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > ACK. Applied to master branch. commit 6440083e2ae0d71b0f02c8fd6ea1fbd6e3a7 Author: Alon Bar-Lev List-Post: openvpn-devel@lists.source