Subject: CVS commit: pkgsrc/archivers/zstd
From: Adam Ciarcinski
Date: 2025-02-20 09:10:34
Message id: 20250220081035.0318DFBE0@cvs.NetBSD.org

Log Message:
zstd: updated to 1.5.7

V1.5.7 (Feb 2025)
fix: compression bug in 32-bit mode associated with long-lasting sessions
api: new method `ZSTD_compressSequencesAndLiterals()`
api: `ZSTD_getFrameHeader()` works on skippable frames
perf: substantial compression speed improvements (up to +30%) on small data, by \ 
@TocarIP
perf: improved compression speed (~+5%) for dictionary compression at low levels
perf: much faster speed for `--patch-from` at high compression levels
perf: higher `--patch-from` compression ratios, notably at high levels
perf: better speed for binaries on Windows (@pps83) and when compiled with \ 
Visual Studio (@MessyHack)
perf: slight compression ratio improvement thanks to better block boundaries
perf: slight compression ratio improvement for `dfast`, aka levels 3 and 4
perf: runtime bmi2 detection enabled on x86 32-bit mode
cli: multi-threading as default CLI setting, by @daniellerozenblit
cli: new `--max` command
build: improve `msbuild` version autodetection, support VS2022, by @ManuelBlanc
build: fix `meson` build by @artem and @Victor-C-Zhang, and on Windows by @bgilbert
build: compatibility with Apple Framework, by @Treata11
build: improve icc/icx compatibility, by @josepho0918 and @luau-project
build: improve compatibility with Android NDK, by Adenilson Cavalcanti
portability: linux kernel branch, with improved support for Sequence producers \ 
(@embg, @gcabiddu, @cyan4973)
portability: improved qnx compatibility, suggested by @rainbowball
portability: improved install script for FreeBSD, by @sunpoet
portability: fixed test suite compatibility with gnu hurd, by @diegonc
doc: clarify specification, by @elasota
misc: improved tests/decodecorpus validation tool

Files:
RevisionActionfile
1.53modifypkgsrc/archivers/zstd/Makefile
1.38modifypkgsrc/archivers/zstd/distinfo
1.13modifypkgsrc/archivers/zstd/patches/patch-Makefile
1.16modifypkgsrc/archivers/zstd/patches/patch-lib_Makefile
1.3modifypkgsrc/archivers/zstd/patches/patch-lib_decompress_huf__decompress__amd64.S
1.2removepkgsrc/archivers/zstd/patches/patch-tests_playTests.sh