From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Zxh9V406Vz34H1 for ; Tue, 13 May 2025 16:03:58 +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 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 4Zxh9N3gnCz3485 for ; Tue, 13 May 2025 16:03:52 +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 4Zxh9M07L7z6VR; Tue, 13 May 2025 16:03:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747152231; 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=O8wCN2tv/4T2KNn8ruwTc/QgK1GV+hR7SEdNZfmFw5A=; b=t+1BK+TtcEX3TOiE67SOiJZDhpcXajiwK76vYdY0aQsUGVI5uiRNEfV6kUf3v4EHazzYMy 3gtUlPNrkxIA4wAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747152231; 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=O8wCN2tv/4T2KNn8ruwTc/QgK1GV+hR7SEdNZfmFw5A=; b=ooHXaheOBBlBYZPW7KqR8HKxHxEL8mpZbdTkpBfrleFipIidi6H+kUbVe+H+RdI+kx7gCy +sG4a7QlQv8nFZITXkBlahUIoHPjlpMcnwXA5jWyzoP7ZXQ56/MhQpwEywEDpG///Xufap kMAswl8Icc3ohBTOUJowk55hAB8DejGTY4Z76qgmRDdCqUJal4CmzDk2AZ1pxkpU0i3UQ3 64o1qwT0//luE4wtlDzagt+mN2bpK3myC1EZNaGcrhbmmeQOsDShFoNgKduHd0m5jBq6R0 1JoffMMuhXUQKeB8OgkDU3JmyFkU8A69TUrbzpJlcKtmwV+zRI2IztZxvrHIeA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libxml2: Update to version 2.14.2 Date: Tue, 13 May 2025 18:03:40 +0200 Message-ID: <20250513160343.2096670-8-adolf.belka@ipfire.org> In-Reply-To: <20250513160343.2096670-1-adolf.belka@ipfire.org> References: <20250513160343.2096670-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.14.0 to 2.14.2 - Update of rootfile - Two CVE fixes in 2.14.2 - Changelog 2.14.2 ### Security - [CVE-2025-32415] schemas: Fix heap buffer overflow in xmlSchemaIDCFillNodeTables - [CVE-2025-32414] python: Read at most len/4 characters. (Maks Verver) ### Build - error: Fix initGenericErrorDefaultFunc compatibility macro - meson: don't link with pthreads on Windows (Benjamin Gilbert) - cmake, meson: Align Darwin version info with Autotools - globals: Fix --with-thread-alloc build - meson: ensure relaxng option supports minimum option (Lovell Fuller) 2.14.1 ### Regressions - parser: Fix XML_PARSE_NOBLANKS dropping non-whitespace text ### Build systems - win32-legacy: Fix build (ThomasK) - meson: Fix build from tarball - cmake, meson: Change library filename to libxml2.so.16.0.0 Signed-off-by: Adolf Belka --- config/rootfiles/common/libxml2 | 2 +- lfs/libxml2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libxml2 b/config/rootfiles/common/libxml2 index 589b5b752..a3e256c25 100644 --- a/config/rootfiles/common/libxml2 +++ b/config/rootfiles/common/libxml2 @@ -54,7 +54,7 @@ #usr/lib/libxml2.la #usr/lib/libxml2.so usr/lib/libxml2.so.16 -usr/lib/libxml2.so.16.0.0 +usr/lib/libxml2.so.16.0.2 #usr/lib/pkgconfig/libxml-2.0.pc #usr/share/doc/libxml2 #usr/share/doc/libxml2/xmlcatalog.html diff --git a/lfs/libxml2 b/lfs/libxml2 index c1014f56f..03749d031 100644 --- a/lfs/libxml2 +++ b/lfs/libxml2 @@ -24,7 +24,7 @@ include Config -VER = 2.14.0 +VER = 2.14.2 THISAPP = libxml2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4e210661b10b846cf80c2ba393209fd2bde1e7f8e4a024eff2e6a90369969e7a7696e2cb77197fe63f63fae959bcaed052d5c5107603f0c64a16d6ceeab6b43c +$(DL_FILE)_BLAKE2 = 2331234ed60358168298d04c83162bfe7d08e6fc77091fe1ecf8384e68902ab745f039dc807d12dda3124313724806bd7fb651de975dbc60fdaf963bac043ff8 install : $(TARGET) -- 2.49.0