diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-11 13:17:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-12 23:06:05 +0100 |
commit | 4b7fae138cb03bb8b1127c9a08639bd394517232 (patch) | |
tree | 854eccad8127e68e520b9a34ec145fc902ee6b3d /meta/recipes-extended | |
parent | fd5f1656aec07e0052a905cf5ba0e5dda70fc5a7 (diff) | |
download | poky-4b7fae138cb03bb8b1127c9a08639bd394517232.tar.gz |
xinetd: Exclude CVE-2013-4342 from cve-check
We use the SUSE mirror of xinetd. The CVE fix was added to the main repo
after the latest release but is included in the version from the SUSE repo.
(From OE-Core rev: 6f587d1e1fdf8141d240160d57c9a05ff97ea510)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb index 2787b270fa..69d5b2f83b 100644 --- a/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb +++ b/meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | |||
@@ -19,6 +19,9 @@ SRCREV = "6a4af7786630ce48747d9687e2f18f45ea6684c4" | |||
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | # https://github.com/xinetd-org/xinetd/pull/10 is merged into this git tree revision | ||
23 | CVE_CHECK_WHITELIST += "CVE-2013-4342" | ||
24 | |||
22 | inherit autotools update-rc.d systemd pkgconfig | 25 | inherit autotools update-rc.d systemd pkgconfig |
23 | 26 | ||
24 | SYSTEMD_SERVICE_${PN} = "xinetd.service" | 27 | SYSTEMD_SERVICE_${PN} = "xinetd.service" |