summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraveen Kumar <praveen.kumar@windriver.com>2025-07-25 16:56:31 +0530
committerSteve Sakoman <steve@sakoman.com>2025-08-04 09:12:24 -0700
commit62a191de8f428dd9233f462d7f626dbbffabccc8 (patch)
treea08bad84169bf9a9fcd3187534ba1fa34997ff52
parentc210410a514655d8c43b52c1975bc8cfe9b2de81 (diff)
downloadpoky-62a191de8f428dd9233f462d7f626dbbffabccc8.tar.gz
bind: upgrade 9.20.9 -> 9.20.11
Overview of changes in bind 9.20.11 ================================== Security Fixes: 1. Fix a possible assertion failure when stale-answer-client-timeout is set to 0. 2. In specific circumstances the named resolver process could exit with an assertion failure when stale answers were enabled and the stale-answer-client-timeout configuration option was set to 0. This has been fixed. (CVE-2025-40777) [GL #5372] For additional feature changes and bug fixes, please see: https://downloads.isc.org/isc/bind9/9.20.11/doc/arm/html/notes.html#notes-for-bind-9-20-11 (From OE-Core rev: 32920c292d96d3f66e50e5cd55bb05bd3adc01e8) Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-connectivity/bind/bind_9.20.11.bb (renamed from meta/recipes-connectivity/bind/bind_9.20.9.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.20.9.bb b/meta/recipes-connectivity/bind/bind_9.20.11.bb
index 93ff957fc5..8d230f6e95 100644
--- a/meta/recipes-connectivity/bind/bind_9.20.9.bb
+++ b/meta/recipes-connectivity/bind/bind_9.20.11.bb
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
20 file://0001-avoid-start-failure-with-bind-user.patch \ 20 file://0001-avoid-start-failure-with-bind-user.patch \
21 " 21 "
22 22
23SRC_URI[sha256sum] = "3d26900ed9c9a859073ffea9b97e292c1248dad18279b17b05fcb23c3091f86d" 23SRC_URI[sha256sum] = "4da2d532e668bc21e883f6e6d9d3d81794d9ec60b181530385649a56f46ee17a"
24 24
25UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" 25UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
26# follow the ESV versions divisible by 2 26# follow the ESV versions divisible by 2