From: Steve Sakoman Date: Mon, 29 Nov 2021 16:28:23 +0000 (-1000) Subject: bind: update to 9.11.35 X-Git-Tag: 2020-04.13-dunfell~19 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ede9176c53d2de5559a15f48f2a0a3a31a331d1b;p=openembedded-core.git bind: update to 9.11.35 Notes for BIND 9.11.35 Security Fixes named failed to check the opcode of responses when performing zone refreshes, stub zone updates, and UPDATE forwarding. This could lead to an assertion failure under certain conditions and has been addressed by rejecting responses whose opcode does not match the expected value. [GL #2762] Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-connectivity/bind/bind_9.11.34.bb b/meta/recipes-connectivity/bind/bind_9.11.35.bb similarity index 98% rename from meta/recipes-connectivity/bind/bind_9.11.34.bb rename to meta/recipes-connectivity/bind/bind_9.11.35.bb index dbb2f83876..4652529623 100644 --- a/meta/recipes-connectivity/bind/bind_9.11.34.bb +++ b/meta/recipes-connectivity/bind/bind_9.11.35.bb @@ -21,7 +21,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ file://0001-avoid-start-failure-with-bind-user.patch \ " -SRC_URI[sha256sum] = "aa031775a73d30d951451034c84c4a716a10e6625acc4eb4bb878ed4c61b7271" +SRC_URI[sha256sum] = "1c882705827b6aafa45d917ae3b20eccccc8d5df3c4477df44b04382e6c47562" UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" # stay at 9.11 until 9.16, from 9.16 follow the ESV versions divisible by 4