mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/inadyn: bump to v2.13.0
Changes: - Add support for Porkbun DDNS provider - Add support for domene.shop (Norwegian DDNS provider) - Add support for round-robin records to Cloudflare - Add example config for DuckDNS IPv6 - Cloudflare: omit proxy setting if unset in config - Cloudflare: omit TTL update if unset in config - Simply.com provider fixed and re-enabled - Support for long ddns-path requests (increased buffer size) Fixes: - Do not use an IP resolution method different than the one specified in configuration - Fix support for Namecheap - Fix Dynu IPv6 issue - Default value -1 not used for ttl setting - Fix IPv6 detection for providers with "v6" in their name, e.g., ipv64.net and dynv6.com - Fix dnspod error: "Communication with checkip server failed" - Fix cache directory creation on --help or --check-config - Fix cache directory not writeable and no $HOME Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
e1d159c5d5
commit
fb57257e38
@@ -1,5 +1,5 @@
|
||||
# Upstream .sha256 from GitHub
|
||||
sha256 38fe00f20b293e64a89efc85f766ff40f0be3bcf9c3ed68b842104540a60806e inadyn-2.12.0.tar.gz
|
||||
sha256 411a999420d825eb79998b6db84936d0dff7baa07510cb4a9c65aa4eae0d42c0 inadyn-2.13.0.tar.gz
|
||||
|
||||
# Locally computed
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
INADYN_VERSION = 2.12.0
|
||||
INADYN_VERSION = 2.13.0
|
||||
INADYN_SITE = https://github.com/troglobit/inadyn/releases/download/v$(INADYN_VERSION)
|
||||
INADYN_LICENSE = GPL-2.0+
|
||||
INADYN_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user