]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libxml2: Update to version 2.14.3
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 17 May 2025 11:42:27 +0000 (13:42 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 May 2025 15:03:27 +0000 (15:03 +0000)
- Update from version 2.14.2 to 2.14.3
- Update of rootfile
- Changelog
    2.14.3
### Regressions
- reader: Fix reading compressed data
- parser: Make undeclared entities in XML content fatal
- save: Fix XML escape table
- save: Fix xmlSave with NULL encoding
- Revert "valid: Remove duplicate error messages when streaming"
### Bug fixes
- save: Fix serialization of attribute defaults containing &lt;
- io: Fix linkage of __xml*BufferCreateFilename functions
### Build systems
- cmake: Fix installation directories in libxml2-config.cmake
- meson: Install libxml2.py
### Improvements
- parser: Make xmlCtxtGetValidCtxt depend on VALID_ENABLED
- html: Avoid HTML_PARSE_HTML5 clashing with XML_PARSE_NOENT

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 a3e256c254096432ac733062093c8b5cf3e511d8..fc7457702abe37cde888c5f21fbbe055a40147c5 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.2
+usr/lib/libxml2.so.16.0.3
 #usr/lib/pkgconfig/libxml-2.0.pc
 #usr/share/doc/libxml2
 #usr/share/doc/libxml2/xmlcatalog.html
index 03749d031b4d824855e51d9d74a83748f474314c..da43cd33d21ec2d4600f4db51d561c603f106bd5 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.14.2
+VER        = 2.14.3
 
 THISAPP    = libxml2-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 2331234ed60358168298d04c83162bfe7d08e6fc77091fe1ecf8384e68902ab745f039dc807d12dda3124313724806bd7fb651de975dbc60fdaf963bac043ff8
+$(DL_FILE)_BLAKE2 = 25ad281925dee3aa032f9ce5c71bebfdfeb3469351eebdcede01c81978ddc411376f2a13b82d207614857b385ca7d589708c3437ad3effd5bc425d7e6b515cf2
 
 install : $(TARGET)