From 96e526bad368b70f68fadf045ce4314c4dda11fa Mon Sep 17 00:00:00 2001 From: Xavier Douville Date: Sun, 12 Mar 2017 11:00:25 -0400 Subject: [PATCH 1/3] ddns-scripts: update dnsexit.com update URL+response. Reference http://downloads.dnsexit.com/ipUpdateDev.doc Signed-off-by: Xavier Douville --- net/ddns-scripts/files/services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ddns-scripts/files/services b/net/ddns-scripts/files/services index 78b345675..d45c30a9d 100644 --- a/net/ddns-scripts/files/services +++ b/net/ddns-scripts/files/services @@ -64,7 +64,7 @@ "dnsdynamic.org" "http://[USERNAME]:[PASSWORD]@www.dnsdynamic.org/api/?hostname=[DOMAIN]&myip=[IP]" "good|nochg" -"dnsexit.com" "http://www.dnsexit.com/RemoteUpdate.sv?login=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&myip=[IP]" "0=|1=" +"dnsexit.com" "http://update.dnsexit.com/RemoteUpdate.sv?login=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&myip=[IP]" "0=|1=|2=|3=|4=|5=|6=" "dnshome.de" "http://[USERNAME]:[PASSWORD]@www.dnshome.de/dyndns.php?hostname=[DOMAIN]&ip=[IP]" From 0eab032f99c77754e3ab79c3e49cc2b34fe59131 Mon Sep 17 00:00:00 2001 From: Xavier Douville Date: Sun, 12 Mar 2017 13:02:04 -0400 Subject: [PATCH 2/3] ddns-scripts: increment PKG_RELEASE Signed-off-by: Xavier Douville --- net/ddns-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index b6d89ac52..cf18203ec 100755 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts PKG_VERSION:=2.7.6 # Release == build # increase on changes of services files or tld_names.dat -PKG_RELEASE:=13 +PKG_RELEASE:=14 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Christian Schoenebeck From 2a2ea67586587da0b26d62e56cc8ec7a1a97d92e Mon Sep 17 00:00:00 2001 From: Xavier Douville Date: Mon, 13 Mar 2017 12:15:27 -0400 Subject: [PATCH 3/3] ddns-scripts: remove answer checking for dnsexit remove answer checking for dnsexit as their API allows for too many return codes to handle them all. Signed-off-by: Xavier Douville --- net/ddns-scripts/files/services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ddns-scripts/files/services b/net/ddns-scripts/files/services index d45c30a9d..df3667dc4 100644 --- a/net/ddns-scripts/files/services +++ b/net/ddns-scripts/files/services @@ -64,7 +64,7 @@ "dnsdynamic.org" "http://[USERNAME]:[PASSWORD]@www.dnsdynamic.org/api/?hostname=[DOMAIN]&myip=[IP]" "good|nochg" -"dnsexit.com" "http://update.dnsexit.com/RemoteUpdate.sv?login=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&myip=[IP]" "0=|1=|2=|3=|4=|5=|6=" +"dnsexit.com" "http://update.dnsexit.com/RemoteUpdate.sv?login=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&myip=[IP]" "dnshome.de" "http://[USERNAME]:[PASSWORD]@www.dnshome.de/dyndns.php?hostname=[DOMAIN]&ip=[IP]"