openvpn: update to openvpn-2.3.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-16 04:01:30 +01:00
parent 076cd6e578
commit 7d11fa2d16
4 changed files with 19 additions and 15 deletions

View File

@ -27,6 +27,10 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--disable-server \
--enable-password-save
--enable-password-save \
--disable-plugin-auth-pam \
--disable-plugin-down-root \
--enable-iproute2 IPROUTE="/bin/ip" \
make

View File

@ -19,12 +19,12 @@
################################################################################
PKG_NAME="openvpn"
PKG_VERSION="2.2.2"
PKG_VERSION="2.3.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://openvpn.net"
PKG_URL="http://swupdate.openvpn.org/community/releases/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_URL="http://swupdate.openvpn.org/community/releases/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="openssl"
PKG_BUILD_DEPENDS="toolchain lzo openssl"
PKG_PRIORITY="optional"

View File

@ -1,12 +0,0 @@
diff -Naur openvpn-2.2.2/configure.ac openvpn-2.2.2.patch/configure.ac
--- openvpn-2.2.2/configure.ac 2011-12-13 17:58:56.000000000 +0100
+++ openvpn-2.2.2.patch/configure.ac 2013-01-12 00:50:12.273055490 +0100
@@ -27,7 +27,7 @@
m4_include(version.m4)
AC_INIT([OpenVPN], [PRODUCT_VERSION], [openvpn-users@lists.sourceforge.net], [openvpn])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_CONFIG_SRCDIR(syshead.h)
dnl Guess host type.

View File

@ -0,0 +1,12 @@
diff -Naur openvpn-2.3.0/configure.ac openvpn-2.3.0.patch/configure.ac
--- openvpn-2.3.0/configure.ac 2012-11-29 21:47:57.000000000 +0100
+++ openvpn-2.3.0.patch/configure.ac 2013-01-16 03:36:51.567034700 +0100
@@ -32,7 +32,7 @@
AC_DEFINE([OPENVPN_VERSION_RESOURCE], [PRODUCT_VERSION_RESOURCE], [Version in windows resource format])
AC_CONFIG_AUX_DIR([.])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/openvpn/syshead.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE