ddns-scripts: Update to version 2.1.0-3 608/head
authorChristian Schoenebeck <christian.schoenebeck@gmail.com>
Sun, 7 Dec 2014 13:45:31 +0000 (14:45 +0100)
committerChristian Schoenebeck <christian.schoenebeck@gmail.com>
Sun, 7 Dec 2014 13:45:31 +0000 (14:45 +0100)
commit5e8123eb3b2613bee156eadaed996db66f1707cb
tree3ff6b17b5a054e37b78abc5bb2aa1f3e6aace928
parentb086e6ca33c016996106d7d14bc023dd27817d36
ddns-scripts: Update to version 2.1.0-3

- removed special handling for dynamic_dns_helper.sh and url_escape.sed in Makefile/postinst
- minor fixes in logging
- allow retry_count of "0" to run infinite retrys on error
-- https://dev.openwrt.org/ticket/18382
- changed naming of .dat and .err file to have one per section, not one per process
- defer hotplug helper from 25-ddns to 95-ddns (according initscript START=95)
-- https://github.com/openwrt/packages/issues/568 (#568)
- fix commandline for busybox wget
-- https://dev.openwrt.org/ticket/18411
-- https://dev.openwrt.org/ticket/18437
-- https://github.com/openwrt/packages/issues/605 (#605)
- remove checking answer from ddns provider because there are to many different.
Some providers do not follow API from dyndns.com

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
net/ddns-scripts/CHANGELOG
net/ddns-scripts/Makefile
net/ddns-scripts/files/etc/hotplug.d/iface/25-ddns [deleted file]
net/ddns-scripts/files/etc/hotplug.d/iface/95-ddns [new file with mode: 0644]
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_functions.sh [changed mode: 0644->0755]
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_lucihelper.sh [new file with mode: 0755]
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_lucihelper.tmp.sh [deleted file]
net/ddns-scripts/files/usr/lib/ddns/dynamic_dns_updater.sh
net/ddns-scripts/files/usr/lib/ddns/getlocalip_sample.sh