- Update to 3.10.0: * Added support for domaindiscount24.com * Added support for njal.la * Added support for Cloudflare API tokens * Added support for OVH DynHost. * Added support for ClouDNS. * Added support for dinahosting. * Added support for Gandi LiveDNS. * The freedns protocol (for https://freedns.afraid.org) now supports IPv6 addresses. * New ssl_ca_dir and ssl_ca_file options to specify the location of CA certificates. * New built-in IP discovery service shorthands: + googledomains from https://domains.google + he from https://he.net ip+4only.me, ip6only.me from http://whatismyv6.com + ipify-ipv4 and ipify-ipv6 from https://www.ipify.org + myonlineportal from https://myonlineportal.net + noip-ipv4 and noip-ipv6 from https://www.noip.com + nsupdate.info-ipv4 and nsupdate.info-ipv6 from + https://www.nsupdate.info + zoneedit from https://www.zoneedit.com * Added option -curl to access network with system Curl command instead of the Perl built-in IO::Socket classes. * Added option -{no}web-ssl-validate and -{no}fw-ssl-validateto provide option to disable SSL certificate validation. Note that these only apply for network access when obtaining an IP address with use=web or use=fw (any firewall). Network access to Dynamic DNS servers to set or retrieve IP address will always require certificate validation. * The fw-banlocal option is deprecated and no longer does anything. OBS-URL: https://build.opensuse.org/request/show/1045495 OBS-URL: https://build.opensuse.org/package/show/network/ddclient?expand=0&rev=64
10 lines
333 B
Diff
10 lines
333 B
Diff
--- ddclient-3.10.0/configure.ac.bak 2022-12-27 13:40:09.982064952 +0100
|
|
+++ ddclient-3.10.0/configure.ac 2022-12-27 13:39:58.258006975 +0100
|
|
@@ -1,5 +1,5 @@
|
|
AC_PREREQ([2.63])
|
|
-AC_INIT([ddclient], [3.10.0_2])
|
|
+AC_INIT([ddclient], [3.10.0])
|
|
AC_CONFIG_SRCDIR([ddclient.in])
|
|
AC_CONFIG_AUX_DIR([build-aux])
|
|
AC_CONFIG_MACRO_DIR([m4])
|