Removed Features: - Remove ineffective TCP fallback after repeated UDP timeouts. [GL #5529]
Feature Changes: - Fall back to TCP on receipt of a UDP response with a mismatched query ID. [GL #5449] - Limit the number of glue records cached from a referral. [GL #5701] - Fix a resolver stall on a CNAME response to a DS query. [GL #5878] Bug Fixes: - The resolver now removes other RRsets at the same name when caching a CNAME. [GL #5302] - Fix `nxdomain-redirect` combined with `dns64`. [GL #5789] - Fix DNS64 owner case after DNAME restart. [GL #5934] - Clear REDIRECT flag when it isn't needed. [GL #5936] - Disable output escaping in `bind9.xsl`. [GL #5990] - Fix crash on badly configured secondary signer. [GL #5993] - Fix a possible crash on concurrent TKEY DELETE for the same key. [GL #6001] - Reject RRSIG records covering meta-types. [GL #6002] For more details, see: https://bind9.readthedocs.io/en/stable/notes.html#notes-for-bind-9-20-24 Signed-off-by: Paul Barker <[email protected]> --- .../bind/bind/0001-avoid-start-failure-with-bind-user.patch | 2 +- .../bind/bind/0001-m4-Backport-ax_prog_cc_for_build.m4-macros.patch | 2 +- .../bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch | 4 ++-- .../bind/bind-ensure-searching-for-json-headers-searches-sysr.patch | 4 ++-- meta/recipes-connectivity/bind/bind/conf.patch | 2 +- .../bind/bind/init.d-add-support-for-read-only-rootfs.patch | 2 +- .../bind/bind/make-etc-initd-bind-stop-work.patch | 2 +- meta/recipes-connectivity/bind/{bind_9.20.23.bb => bind_9.20.24.bb} | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch index 4fa377a59431..806ca9c5bd2b 100644 --- a/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch +++ b/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch @@ -1,4 +1,4 @@ -From 2a3ff2a026c55dc67655baf28e0f4175232ee0ff Mon Sep 17 00:00:00 2001 +From e4886a825c82a7d6f4bd6badeeaeea700e429483 Mon Sep 17 00:00:00 2001 From: Chen Qi <[email protected]> Date: Mon, 15 Oct 2018 16:55:09 +0800 Subject: [PATCH] avoid start failure with bind user diff --git a/meta/recipes-connectivity/bind/bind/0001-m4-Backport-ax_prog_cc_for_build.m4-macros.patch b/meta/recipes-connectivity/bind/bind/0001-m4-Backport-ax_prog_cc_for_build.m4-macros.patch index 7279a73e87cd..9b2870bd38d2 100644 --- a/meta/recipes-connectivity/bind/bind/0001-m4-Backport-ax_prog_cc_for_build.m4-macros.patch +++ b/meta/recipes-connectivity/bind/bind/0001-m4-Backport-ax_prog_cc_for_build.m4-macros.patch @@ -1,4 +1,4 @@ -From 77f8fafab0cc91c3ad8fbf1382b1d0f2d2cd99a6 Mon Sep 17 00:00:00 2001 +From e5f31670d79906033209d6b30d925dcd0324c95a Mon Sep 17 00:00:00 2001 From: Khem Raj <[email protected]> Date: Fri, 10 Apr 2026 23:33:49 +0000 Subject: [PATCH] m4: Backport ax_prog_cc_for_build.m4 macros diff --git a/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch index 369185ad86bf..1bbf17b12e36 100644 --- a/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch +++ b/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch @@ -1,4 +1,4 @@ -From 49ca7b5432dd6c24541bbde21bca5043cd0c000b Mon Sep 17 00:00:00 2001 +From c18ad4de676ed9350837c4c90a5e53a941712ba4 Mon Sep 17 00:00:00 2001 From: Hongxu Jia <[email protected]> Date: Mon, 27 Aug 2018 21:24:20 +0800 Subject: [PATCH] `named/lwresd -V' and start log hide build options @@ -20,7 +20,7 @@ Signed-off-by: Armin Kuster <[email protected]> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index c3852ec..3b7a446 100644 +index c845a8e..d065454 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AC_DEFINE([PACKAGE_VERSION_EXTRA], ["][bind_VERSION_EXTRA]["], [BIND 9 Extra par diff --git a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch index 4a066294f0b0..352a2f1bc16e 100644 --- a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch +++ b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch @@ -1,4 +1,4 @@ -From fa165cb4a9dfeb72f0db787decd527e3d587cd4e Mon Sep 17 00:00:00 2001 +From 6f0289bc8ee2c5a6d386d6d6921875219b268951 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker <[email protected]> Date: Tue, 9 Jun 2015 11:22:00 -0400 Subject: [PATCH] bind: ensure searching for json headers searches sysroot @@ -32,7 +32,7 @@ Signed-off-by: Paul Gortmaker <[email protected]> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index c6a10f6..c3852ec 100644 +index 7b9a63b..c845a8e 100644 --- a/configure.ac +++ b/configure.ac @@ -865,7 +865,7 @@ AS_CASE([$with_lmdb], diff --git a/meta/recipes-connectivity/bind/bind/conf.patch b/meta/recipes-connectivity/bind/bind/conf.patch index ec22fe84c467..c7f694190889 100644 --- a/meta/recipes-connectivity/bind/bind/conf.patch +++ b/meta/recipes-connectivity/bind/bind/conf.patch @@ -1,4 +1,4 @@ -From 4b9f6f6735340d558d9c9fba9c84d7f99d3cbde2 Mon Sep 17 00:00:00 2001 +From d308d9b835f4ad11e5824e7333668792980c1357 Mon Sep 17 00:00:00 2001 From: Qing He <[email protected]> Date: Tue, 30 Nov 2010 13:35:42 +0800 Subject: [PATCH] bind: add new recipe diff --git a/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch index fd96d46448fc..ec9eec6d3e14 100644 --- a/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch +++ b/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch @@ -1,4 +1,4 @@ -From 19933be78902d90014f177b5633dd15984bc1bc9 Mon Sep 17 00:00:00 2001 +From 23b997fc6276a527e1cf36312cd121170c15978c Mon Sep 17 00:00:00 2001 From: Chen Qi <[email protected]> Date: Thu, 27 Mar 2014 02:34:41 +0000 Subject: [PATCH] init.d: add support for read-only rootfs diff --git a/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch index 155cc5a110e6..54d948bb1716 100644 --- a/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch +++ b/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch @@ -1,4 +1,4 @@ -From e429899c34ea8a4f85de428e22ee49c453281e82 Mon Sep 17 00:00:00 2001 +From f5932fde97bb5b47144d926219f3903145a71185 Mon Sep 17 00:00:00 2001 From: Roy Li <[email protected]> Date: Thu, 15 Nov 2012 02:27:54 +0000 Subject: [PATCH] bind: make "/etc/init.d/bind stop" work diff --git a/meta/recipes-connectivity/bind/bind_9.20.23.bb b/meta/recipes-connectivity/bind/bind_9.20.24.bb similarity index 96% rename from meta/recipes-connectivity/bind/bind_9.20.23.bb rename to meta/recipes-connectivity/bind/bind_9.20.24.bb index ebc4422b674f..3c5acc972bab 100644 --- a/meta/recipes-connectivity/bind/bind_9.20.23.bb +++ b/meta/recipes-connectivity/bind/bind_9.20.24.bb @@ -18,10 +18,10 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \ file://bind-ensure-searching-for-json-headers-searches-sysr.patch \ file://0001-named-lwresd-V-and-start-log-hide-build-options.patch \ file://0001-avoid-start-failure-with-bind-user.patch \ - file://0001-m4-Backport-ax_prog_cc_for_build.m4-macros.patch \ + file://0001-m4-Backport-ax_prog_cc_for_build.m4-macros.patch \ " -SRC_URI[sha256sum] = "5d4475aed3f9e500ef554b2b14d972bdb83d33de214a9b3be92918ea46908371" +SRC_URI[sha256sum] = "989fef1fc88ea59d04cd86f854dca5a4616a20a9968bcdde3c1a3668ab36be08" UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" # follow the ESV versions divisible by 2 -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239186): https://lists.openembedded.org/g/openembedded-core/message/239186 Mute This Topic: https://lists.openembedded.org/mt/119888313/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
