summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-02-19 20:30:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-20 15:18:30 +0000
commit3ec15f2e5cf3f5d8d3f6c5dcb4986fd0f80da7a8 (patch)
tree7aed2b094f1134c16b99f4b436c21905cf47e45a
parentec518c9f79f1ad0e7074bec35921524b15bcc3be (diff)
downloadpoky-3ec15f2e5cf3f5d8d3f6c5dcb4986fd0f80da7a8.tar.gz
zstd: upgrade 1.5.2 -> 1.5.4
License-Update: copyright holder Facebook -> Meta (From OE-Core rev: 3c5fb3e291cbd61a76db47a93a78c0972506e574) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/zstd/zstd_1.5.4.bb (renamed from meta/recipes-extended/zstd/zstd_1.5.2.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/zstd/zstd_1.5.2.bb b/meta/recipes-extended/zstd/zstd_1.5.4.bb
index 2a638eb426..c2e96225e4 100644
--- a/meta/recipes-extended/zstd/zstd_1.5.2.bb
+++ b/meta/recipes-extended/zstd/zstd_1.5.4.bb
@@ -6,12 +6,13 @@ HOMEPAGE = "http://www.zstd.net/"
6SECTION = "console/utils" 6SECTION = "console/utils"
7 7
8LICENSE = "BSD-3-Clause & GPL-2.0-only" 8LICENSE = "BSD-3-Clause & GPL-2.0-only"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=c7f0b161edbe52f5f345a3d1311d0b32 \ 9LIC_FILES_CHKSUM = "file://LICENSE;md5=0822a32f7acdbe013606746641746ee8 \
10 file://COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0" 10 file://COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0 \
11 "
11 12
12SRC_URI = "git://github.com/facebook/zstd.git;branch=release;protocol=https" 13SRC_URI = "git://github.com/facebook/zstd.git;branch=release;protocol=https"
13 14
14SRCREV = "e47e674cd09583ff0503f0f6defd6d23d8b718d3" 15SRCREV = "945f27758c0fd67b636103a38dbf050266c6b90a"
15UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" 16UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
16 17
17CVE_PRODUCT = "zstandard" 18CVE_PRODUCT = "zstandard"