libxml2: Update to version 2.11.4
Commit Message
- 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 <adolf.belka@ipfire.org>
---
config/rootfiles/common/libxml2 | 3 ++-
lfs/libxml2 | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
@@ -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
+
@@ -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)