]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
libxml2: Update to version 2.14.4
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 22 Jun 2025 12:28:00 +0000 (14:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Jun 2025 09:47:40 +0000 (09:47 +0000)
- Update from 2,14.3 to 2.14.4
- Update of rootfile
- Changelog
    2.14.4
     Regressions
- parser: Fix parsing of PublicIds and VersionNums
- parser: Fix custom SAX parsers without cdataBlock handler
- error: Fix initGenericErrorDefaultFunc compatibility macro again
- io: Make xmlOutputBufferCreate* not free encoder on error
- reader: Fix null deref on malloc failure
- Revert "meson: Install libxml2.py"
     Security
- tree: Fix integer overflow in xmlBuildQName
     Improvements
- parser: Use parser context as default in resource loader
- parser: Only validate EnumerationTypes when requested
- parser: Undeprecate some parser context members
     Build systems
- cmake: Avoid overlinking with non-CMake libxml2-config.cmake
- cmake: Make iconv a private dependency

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 fc7457702abe37cde888c5f21fbbe055a40147c5..009e1fb06fd34d8fcf623484013b1c751a99a94c 100644 (file)
@@ -54,7 +54,7 @@
 #usr/lib/libxml2.la
 #usr/lib/libxml2.so
 usr/lib/libxml2.so.16
-usr/lib/libxml2.so.16.0.3
+usr/lib/libxml2.so.16.0.4
 #usr/lib/pkgconfig/libxml-2.0.pc
 #usr/share/doc/libxml2
 #usr/share/doc/libxml2/xmlcatalog.html
index da43cd33d21ec2d4600f4db51d561c603f106bd5..7e3be5f8d0cde3daf2e19460c5882dd91bd1317e 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.14.3
+VER        = 2.14.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 = 25ad281925dee3aa032f9ce5c71bebfdfeb3469351eebdcede01c81978ddc411376f2a13b82d207614857b385ca7d589708c3437ad3effd5bc425d7e6b515cf2
+$(DL_FILE)_BLAKE2 = 6ee7e4f35e6f15124fe1ceb55758236229f87e05344c55e82c419f8e8dba763adbd25746c038d13189dfadc3bb023fd8891251e78e9c9046d42961829d93b885
 
 install : $(TARGET)