summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-06-14 11:29:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-17 11:50:57 +0100
commitec7983a81272c3030d819e1d6a2f31d3b028ffe0 (patch)
treeb7f52c1d409cdbe91fd1576dff924e32512fc8c1
parent23a32dba40f2f176b7f84871c04a88f89093bae7 (diff)
downloadpoky-ec7983a81272c3030d819e1d6a2f31d3b028ffe0.tar.gz
zstd: upgrade 1.5.4 -> 1.5.5
(From OE-Core rev: f15239787af9f34d6e3f34fb10b5e766ae9dfc1d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/zstd/zstd_1.5.5.bb (renamed from meta/recipes-extended/zstd/zstd_1.5.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/zstd/zstd_1.5.4.bb b/meta/recipes-extended/zstd/zstd_1.5.5.bb
index c2e96225e4..487465b6c7 100644
--- a/meta/recipes-extended/zstd/zstd_1.5.4.bb
+++ b/meta/recipes-extended/zstd/zstd_1.5.5.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0822a32f7acdbe013606746641746ee8 \
12 12
13SRC_URI = "git://github.com/facebook/zstd.git;branch=release;protocol=https" 13SRC_URI = "git://github.com/facebook/zstd.git;branch=release;protocol=https"
14 14
15SRCREV = "945f27758c0fd67b636103a38dbf050266c6b90a" 15SRCREV = "63779c798237346c2b245c546c40b72a5a5913fe"
16UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 16UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
17 17
18CVE_PRODUCT = "zstandard" 18CVE_PRODUCT = "zstandard"