summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb2
1 files changed, 2 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 a30f720bb5..91e4945a17 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
@@ -29,6 +29,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
29SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19" 29SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19"
30 30
31# CVE-2016-9312 is only for windows. 31# CVE-2016-9312 is only for windows.
32# CVE-2019-11331 is inherent to RFC 5905 and cannot be fixed without breaking compatibility
32# The other CVEs are not correctly identified because cve-check 33# The other CVEs are not correctly identified because cve-check
33# is not able to check the version correctly (it only checks for 4.2.8 omitting p15 that makes the difference) 34# is not able to check the version correctly (it only checks for 4.2.8 omitting p15 that makes the difference)
34CVE_CHECK_IGNORE += "\ 35CVE_CHECK_IGNORE += "\
@@ -52,6 +53,7 @@ CVE_CHECK_IGNORE += "\
52 CVE-2016-7433 \ 53 CVE-2016-7433 \
53 CVE-2016-9310 \ 54 CVE-2016-9310 \
54 CVE-2016-9311 \ 55 CVE-2016-9311 \
56 CVE-2019-11331 \
55" 57"
56 58
57 59