Re: [Openvpn-devel] static build

2012-02-23 Thread Alon Bar-Lev
Hello, I am working on a new build system for OpenVPN, you can check it[1] out. To cross compile master to arm in static, do: $ git clone git://github.com/alonbl/openvpn-build.git $ cd openvpn-build/generic $ CHOST="arm-unknown-linux-gnueabi" CBUILD="x86_64-pc-linux-gnu" DO_STATIC=1 ./build It w

Re: [Openvpn-devel] [PATCH 00/35] build revolution

2012-02-23 Thread Alon Bar-Lev
Hello Again, Now the openvpn-build supports creating nsis installation package, including singing. Output package is at[1]. Notice that all process is done on Linux, Windows is not need to create the package! The process: 1. Create binaries using openvpn-build/generic. 2. Create tarball for easy

[Openvpn-devel] static build

2012-02-23 Thread Mr Dash Four
I would like to build a slimmed-down version of OpenVPN for armv6 - would that be easy to achieve? My aim is to deploy it on my android device (I don't trust the version in existence there, so by statically building OpenVPN I won't be dependent on the bionic toolchain). Has this been attempted

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.3-alpha1 preview 1 installer now available

2012-02-23 Thread David Sommerseth
On 23/02/12 10:06, Freek Dijkstra wrote: > Reporting that > http://build.openvpn.net/downloads/releases/openvpn-2.3-alpha1.tar.gz > compiles and runs fine for me. > [...snip...] > My recommendation is to: > > 1. Remove the "NOTE: explicit support for IPv6 tun devices is not > provided for this OS

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.3-alpha1 preview 1 installer now available

2012-02-23 Thread Freek Dijkstra
> 1. Remove the "NOTE: explicit support for IPv6 tun devices is not > provided for this OS" On second thought, I did install tuntaposx manually. Indeed, when I manually remove the tun.kext kernel extension, openvpn fails (as expected) with Cannot allocate TUN/TAP dev dynamically So Mac OS X app

Re: [Openvpn-devel] [Openvpn-users] OpenVPN 2.3-alpha1 preview 1 installer now available

2012-02-23 Thread Freek Dijkstra
Reporting that http://build.openvpn.net/downloads/releases/openvpn-2.3-alpha1.tar.gz compiles and runs fine for me. (after I manully installed lzo manually) Running Mac OS 10.7.2: % uname -mrsv Darwin 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE

Re: [Openvpn-devel] [PATCH 00/35] build revolution

2012-02-23 Thread Samuli Seppänen
> Hello All, > > I've reached 2nd milestone in rewrite the build system. > > So far: > 1. autotools cleaned up >=autoconf-2.59, >=automake-1.9, >=libtool-1.5 > (not for cross compile) > 2. build working for gcc/mingw. > 3. build is working for MSVC using msbuild. > 4. build script for cross compil

Re: [Openvpn-devel] OpenVPN 2.3-alpha1 preview 1 installer now available

2012-02-23 Thread Frank de Brabander
Maybe you already know this, but I want to point it out just in case; pkcs11-helper library is not included in OS X. You need to build that first, if you want to include support for this in openvpn. Op 22 februari 2012 23:23 heeft Jonathan K. Bullard het volgende geschreven: > On Wed, Feb 22, 201

Re: [Openvpn-devel] [PATCH 00/35] build revolution

2012-02-23 Thread Alon Bar-Lev
Hello All, I've reached 2nd milestone in rewrite the build system. So far: 1. autotools cleaned up >=autoconf-2.59, >=automake-1.9, >=libtool-1.5 (not for cross compile) 2. build working for gcc/mingw. 3. build is working for MSVC using msbuild. 4. build script for cross compilers. 5. build scrip