aboutsummaryrefslogtreecommitdiffstats
path: root/package/6in4
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-17 12:45:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-17 12:45:07 +0000
commitddfa0c2dade9d0f58dce3aa910b462c8dfbc45ac (patch)
tree904bb74e8b4c41801d45c5ebab844cff8eea0497 /package/6in4
parent4e201ee7296c04386a7958a0f260d558b6728171 (diff)
downloadupstream-ddfa0c2dade9d0f58dce3aa910b462c8dfbc45ac.tar.gz
upstream-ddfa0c2dade9d0f58dce3aa910b462c8dfbc45ac.tar.bz2
upstream-ddfa0c2dade9d0f58dce3aa910b462c8dfbc45ac.zip
[package] 6in4: sync with HE.net endpoint update changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28475 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/6in4')
-rw-r--r--package/6in4/Makefile4
-rw-r--r--package/6in4/files/6in4.hotplug4
2 files changed, 4 insertions, 4 deletions
diff --git a/package/6in4/Makefile b/package/6in4/Makefile
index 14b7eac816..fb0803a8a6 100644
--- a/package/6in4/Makefile
+++ b/package/6in4/Makefile
@@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=6in4
-PKG_VERSION:=9
-PKG_RELEASE:=2
+PKG_VERSION:=10
+PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
diff --git a/package/6in4/files/6in4.hotplug b/package/6in4/files/6in4.hotplug
index 9df993498a..3d9def448e 100644
--- a/package/6in4/files/6in4.hotplug
+++ b/package/6in4/files/6in4.hotplug
@@ -37,12 +37,12 @@ if [ "$ACTION" = ifup ]; then
uci_set_state network "$cfg" ipaddr "$wanip"
[ -n "$tunnelid" ] && [ -n "$username" ] && [ -n "$password" ] && {
- [ "${#password}" == 32 -a -z "${password//[a-f0-9]/}" ] || {
+ [ "${#password}" == 32 -a -z "${password//[a-fA-F0-9]/}" ] || {
password="$(echo -n "$password" | md5sum)"; password="${password%% *}"
}
(
- local url="http://ipv4.tunnelbroker.net/ipv4_end.php?ipv4b=AUTO&user_id=$username&pass=$password&tunnel_id=$tunnelid"
+ local url="http://ipv4.tunnelbroker.net/ipv4_end.php?ip=AUTO&apikey=$username&pass=$password&tid=$tunnelid"
local try=0
local max=3