* [Buildroot] [PATCH next 1/1] package/inadyn: bump to v2.10.0
@ 2022-11-23 19:50 Joachim Wiberg
2022-11-23 21:50 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Joachim Wiberg @ 2022-11-23 19:50 UTC (permalink / raw)
To: buildroot; +Cc: Joachim Wiberg
Highligts include support for MbedTLS and a serious memory leak fix to
the GnuTLS backend.
Changes:
- Add support for MbedTLS
- Add support for per-provider interface to bind to
- Use HTTP-only for api.ipify.org, default (fallback) checkip service
Fixes:
- serious memory leak in GnuTLS backend
- ca-trust-file has no effect for GnuTLS
- handle easyDNS "no update required" as OK status
- use configured server:port, don't force port 443 for HTTPS
(From https://github.com/troglobit/inadyn/releases/tag/v2.10.0)
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
---
package/inadyn/inadyn.hash | 2 +-
package/inadyn/inadyn.mk | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/package/inadyn/inadyn.hash b/package/inadyn/inadyn.hash
index 98af30e9fc..2c0995babf 100644
--- a/package/inadyn/inadyn.hash
+++ b/package/inadyn/inadyn.hash
@@ -1,5 +1,5 @@
# Upstream .sha256 from GitHub
-sha256 7370eb7ad5d33a9cf2e7e4a6a86c09587fbf9592cd357c6f472c33f575bac26d inadyn-2.9.1.tar.gz
+sha256 1727b6aae6727f99eba584e46950369d7b259d2ef09e5bc02566e9c3c1d6daf6 inadyn-2.10.0.tar.gz
# Locally computed
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
diff --git a/package/inadyn/inadyn.mk b/package/inadyn/inadyn.mk
index 041d1eff57..5a24c1eced 100644
--- a/package/inadyn/inadyn.mk
+++ b/package/inadyn/inadyn.mk
@@ -4,7 +4,7 @@
#
################################################################################
-INADYN_VERSION = 2.9.1
+INADYN_VERSION = 2.10.0
INADYN_SITE = https://github.com/troglobit/inadyn/releases/download/v$(INADYN_VERSION)
INADYN_LICENSE = GPL-2.0+
INADYN_LICENSE_FILES = COPYING
@@ -15,6 +15,8 @@ INADYN_CONF_OPTS += --enable-openssl
INADYN_DEPENDENCIES += openssl
else ifeq ($(BR2_PACKAGE_GNUTLS),y)
INADYN_DEPENDENCIES += gnutls
+else ifeq ($BR2_PACKAGE_MBEDTLS, y)
+INADYN_DEPENDENCIES += mbedtls
else
INADYN_CONF_OPTS += --disable-ssl
endif
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH next 1/1] package/inadyn: bump to v2.10.0
2022-11-23 19:50 [Buildroot] [PATCH next 1/1] package/inadyn: bump to v2.10.0 Joachim Wiberg
@ 2022-11-23 21:50 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-11-23 21:50 UTC (permalink / raw)
To: Joachim Wiberg; +Cc: buildroot
On Wed, 23 Nov 2022 20:50:44 +0100
Joachim Wiberg <troglobit@gmail.com> wrote:
> Highligts include support for MbedTLS and a serious memory leak fix to
> the GnuTLS backend.
>
> Changes:
> - Add support for MbedTLS
> - Add support for per-provider interface to bind to
> - Use HTTP-only for api.ipify.org, default (fallback) checkip service
>
> Fixes:
> - serious memory leak in GnuTLS backend
> - ca-trust-file has no effect for GnuTLS
> - handle easyDNS "no update required" as OK status
> - use configured server:port, don't force port 443 for HTTPS
>
> (From https://github.com/troglobit/inadyn/releases/tag/v2.10.0)
>
> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
> ---
> package/inadyn/inadyn.hash | 2 +-
> package/inadyn/inadyn.mk | 4 +++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-23 21:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-23 19:50 [Buildroot] [PATCH next 1/1] package/inadyn: bump to v2.10.0 Joachim Wiberg
2022-11-23 21:50 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.