From: Richard Purdie Date: Tue, 11 May 2021 11:16:12 +0000 (+0100) Subject: bind: Exclude CVE-2019-6470 from cve-check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7870 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30106ae676124ba3c0e496a4f19c919c8418b59b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bind: Exclude CVE-2019-6470 from cve-check Issue only affects dhcpd with recent bind versions. We don't ship dhcpd anymore so the issue doesn't affect us. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bind/bind_9.16.13.bb b/meta/recipes-connectivity/bind/bind_9.16.13.bb index 6127b13e8dc..38825f1cf77 100644 --- a/meta/recipes-connectivity/bind/bind_9.16.13.bb +++ b/meta/recipes-connectivity/bind/bind_9.16.13.bb @@ -26,6 +26,10 @@ UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" # stay at 9.16 follow the ESV versions divisible by 4 UPSTREAM_CHECK_REGEX = "(?P9.(16|20|24|28)(\.\d+)+(-P\d+)*)/" +# Issue only affects dhcpd with recent bind versions. We don't ship dhcpd anymore +# so the issue doesn't affect us. +CVE_CHECK_WHITELIST += "CVE-2019-6470" + inherit autotools update-rc.d systemd useradd pkgconfig multilib_header update-alternatives # PACKAGECONFIGs readline and libedit should NOT be set at same time