summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2021-07-29 01:25:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:11 +0100
commit697d460090a52f066b48f49b013eba35f3fa809b (patch)
tree6c82b971233ce38b93820ca2849a62ea2d8bba25
parent47f588dc36acc88c63e606ec2ff8babcc3d6d4d0 (diff)
downloadpoky-697d460090a52f066b48f49b013eba35f3fa809b.tar.gz
zstd: fix CVE_PRODUCT
zstd uses 'zstandard' in NVD database. e.g. CVE-2021-24031 (From OE-Core rev: 304eb663e414171d38faeebb3c72e49e6e4e1112) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/zstd/zstd_1.5.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/zstd/zstd_1.5.0.bb b/meta/recipes-extended/zstd/zstd_1.5.0.bb
index 3786058731..978812fddb 100644
--- a/meta/recipes-extended/zstd/zstd_1.5.0.bb
+++ b/meta/recipes-extended/zstd/zstd_1.5.0.bb
@@ -17,6 +17,8 @@ SRC_URI = "git://github.com/facebook/zstd.git;branch=release \
17SRCREV = "a488ba114ec17ea1054b9057c26a046fc122b3b6" 17SRCREV = "a488ba114ec17ea1054b9057c26a046fc122b3b6"
18UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 18UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
19 19
20CVE_PRODUCT = "zstandard"
21
20S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
21 23
22PACKAGECONFIG ??= "" 24PACKAGECONFIG ??= ""