libxml2: Update to version 2.14.3

Message ID 20250517114227.3280312-1-adolf.belka@ipfire.org
State Staged
Commit 48adbf5d5fc1b12d95be68679e9637fa5d884c3d
Headers
Series libxml2: Update to version 2.14.3 |

Commit Message

Adolf Belka 17 May 2025, 11:42 a.m. UTC
- 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 <
		- 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>
---
 config/rootfiles/common/libxml2 | 2 +-
 lfs/libxml2                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/config/rootfiles/common/libxml2 b/config/rootfiles/common/libxml2
index a3e256c25..fc7457702 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.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
diff --git a/lfs/libxml2 b/lfs/libxml2
index 03749d031..da43cd33d 100644
--- a/lfs/libxml2
+++ b/lfs/libxml2
@@ -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)