diff options
author | Armin Kuster <akuster@mvista.com> | 2020-08-22 11:20:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-25 16:00:11 +0100 |
commit | 4213a2f60fd1e574f5d56b8f48340ab0b0ec13ce (patch) | |
tree | 93c8842444f1daf7ef9c306f7e6186fdb95b0bf5 /meta | |
parent | c1761f8dd130e2ca50f9c59da83df1b59f17c209 (diff) | |
download | poky-4213a2f60fd1e574f5d56b8f48340ab0b0ec13ce.tar.gz |
bind: update to 9.11.22 ESV
Source: isc.org
MR: 105232, 105246, 105260
Type: Security Fix
Disposition: Backport from https://www.isc.org/bind/
ChangeID: 655cfdf1e91c4107321e63a2012302e1cc184366
Description:
Bug fix only update
Three CVE fixes
CVE-2020-8622
CVE-2020-8623
CVE-2020-8624
For more information see: https://downloads.isc.org/isc/bind9/9.11.22/RELEASE-NOTES-bind-9.11.22.pdf
(From OE-Core rev: 1c85f26b1bd3475699d54f18c6b5b4924bcd8eb2)
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.11.22.bb (renamed from meta/recipes-connectivity/bind/bind_9.11.21.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.11.21.bb b/meta/recipes-connectivity/bind/bind_9.11.22.bb index ee546a0a2c..7128bd3870 100644 --- a/meta/recipes-connectivity/bind/bind_9.11.21.bb +++ b/meta/recipes-connectivity/bind/bind_9.11.22.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.gz \ | |||
20 | file://0001-avoid-start-failure-with-bind-user.patch \ | 20 | file://0001-avoid-start-failure-with-bind-user.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRC_URI[sha256sum] = "668158b005b3de4328fa0dbbbb3f524b66f28f024c67538aa9412a9e69c9dfbc" | 23 | SRC_URI[sha256sum] = "afc6d8015006f1cabf699ff19f517bb8fd9c1811e5231f26baf51c3550262ac9" |
24 | 24 | ||
25 | UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" | 25 | UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" |
26 | # stay at 9.11 until 9.16, from 9.16 follow the ESV versions divisible by 4 | 26 | # stay at 9.11 until 9.16, from 9.16 follow the ESV versions divisible by 4 |