Package: ddclient / 3.9.1-7

Metadata

Package Version Patches format
ddclient 3.9.1-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
shebang.diff | (download)

ddclient | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 set shebang as required by debian policy >= 4.1.2

See https://www.debian.org/doc/debian-policy/ch-files.html#scripts

news.diff | (download)

0 files changed

 rename releasenote to news

This ensures that the file is installed as NEWS.gz as required in
Debian policy >= 4.2.0. For details, see:
https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes

smc barricade fw alt.diff | (download)

ddclient | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 from version 3.6.7-1, smc-barricade-fw-alt.diff

config_path.diff | (download)

ddclient | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 from version 3.6.7-1, config_path.diff

maxinterval.diff | (download)

ddclient | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 from version 3.6.2-5, maxinterval.diff

usev6.diff | (download)

ddclient | 69 61 + 8 - 0 !
1 file changed, 61 insertions(+), 8 deletions(-)

 add ipv6 support for dyndns
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

This adds a "usev6" variable to ddclient to support IPv6 updates
with dyndns and freedns.

boolean parse.patch | (download)

ddclient | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix parsing of "true" as a boolean value

Before, "t" and "ttrue" were accepted as true, but not "true".

Also simplify the true and false regular expressions.

use ipv4.patch | (download)

ddclient | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix `use=ip` when `ip` is set to an ipv4 address

Before, with `use=ip,ip=1.2.3.4`, `get_ip` would return `undef` and
print a warning:

  WARNING:  found neither ipv4 nor ipv6 address

devices.patch | (download)

ddclient | 20 20 + 0 - 0 !
1 file changed, 20 insertions(+)

 add new device built-ins (`fw=<device>`)

dslreports.patch | (download)

ddclient | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change the default server for `dslreports1` to `www.dslreports.com`

Before, it defaulted to `members.dyndns.org` which didn't make much
sense.