diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-11-18 16:04:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-21 23:08:19 +0000 |
commit | 41f523e7a996767eec84f3583fd46a1f0f9b8fd7 (patch) | |
tree | 8f71490b28fa61455745fcfe9c5555ad03568f57 | |
parent | bd00c8d85a3543ce20fb2f90c0776dabf3e2d9dd (diff) | |
download | poky-41f523e7a996767eec84f3583fd46a1f0f9b8fd7.tar.gz |
bind: Whitelist CVE-2019-6470
(From OE-Core rev: ad4318b6501b3d724365bf95015850022441518e)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.11.5-P4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb b/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb index 3e2412dfa4..0897706346 100644 --- a/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb +++ b/meta/recipes-connectivity/bind/bind_9.11.5-P4.bb | |||
@@ -37,6 +37,10 @@ UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" | |||
37 | # stay at 9.11 until 9.16, from 9.16 follow the ESV versions divisible by 4 | 37 | # stay at 9.11 until 9.16, from 9.16 follow the ESV versions divisible by 4 |
38 | UPSTREAM_CHECK_REGEX = "(?P<pver>9.(11|16|20|24|28)(\.\d+)+(-P\d+)*)/" | 38 | UPSTREAM_CHECK_REGEX = "(?P<pver>9.(11|16|20|24|28)(\.\d+)+(-P\d+)*)/" |
39 | 39 | ||
40 | # BIND >= 9.11.2 need dhcpd >= 4.4.0, | ||
41 | # don't report it here since dhcpd is already recent enough. | ||
42 | CVE_CHECK_WHITELIST += "CVE-2019-6470" | ||
43 | |||
40 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_script | 44 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_script |
41 | 45 | ||
42 | MULTILIB_SCRIPTS = "${PN}:${bindir}/bind9-config ${PN}:${bindir}/isc-config.sh" | 46 | MULTILIB_SCRIPTS = "${PN}:${bindir}/bind9-config ${PN}:${bindir}/isc-config.sh" |