From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4c2DPW609nz331s for ; Wed, 13 Aug 2025 16:30:23 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4c2DPS1qYTz2yVX for ; Wed, 13 Aug 2025 16:30:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4c2DPR4v3Wz5PR; Wed, 13 Aug 2025 16:30:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1755102619; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SB2wAHGCRCZmLbRYurqBZTK3t8nuwI80hQTygCxEfso=; b=glClhjT33e+KtccZmbD/vGTsY6hmmFYVffGjtk8hSKrDX9op+rtHgp7BGHrPFoQ6i6ubHj jr+sn1zCViwzjJCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1755102619; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SB2wAHGCRCZmLbRYurqBZTK3t8nuwI80hQTygCxEfso=; b=EmMyJ9n1gTYfBNtErtWooxHRTkZcbqD4ORen2eyRdEd87UYg2c3lqT04qvbA4mcGo9rYrO hSL/MJLSMSta0Lb1g+sYdRUXDBJa15WrT0oqHpYr8tP5gkmnVccRYA+YPQUsAQDdvjNlbr x366lNCceodxezzVSA3Vy1lKeyW2HHZ3q0mn93BRWJeD607tQMAvZ8RklfC41lv7JuxmaE ySsufMUFsEBRYvZhUlJsaXLl/afkFBsE8hakbhfrncFuAXmNw0h9PzihpeFM3q9mTo2uKs +8Y0yUqrWuC8ZpUmF5g/N0B2FwaLMKkNHAgWnhIksb3b0zFMn1OdrIPznHvxjw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] zlib-ng: Update to version 2.2.5 Date: Wed, 13 Aug 2025 18:30:15 +0200 Message-ID: <20250813163015.3759664-6-adolf.belka@ipfire.org> In-Reply-To: <20250813163015.3759664-1-adolf.belka@ipfire.org> References: <20250813163015.3759664-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - 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 --- 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.50.1