[Openvpn-devel] [PATCH] build: add --with-special-build to provide special build string

2012-05-05 Thread Alon Bar-Lev
Special build string is printed when --version is specified. Empty = no special build. This is handy when building a snapshot or if not git repository. Signed-off-by: Alon Bar-Lev --- configure.ac |6 ++ src/openvpn/options.c |3 +++ 2 files

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

2012-05-05 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 926a270..6335fd8 100644 --- a/configure.ac +++ b/configure.ac @@ -258,7 +258,7 @@ AC_ARG_WITH(

[Openvpn-devel] [PATCH 2/2] build: add --with-special-build to provide special build string

2012-05-05 Thread Alon Bar-Lev
Special build string is printed when --version is specified. This is handy when building a snapshot or if not git repository. Signed-off-by: Alon Bar-Lev --- configure.ac |6 ++ src/openvpn/options.c |3 +++ 2 files changed, 9 insertions(+), 0

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

2012-05-05 Thread Alon Bar-Lev
On Sat, May 5, 2012 at 9:39 AM, 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 Exactly the same patch, just renamed the variable

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

2012-05-05 Thread Alon Bar-Lev
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 |5 +

Re: [Openvpn-devel] [PATCH] Signed-off-by: Jan Just Keijser <janj...@nikhef.nl>

2012-05-05 Thread Jan Just Keijser
Hi Adriaan, Adriaan de Jong wrote: Hi Janjust, I've finally had the time to take a look at this patch with a colleague who is more familiar with the subject at hand :). Hope this helps. Please see my comments inline. Adriaan On 02/07/2012 04:13 PM, Jan Just Keijser wrote: Added support