summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Siemsen <ralph.siemsen@linaro.org>2022-03-31 11:06:51 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-09 08:27:11 +0100
commit7e0d217559d6b6bde934c09692042bbad01a5c28 (patch)
treee37268292807879aaf3d2eaabd8f4bab63b1c9ad
parent64205bf3ec07a6b6249dae1f5b9ad9e190b3101e (diff)
downloadpoky-7e0d217559d6b6bde934c09692042bbad01a5c28.tar.gz
bind: update to 9.11.37
Security Fixes The rules for acceptance of records into the cache have been tightened to prevent the possibility of poisoning if forwarders send records outside the configured bailiwick. (CVE-2021-25220) License-Update: copyright years (From OE-Core rev: 58aea0c02bb101dbb378afb578b70b8730cce6fd) 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.37.bb (renamed from meta/recipes-connectivity/bind/bind_9.11.36.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.11.36.bb b/meta/recipes-connectivity/bind/bind_9.11.37.bb
index 872baf6d2f..afc8cf0b3b 100644
--- a/meta/recipes-connectivity/bind/bind_9.11.36.bb
+++ b/meta/recipes-connectivity/bind/bind_9.11.37.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "BIND 9 provides a full-featured Domain Name Server system"
4SECTION = "console/network" 4SECTION = "console/network"
5 5
6LICENSE = "ISC & BSD" 6LICENSE = "ISC & BSD"
7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=b88e7ca5f21908e1b2720169f6807cf6" 7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=89a97ebbf713f7125fe5c02223d3ae95"
8 8
9DEPENDS = "openssl libcap zlib" 9DEPENDS = "openssl libcap zlib"
10 10
@@ -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] = "c953fcb6703b395aaa53e65ff8b2869b69a5303dd60507cba2201305e1811681" 24SRC_URI[sha256sum] = "0d8efbe7ec166ada90e46add4267b7e7c934790cba9bd5af6b8380a4fbfb5aff"
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