summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Siemsen <ralph.siemsen@linaro.org>2022-03-10 13:32:34 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-11 23:44:42 +0000
commitb41d4e46d30ed32e11d68466721a0f4056bad700 (patch)
tree3f112a9c28ee4037c255a8a30a927c06aa743544
parentf593e21aad8a972bcb42ac0af112056e9dda6b25 (diff)
downloadpoky-yocto-3.1.15.tar.gz
bind: update to 9.11.36yocto-3.1.15dunfell-23.0.15
Security Fixes The lame-ttl option controls how long named caches certain types of broken responses from authoritative servers (see the security advisory for details). This caching mechanism could be abused by an attacker to significantly degrade resolver performance. The vulnerability has been mitigated by changing the default value of lame-ttl to 0 and overriding any explicitly set value with 0, effectively disabling this mechanism altogether. ISC's testing has determined that doing that has a negligible impact on resolver performance while also preventing abuse. Administrators may observe more traffic towards servers issuing certain types of broken responses than in previous BIND 9 releases, depending on client query patterns. (CVE-2021-25219) ISC would like to thank Kishore Kumar Kothapalli of Infoblox for bringing this vulnerability to our attention. [GL #2899] (From OE-Core rev: 8906aa9ec0a80b0f8998fb793f4e9491b3179179) Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-connectivity/bind/bind_9.11.36.bb (renamed from meta/recipes-connectivity/bind/bind_9.11.35.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.11.35.bb b/meta/recipes-connectivity/bind/bind_9.11.36.bb
index 4652529623..872baf6d2f 100644
--- a/meta/recipes-connectivity/bind/bind_9.11.35.bb
+++ b/meta/recipes-connectivity/bind/bind_9.11.36.bb
@@ -21,7 +21,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \
21 file://0001-avoid-start-failure-with-bind-user.patch \ 21 file://0001-avoid-start-failure-with-bind-user.patch \
22 " 22 "
23 23
24SRC_URI[sha256sum] = "1c882705827b6aafa45d917ae3b20eccccc8d5df3c4477df44b04382e6c47562" 24SRC_URI[sha256sum] = "c953fcb6703b395aaa53e65ff8b2869b69a5303dd60507cba2201305e1811681"
25 25
26UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" 26UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
27# stay at 9.11 until 9.16, from 9.16 follow the ESV versions divisible by 4 27# stay at 9.11 until 9.16, from 9.16 follow the ESV versions divisible by 4