diff options
author | Sekine Shigeki <sekine.shigeki@fujitsu.com> | 2021-06-18 20:43:45 +0900 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-06-27 07:46:47 -0700 |
commit | 9636d8d6eb3faf78617e7ecd1e5311a8101cc3db (patch) | |
tree | cd359b74766915304810eb0c2d1cec3f0553a8ba | |
parent | a83c773ddd3d3e36d17a560103531657f915f6fe (diff) | |
download | meta-openembedded-9636d8d6eb3faf78617e7ecd1e5311a8101cc3db.tar.gz |
ntp: add CVE-2016-9312 to allowlist
Signed-off-by: Sekine Shigeki <sekine.shigeki@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 04a7dce6259b43234e0f815dfc1415eca693eddf)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 7e168825e0..e668113c50 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 | |||
26 | 26 | ||
27 | SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19" | 27 | SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19" |
28 | 28 | ||
29 | # CVE-2016-9312 is only for windows. | ||
30 | CVE_CHECK_WHITELIST += "CVE-2016-9312" | ||
31 | |||
29 | inherit autotools update-rc.d useradd systemd pkgconfig | 32 | inherit autotools update-rc.d useradd systemd pkgconfig |
30 | 33 | ||
31 | # The ac_cv_header_readline_history is to stop ntpdc depending on either | 34 | # The ac_cv_header_readline_history is to stop ntpdc depending on either |