From patchwork Sat May 17 11:43:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8767 Return-Path: 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4b02Bt45kLz3wty for ; Sat, 17 May 2025 11:43:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4b02Bt3MSkz6Vx for ; Sat, 17 May 2025 11:43:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b02Bt1qsfz33LG for ; Sat, 17 May 2025 11:43:18 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b02Bq2tC0z2xWD for ; Sat, 17 May 2025 11:43:15 +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 4b02Bp4mQbzCx; Sat, 17 May 2025 11:43:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747482194; 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; bh=xpSSbNAVqLwxrz7DT2mO4fefnwdqvqae0RkOksgwAbk=; b=C0h6ALzAuYAMJc99JJfkhM/abbeH6+V6LZeDoTrxYaZEx1xD+ZbJH9yvhvOL83iNtwrh/u FFfC11uvxCH380Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747482194; 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; bh=xpSSbNAVqLwxrz7DT2mO4fefnwdqvqae0RkOksgwAbk=; b=NUE//pGVTAhK8QVFG8xv+X2qf1yMM8y3lHrrErU2oI/2+pdIkxVETc4RgajSBufTovD5vS 0ozdXgtIS5skoWHGjP+HDO5B8RxSq8GWZ6V8mLh8hApRYvfWeVZnU3tII7XcC3xhN3CtH1 49Yvswb5TQgMcNA/S2PGHOXIZzy2Spzvf12Q8lkFx56EKLwo7wtjBG1CbH7ijxjpZZRHP7 0IX/n/wTub1XjsXK+/Ff5vzE6YFNHtNMJ12oKOEAfHdzzYLM60lUEGteJbJl3e72Rg3fxe VaFMYOdilo3wMItPLQYmTQphm2WqWjFdl6eyNbUQHUvnoRZlwpYxlgfIyV6Kow== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 1/2] zlib-ng: Update to version 2.2.4 Date: Sat, 17 May 2025 13:43:10 +0200 Message-ID: <20250517114311.3280370-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 - Update from version 2.2.3 to 2.2.4 - Update of rootfile - Changelog 2.2.4 Important fixes Fix potential shift overflow problems reported by static checkers #1859 VS2015: Fix an unfortunate bug #1862 RVV: Workaround error G6E97C40B #1853 s390x: Disable CRC32-VX Extensions for some broken Clang versions #1852 Buildsystem Improve include directory usage #1855 CMake: disable LTO for some configure checks #1850 Tests/Benchmarks Add uncompress benchmark #1860 CI Fix automatic Windows 32-bit ARM release builds #1839 CI changes for Ubuntu 24 #1843 #1857 Increase CMake workflow timeout #1854 s390x: Update CI clang version #1858 s390x docker rebuild script improvements #1846 Signed-off-by: Adolf Belka --- config/rootfiles/common/zlib-ng | 2 +- lfs/zlib-ng | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/common/zlib-ng b/config/rootfiles/common/zlib-ng index 4f5e65293..eae6e6062 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.3 +usr/lib/libz-ng.so.2.2.4 #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 5c2c5a30e..7b1a9fbee 100644 --- a/lfs/zlib-ng +++ b/lfs/zlib-ng @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.2.3 +VER = 2.2.4 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 = 65cd976d559dcc31f34861a01b2eb0ce0439dd6412553a5a9842d2d937d4a0d1194aec98f478f5def4a0401e65a7c97b6843122bae49a35f96c7e2c59e79cc64 +$(DL_FILE)_BLAKE2 = eb118c4b1d6de1b6cb5e3e1fcc8cc36ccf794321fab49f6070868515b179845495bf8833222107cc874397a3c2043a39c28d0f5d5a2bd450afaba606747a07cd install : $(TARGET) @@ -79,15 +79,15 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Build the regular version cd $(DIR_APP) && mkdir -pv build cd $(DIR_APP)/build && ../configure \ - --prefix=$(PREFIX) + --prefix=$(PREFIX) cd $(DIR_APP)/build && make $(MAKETUNING) VERBOSE=1 # Build the compat version cd $(DIR_APP) && mkdir -pv compat cd $(DIR_APP)/compat && ../configure \ - --prefix=$(PREFIX) \ - --zlib-compat \ - --without-new-strategies + --prefix=$(PREFIX) \ + --zlib-compat \ + --without-new-strategies cd $(DIR_APP)/compat && make $(MAKETUNING) VERBOSE=1 # Install both versions From patchwork Sat May 17 11:43:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8768 Return-Path: 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4b02Bt5LXtz3xDv for ; Sat, 17 May 2025 11:43:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4b02Bt4ZPXz6V3 for ; Sat, 17 May 2025 11:43:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b02Bt3bh3z33g5 for ; Sat, 17 May 2025 11:43:18 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b02Bq4cQBz33d6 for ; Sat, 17 May 2025 11:43:15 +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 4b02Bq2t3nzwN; Sat, 17 May 2025 11:43:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747482195; 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=K2Q2qTIbqqCsfk2xIz0NY0ZKyg/0ipXZf3AEn97gl5Q=; b=9U76OjWcLjVviXdavjT+EWc50+1JYVmpm2JrdlunuVpwZ+BSVsZLAG8rmerUoLK9qEIaFB mYbBYzCd/6woFUBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747482195; 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=K2Q2qTIbqqCsfk2xIz0NY0ZKyg/0ipXZf3AEn97gl5Q=; b=bd0oDdwC2WWlkQwU6XKJvSjBfaBDZ1U4l53b42U9tvQpCu30oC6+W4oi/Yyol/7WOCqKaK uChI9uD5bF+nwUcFpXy/QlfHEoHeC4YsHT80scd6dqJ0aZtYPkcXl4OdyKEwVzCGt4falQ 7Xd7RPr4BoJ2qkUYkYeGGp9phn5ZLbuJUkpbmoPDcbdvVwENtZSmWZaTreiI56FAc14QBM aulBbxAMc7kEhT2hslYT1Y7JEKDJBbC8EZ4uITPz6KcsnbCJXSLQJAWmTUAOXikd65oQrw 5Fetzcceygf4sQ0XBEeDkEU25nogF8aMMbWt6Iacyk5t11KEHke27uQcf/oyrA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] core196: Ship zlib-ng Date: Sat, 17 May 2025 13:43:11 +0200 Message-ID: <20250517114311.3280370-2-adolf.belka@ipfire.org> In-Reply-To: <20250517114311.3280370-1-adolf.belka@ipfire.org> References: <20250517114311.3280370-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/196/filelists/zlib-ng | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/196/filelists/zlib-ng diff --git a/config/rootfiles/core/196/filelists/zlib-ng b/config/rootfiles/core/196/filelists/zlib-ng new file mode 120000 index 000000000..4749160f1 --- /dev/null +++ b/config/rootfiles/core/196/filelists/zlib-ng @@ -0,0 +1 @@ +../../../common/zlib-ng \ No newline at end of file