diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-11 12:16:12 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-07 15:10:40 +0100 |
| commit | 359e9b9a4f5b7c8244b68603b4ff1b8f14d785d3 (patch) | |
| tree | 435d991e4624007a063a599b407fe61254d8b8f2 | |
| parent | a8857b495515d7a6b498012cc1d506256e03530d (diff) | |
| download | poky-359e9b9a4f5b7c8244b68603b4ff1b8f14d785d3.tar.gz | |
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.
(From OE-Core rev: 09898a99b42e048e7085a3df4504e887811b2349)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 30106ae676124ba3c0e496a4f19c919c8418b59b)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-connectivity/bind/bind_9.16.16.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.16.16.bb b/meta/recipes-connectivity/bind/bind_9.16.16.bb index 27aa6221ba..b152598402 100644 --- a/meta/recipes-connectivity/bind/bind_9.16.16.bb +++ b/meta/recipes-connectivity/bind/bind_9.16.16.bb | |||
| @@ -26,6 +26,10 @@ UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/" | |||
| 26 | # stay at 9.16 follow the ESV versions divisible by 4 | 26 | # stay at 9.16 follow the ESV versions divisible by 4 |
| 27 | UPSTREAM_CHECK_REGEX = "(?P<pver>9.(16|20|24|28)(\.\d+)+(-P\d+)*)/" | 27 | UPSTREAM_CHECK_REGEX = "(?P<pver>9.(16|20|24|28)(\.\d+)+(-P\d+)*)/" |
| 28 | 28 | ||
| 29 | # Issue only affects dhcpd with recent bind versions. We don't ship dhcpd anymore | ||
| 30 | # so the issue doesn't affect us. | ||
| 31 | CVE_CHECK_WHITELIST += "CVE-2019-6470" | ||
| 32 | |||
| 29 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_header update-alternatives | 33 | inherit autotools update-rc.d systemd useradd pkgconfig multilib_header update-alternatives |
| 30 | 34 | ||
| 31 | # PACKAGECONFIGs readline and libedit should NOT be set at same time | 35 | # PACKAGECONFIGs readline and libedit should NOT be set at same time |
