From: Chen Qi Date: Thu, 29 Jul 2021 08:25:48 +0000 (-0700) Subject: zstd: fix CVE_PRODUCT X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e158fce14fb6596344c67ead61e8326a69bfa5f8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git zstd: fix CVE_PRODUCT zstd uses 'zstandard' in NVD database. e.g. CVE-2021-24031 Signed-off-by: Chen Qi Signed-off-by: Richard Purdie (cherry picked from commit 304eb663e414171d38faeebb3c72e49e6e4e1112) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-extended/zstd/zstd_1.4.9.bb b/meta/recipes-extended/zstd/zstd_1.4.9.bb index b86fdf8b2d5..44224ec6275 100644 --- a/meta/recipes-extended/zstd/zstd_1.4.9.bb +++ b/meta/recipes-extended/zstd/zstd_1.4.9.bb @@ -16,6 +16,8 @@ SRC_URI = "git://github.com/facebook/zstd.git;branch=release \ SRCREV = "e4558ffd1dc49399faf4ee5d85abed4386b4dcf5" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" +CVE_PRODUCT = "zstandard" + S = "${WORKDIR}/git" PACKAGECONFIG ??= ""