diff mbox series

zstd: upgrade 1.5.4 -> 1.5.5

Message ID 1681119440-25219-5-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series zstd: upgrade 1.5.4 -> 1.5.5 | expand

Commit Message

Mingyu Wang (Fujitsu) April 10, 2023, 9:37 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
fix: fix rare corruption bug affecting the high compression mode
perf: improve mid-level compression speed
lib: deprecated bufferless block-level API
cli: mmap large dictionaries to save memory
cli: improve speed of --patch-from mode
cli: improve i/o speed (+10%) when processing lots of small files
cli: zstd no longer crashes when requested to write into write-protected directory
cli: fix decompression into block device using -o, reported
build: fix zstd CLI compiled with lzma support but not zlib support
build: fix cmake does no longer require 3.18 as minimum version
build: fix MSVC+ClangCL linking issue
build: fix zstd-dll, version of zstd CLI that links to the dynamic library
build: fix MSVC warnings
doc: updated zstd specification to clarify corner cases
doc: document how to create fat binaries for macos
misc: improve seekable format ingestion speed (+100%) for very small chunk sizes
misc: tests/fullbench can benchmark multiple files

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-extended/zstd/{zstd_1.5.4.bb => zstd_1.5.5.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/zstd/{zstd_1.5.4.bb => zstd_1.5.5.bb} (96%)

Comments

Luca Ceresoli April 12, 2023, 7:35 a.m. UTC | #1
Hello,

On Mon, 10 Apr 2023 17:37:20 +0800
"wangmy" <wangmy@fujitsu.com> wrote:

> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> Changelog:
> ==========
> fix: fix rare corruption bug affecting the high compression mode
> perf: improve mid-level compression speed
> lib: deprecated bufferless block-level API
> cli: mmap large dictionaries to save memory
> cli: improve speed of --patch-from mode
> cli: improve i/o speed (+10%) when processing lots of small files
> cli: zstd no longer crashes when requested to write into write-protected directory
> cli: fix decompression into block device using -o, reported
> build: fix zstd CLI compiled with lzma support but not zlib support
> build: fix cmake does no longer require 3.18 as minimum version
> build: fix MSVC+ClangCL linking issue
> build: fix zstd-dll, version of zstd CLI that links to the dynamic library
> build: fix MSVC warnings
> doc: updated zstd specification to clarify corner cases
> doc: document how to create fat binaries for macos
> misc: improve seekable format ingestion speed (+100%) for very small chunk sizes
> misc: tests/fullbench can benchmark multiple files
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>

It appears that this patch is also causing failures in reproducible
builds:

https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/2694/steps/13/logs/stdio

Diffoscope:
http://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20230411-mdixcwb8/packages/diff-html/

reproducible build succeeded after removing this patch as well as the
squashfs-tools patch.
diff mbox series

Patch

diff --git a/meta/recipes-extended/zstd/zstd_1.5.4.bb b/meta/recipes-extended/zstd/zstd_1.5.5.bb
similarity index 96%
rename from meta/recipes-extended/zstd/zstd_1.5.4.bb
rename to 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 \
 
 SRC_URI = "git://github.com/facebook/zstd.git;branch=release;protocol=https"
 
-SRCREV = "945f27758c0fd67b636103a38dbf050266c6b90a"
+SRCREV = "63779c798237346c2b245c546c40b72a5a5913fe"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 CVE_PRODUCT = "zstandard"