]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libxml2: Update to version 2.11.4
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 10 Jul 2023 09:23:52 +0000 (11:23 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Jul 2023 16:08:59 +0000 (16:08 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libxml2
lfs/libxml2

index 46def714f40cc960299afe6d3849c4875577dcdd..1e701c303f7ce9aa518261cf7bd85d34cdfee4fc 100644 (file)
@@ -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
+
index 92fe88f2aa314534fb25bac57defa4bc4d428ffd..5ca438121c0ffd6186eccf4676f9bb7c13ae0209 100644 (file)
@@ -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)