- 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 <[email protected]>
---
 config/rootfiles/common/libxml2 | 2 +-
 lfs/libxml2                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/libxml2 b/config/rootfiles/common/libxml2
index fc7457702..009e1fb06 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.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
diff --git a/lfs/libxml2 b/lfs/libxml2
index da43cd33d..7e3be5f8d 100644
--- a/lfs/libxml2
+++ b/lfs/libxml2
@@ -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)
 
-- 
2.50.0


Reply via email to