summaryrefslogtreecommitdiff
path: root/package/openvpn/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2011-12-02 20:10:30 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2011-12-02 20:10:30 +0100
commitcd770e980b703e8d2875dcffee1441b6c4e63279 (patch)
treeb0c2eb1288fc17190e5b41dad4f7994fbe320b5c /package/openvpn/Makefile
parente68d0ffcffeb66e1f81b12fafed8c5ac74a0050b (diff)
update openvpn to latest upstream, fix broken path to ip
Diffstat (limited to 'package/openvpn/Makefile')
-rw-r--r--package/openvpn/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/openvpn/Makefile b/package/openvpn/Makefile
index 5c9c8dc6e..7d193d43d 100644
--- a/package/openvpn/Makefile
+++ b/package/openvpn/Makefile
@@ -4,12 +4,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= openvpn
-PKG_VERSION:= 2.1.3
+PKG_VERSION:= 2.2.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= 7486d3e270ba4b033e311d3e022a0ad7
+PKG_MD5SUM:= 500bee5449b29906150569aaf2eb2730
PKG_DESCR:= Open Source VPN solution using SSL
PKG_SECTION:= net/security
-PKG_DEPENDS:= kmod-tun libopenssl
+PKG_DEPENDS:= kmod-tun libopenssl ip
PKG_BUILDDEP:= openssl
PKG_URL:= http://openvpn.net/
PKG_SITES:= http://openvpn.net/release/
@@ -56,7 +56,7 @@ CONFIGURE_ARGS+= --disable-pthread \
--disable-plugins \
--enable-small \
--enable-iproute2 \
- --with-iproute-path=ip \
+ --with-iproute-path=/usr/sbin/ip \
--without-ifconfig-path \
--without-route-path
@@ -72,7 +72,7 @@ openvpn-easy-rsa-install:
$(CP) ./files/serial $(IDIR_OPENVPN_EASY_RSA)/etc/easy-rsa/keys
$(CP) $(WRKBUILD)/easy-rsa/2.0/{build-*,clean-all,inherit-inter,list-crl,pkitool,revoke-full,sign-req,whichopensslcnf} \
$(IDIR_OPENVPN_EASY_RSA)/usr/sbin
- ${INSTALL_DATA} $(WRKBUILD)/easy-rsa/2.0/openssl.cnf \
+ ${INSTALL_DATA} $(WRKBUILD)/easy-rsa/2.0/openssl-1.0.0.cnf \
$(IDIR_OPENVPN_EASY_RSA)/etc/easy-rsa/openssl.cnf
${INSTALL_DATA} $(WRKBUILD)/easy-rsa/2.0/vars \
$(IDIR_OPENVPN_EASY_RSA)/etc/easy-rsa/vars