All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][dunfell][PATCH] ntp: add CVE-2016-9312 to allowlist
@ 2021-06-14 12:40 Sekine Shigeki
  2021-06-14 15:53 ` [OE-core] " Armin Kuster
  0 siblings, 1 reply; 3+ messages in thread
From: Sekine Shigeki @ 2021-06-14 12:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: sekine.shigeki

CVE-2016-9312 is only for windows.
Signed-off-by: Sekine Shigeki <sekine.shigeki@fujitsu.com>
---
 meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
index 7e168825e..e668113c5 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
@@ -26,6 +26,9 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
 
 SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19"
 
+# CVE-2016-9312 is only for windows.
+CVE_CHECK_WHITELIST += "CVE-2016-9312"
+
 inherit autotools update-rc.d useradd systemd pkgconfig
 
 # The ac_cv_header_readline_history is to stop ntpdc depending on either
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-17 10:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 12:40 [meta-oe][dunfell][PATCH] ntp: add CVE-2016-9312 to allowlist Sekine Shigeki
2021-06-14 15:53 ` [OE-core] " Armin Kuster
2021-06-17 10:46   ` [oe] " Sekine Shigeki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.