From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5484263677070919873==" List-Id: --===============5484263677070919873== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 @@ =20 include Config =20 -VER =3D 2.11.1 +VER =3D 2.11.4 =20 THISAPP =3D libxml2-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 4ae2c8583ff2fb590b29ffc250baae8d4d3978c6cb9d1d7fadbd3d= 9aa1d38a69ed0aeb0c9036efb060f869154e6f6d6ea6464ecbb05c7e788b7d93b1c2fa932d +$(DL_FILE)_BLAKE2 =3D 5d7e6388291a8473195131f5cb22aee9a4182f28fd8eed468c449b= 762d363cfb1713a7466c1f98e96cf819ed8f78e13a6ba930c2fadd8d63869b6efe8e8be8a8 =20 install : $(TARGET) =20 --=20 2.41.0 --===============5484263677070919873==--