update openvpn-devel to latest HEAD
authorMirko Vogt <mirko@openwrt.org>
Wed, 12 Sep 2012 02:00:24 +0000 (02:00 +0000)
committerMirko Vogt <mirko@openwrt.org>
Wed, 12 Sep 2012 02:00:24 +0000 (02:00 +0000)
This fixes some issues and regressions, as well as includes
the "busybox ifconfig ipv6"-patch which went upstream meanwhile.

SVN-Revision: 33376

net/openvpn-devel/Makefile
net/openvpn-devel/patches/000-busybox-ifconfig-ipv6-compatible.patch [deleted file]

index c1232b7cacd14a21a5b86bf62ca778a036f461c4..3aa207babaf6d91f1a425a1b36c26791d3e3b045 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=openvpn-devel
 
-PKG_REV:=6dcb1265c601b53d2bb221f5087ef5ad2626f94b
+PKG_REV:=5d4f5435a421299ed047485d8d99bdf9a0d22fd1
 PKG_VERSION:=r$(PKG_REV)
 PKG_RELEASE=1
 
diff --git a/net/openvpn-devel/patches/000-busybox-ifconfig-ipv6-compatible.patch b/net/openvpn-devel/patches/000-busybox-ifconfig-ipv6-compatible.patch
deleted file mode 100644 (file)
index 5aa4312..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur old/src/openvpn/tun.c new/src/openvpn/tun.c
---- old/src/openvpn/tun.c       2012-09-11 11:02:41.000000000 +0200
-+++ new/src/openvpn/tun.c       2012-09-11 12:27:30.304436864 +0200
-@@ -760,7 +760,7 @@
-      if ( do_ipv6 )
-       {
-         argv_printf (&argv,
--                        "%s %s inet6 add %s/%d",
-+                        "%s %s add %s/%d",
-                         IFCONFIG_PATH,
-                         actual,
-                         ifconfig_ipv6_local,