From: Adrian Bunk Date: Mon, 4 Nov 2019 20:55:03 +0000 (+0200) Subject: iputils: Whitelist CVE-2000-1213 CVE-2000-1214 X-Git-Tag: uninative-2.8~1133 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9fea7c3fae30bb1eecb31ec3bf777db981dc1eed;p=openembedded-core.git iputils: Whitelist CVE-2000-1213 CVE-2000-1214 Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/iputils/iputils_s20190709.bb b/meta/recipes-extended/iputils/iputils_s20190709.bb index d8f2470d0c..3f9e9917f0 100644 --- a/meta/recipes-extended/iputils/iputils_s20190709.bb +++ b/meta/recipes-extended/iputils/iputils_s20190709.bb @@ -17,6 +17,10 @@ S = "${WORKDIR}/git" UPSTREAM_CHECK_GITTAGREGEX = "(?Ps\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"