From patchwork Mon Jul 10 09:23:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6981 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Qzz8q2nrsz3wyS for ; Mon, 10 Jul 2023 09:24:11 +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 ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Qzz8h5bzYz1wl; Mon, 10 Jul 2023 09:24:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Qzz8g5sp6z304Y; Mon, 10 Jul 2023 09:24:03 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Qzz8d01vGz2yWM for ; Mon, 10 Jul 2023 09:24:01 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Qzz8c4gFDz1pt; Mon, 10 Jul 2023 09:24:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1688981040; 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=9NLiKkxLVPBED/emfevY74zZMZMjpXaIuUyQ+QMNAo0=; b=2Zp1iXYZpT0Ih1la7yIfLltn8OKf5pdCORd2PmlHgIpW1ys6cA5bOYA1zKpYOs3PrCjswO c0AaiY1s1nWeLWAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1688981040; 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=9NLiKkxLVPBED/emfevY74zZMZMjpXaIuUyQ+QMNAo0=; b=myRyDJ42179LOljQdydVx5LT6g7Ojbq95L+PPnr694XtNQMtCbJxzdHFyzTPn5vxxO4YwQ GwOySRiZkf0jtLjqYDOUA1tHCIX3wawDXU7lWuAeVHexGWxW5f58Q+E9HnVfnHI1HsnLnr 0dh5WiPqaSD0Cm06BTNpVgWhJWpCrVyVVNzuwhIkoqr/rlXMRqv5lXmyGTDOV3dT6/sdXq k+CvW+Bi1QIO2IVz/qXjhlHCPlnzHGga5aFEwbEbPthZ3/bqBs+Tgv1Ugd3vHO42nyRuj0 uQIB8Cc2IcbGH24pDab0BL0LSmMoSeRwU+apKqxrZPjsn5IfZr/jrZjR9KdOOQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libxml2: Update to version 2.11.4 Date: Mon, 10 Jul 2023 11:23:52 +0200 Message-ID: <20230710092352.6011-4-adolf.belka@ipfire.org> In-Reply-To: <20230710092352.6011-1-adolf.belka@ipfire.org> References: <20230710092352.6011-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 2.11.1 to 2.11.4 - Update of rootfile - Changelog v2.11.4: May 18 2023 Fixes a serious regression. - parser: Fix regression when push parsing UTF-8 sequences v2.11.3: May 11 2023 Fixes more regressions. - xinclude: Fix false positives in inclusion loop detection - autotools: Fix ICU detection - parser: Fix "huge input lookup" error with push parser - xpath: Fix build without LIBXML_XPATH_ENABLED - hash: Fix possible startup crash with old libxslt versions - autoconf: fix iconv library paths (Mike Dalessio) v2.11.2: May 5 2023 Fix regressions. - threads: Fix startup crash with weak symbol hack - win32: Don't depend on removed .def file - schemas: Fix memory leak in xmlSchemaValidateStream Signed-off-by: Adolf Belka --- config/rootfiles/common/libxml2 | 3 ++- lfs/libxml2 | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libxml2 b/config/rootfiles/common/libxml2 index 46def714f..1e701c303 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.2 -usr/lib/libxml2.so.2.11.1 +usr/lib/libxml2.so.2.11.4 #usr/lib/pkgconfig/libxml-2.0.pc #usr/share/aclocal/libxml.m4 #usr/share/doc/libxml2 @@ -188,3 +188,4 @@ usr/lib/libxml2.so.2.11.1 #usr/share/man/man1/xml2-config.1 #usr/share/man/man1/xmlcatalog.1 #usr/share/man/man1/xmllint.1 + diff --git a/lfs/libxml2 b/lfs/libxml2 index 92fe88f2a..5ca438121 100644 --- a/lfs/libxml2 +++ b/lfs/libxml2 @@ -24,7 +24,7 @@ include Config -VER = 2.11.1 +VER = 2.11.4 THISAPP = libxml2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4ae2c8583ff2fb590b29ffc250baae8d4d3978c6cb9d1d7fadbd3d9aa1d38a69ed0aeb0c9036efb060f869154e6f6d6ea6464ecbb05c7e788b7d93b1c2fa932d +$(DL_FILE)_BLAKE2 = 5d7e6388291a8473195131f5cb22aee9a4182f28fd8eed468c449b762d363cfb1713a7466c1f98e96cf819ed8f78e13a6ba930c2fadd8d63869b6efe8e8be8a8 install : $(TARGET)