mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 01:19:30 +00:00
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: 14477263562fe683f914ae640e0ff30a4d54977a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f8298d4014
commit
b3f59a5592
@ -19,6 +19,9 @@ SRCREV = "6a4af7786630ce48747d9687e2f18f45ea6684c4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# https://github.com/xinetd-org/xinetd/pull/10 is merged into this git tree revision
|
||||
CVE_CHECK_WHITELIST += "CVE-2013-4342"
|
||||
|
||||
inherit autotools update-rc.d systemd pkgconfig
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "xinetd.service"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user