From 3099c0947086fb3b46d5ee2a133181b5ea3d8117 Mon Sep 17 00:00:00 2001 From: Adolf Belka Date: Wed, 13 Aug 2025 18:30:15 +0200 Subject: [PATCH] zlib-ng: Update to version 2.2.5 - Update from version 2.2.4 to 2.2.5 - Update of rootfile - Changelog 2.2.5 Important fixes RiscV: chunkset_rvv: fix SIGSEGV in CHUNKCOPY #1889 MSVC: Disable optimizations for AVX512 GET_CHUNK_MAG causing inflate failure #1884 Fix building with runtime CPU detection disabled (native) #1931 Also check for ZMM support when detecting VPCLMULQDQ support #1932 Revert "Clean up insert_match() in deflate_medium" due to performance regression #1938 Buildsystem Pass POSIX_C_SOURCE for std::alligned_alloc try_compile checks #1896 X86_AVX512VNNI: check for _mm256_dpbusd_epi32 too #1944 CMake: Fix incorrect declaration of FORCE_SSE2 #1880 CMake: Fix CXXFLAGS when coverage enabled #1902 CMake: Remove late enable_language calls #1903 CMake: [FreeBSD] Define _XOPEN_SOURCE for gtest_zlib #1900 CMake: Add bindir into zlib.pc.in for compatibility with Cygwin and Msys2 #1920 Configure: riscv: add bash configure script support for riscv 1904 Tests/Benchmarks Test: Fix pointer type mismatch #1897 Test: Add large 1mb buffer test for crc32 hashing #1913 Changes to running benchmark during tests #1892 CI CI: Restore support macOS prior 10.15 #1878 CI: fixes for RISC-V #1890 CI: Preinstall packages needed for testing and benchmark #1894 CI: Remove deprecated ubuntu-20.04 image from CI #1898 CI: Replace deprecated windows-2019 with windows-2022 #1923 Misc Add .gitignore to allow run tests with zlib-ng/corpora and local dataset from working copy #1930 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- config/rootfiles/common/zlib-ng | 2 +- lfs/zlib-ng | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/zlib-ng b/config/rootfiles/common/zlib-ng index eae6e6062..a8d54caef 100644 --- a/config/rootfiles/common/zlib-ng +++ b/config/rootfiles/common/zlib-ng @@ -9,7 +9,7 @@ lib/libz.so.1.3.1.zlib-ng #usr/include/zlib_name_mangling.h #usr/lib/libz-ng.so usr/lib/libz-ng.so.2 -usr/lib/libz-ng.so.2.2.4 +usr/lib/libz-ng.so.2.2.5 #usr/lib/pkgconfig #usr/lib/pkgconfig/zlib-ng.pc #usr/lib/pkgconfig/zlib.pc diff --git a/lfs/zlib-ng b/lfs/zlib-ng index 7b1a9fbee..3ac36d4ab 100644 --- a/lfs/zlib-ng +++ b/lfs/zlib-ng @@ -24,7 +24,7 @@ include Config -VER = 2.2.4 +VER = 2.2.5 THISAPP = zlib-ng-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = eb118c4b1d6de1b6cb5e3e1fcc8cc36ccf794321fab49f6070868515b179845495bf8833222107cc874397a3c2043a39c28d0f5d5a2bd450afaba606747a07cd +$(DL_FILE)_BLAKE2 = 7d2907595b6e57f2739f4acea11cb317a35c4f63208d3f44b65cca0ea1ffbef89311bc839327e037b3aea78de1407d3ff025567f6768013277d0fd61e0a40210 install : $(TARGET) -- 2.47.3