summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/bind/bind_9.11.5-P4.bb4
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 92fd628e7d..b0bb64b7c7 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
38UPSTREAM_CHECK_REGEX = "(?P<pver>9.(11|16|20|24|28)(\.\d+)+(-P\d+)*)/" 38UPSTREAM_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.
42CVE_CHECK_WHITELIST += "CVE-2019-6470"
43
40inherit autotools update-rc.d systemd useradd pkgconfig multilib_script 44inherit autotools update-rc.d systemd useradd pkgconfig multilib_script
41 45
42MULTILIB_SCRIPTS = "${PN}:${bindir}/bind9-config ${PN}:${bindir}/isc-config.sh" 46MULTILIB_SCRIPTS = "${PN}:${bindir}/bind9-config ${PN}:${bindir}/isc-config.sh"