mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
iputils: Whitelist CVE-2000-1213 CVE-2000-1214
(From OE-Core rev: 9fea7c3fae30bb1eecb31ec3bf777db981dc1eed) (From OE-Core rev: 6431e869998baa1ddfe04d2d1fb7a81f60725ed2) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b990f0c7dc
commit
0275e68b05
@@ -17,6 +17,10 @@ S = "${WORKDIR}/git"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>s\d+)"
|
||||
|
||||
# Fixed in 2000-10-10, but the versioning of iputils
|
||||
# breaks the version order.
|
||||
CVE_CHECK_WHITELIST += "CVE-2000-1213 CVE-2000-1214"
|
||||
|
||||
PACKAGECONFIG ??= "libcap libgcrypt rarpd traceroute6"
|
||||
PACKAGECONFIG[libcap] = "-DUSE_CAP=true, -DUSE_CAP=false, libcap"
|
||||
PACKAGECONFIG[libgcrypt] = "-DUSE_CRYPTO=gcrypt, -DUSE_CRYPTO=none, libgcrypt"
|
||||
|
||||
Reference in New Issue
Block a user