]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libxml2: Update to version 2.14.2
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 13 May 2025 16:03:40 +0000 (18:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 May 2025 09:29:46 +0000 (09:29 +0000)
- Update from version 2.14.0 to 2.14.2
- Update of rootfile
- Two CVE fixes in 2.14.2
- Changelog
    2.14.2
### Security
- [CVE-2025-32415] schemas: Fix heap buffer overflow in
  xmlSchemaIDCFillNodeTables
- [CVE-2025-32414] python: Read at most len/4 characters. (Maks Verver)
### Build
- error: Fix initGenericErrorDefaultFunc compatibility macro
- meson: don't link with pthreads on Windows (Benjamin Gilbert)
- cmake, meson: Align Darwin version info with Autotools
- globals: Fix --with-thread-alloc build
- meson: ensure relaxng option supports minimum option (Lovell Fuller)
    2.14.1
### Regressions
- parser: Fix XML_PARSE_NOBLANKS dropping non-whitespace text
### Build systems
- win32-legacy: Fix build (ThomasK)
- meson: Fix build from tarball
- cmake, meson: Change library filename to libxml2.so.16.0.0

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 589b5b752386b7bc7e75f643302f044e45bde1b2..a3e256c254096432ac733062093c8b5cf3e511d8 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.0
+usr/lib/libxml2.so.16.0.2
 #usr/lib/pkgconfig/libxml-2.0.pc
 #usr/share/doc/libxml2
 #usr/share/doc/libxml2/xmlcatalog.html
index c1014f56fdf9f5f6859d9b54ba9f6e3ff6fbc4be..03749d031b4d824855e51d9d74a83748f474314c 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.14.0
+VER        = 2.14.2
 
 THISAPP    = libxml2-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 4e210661b10b846cf80c2ba393209fd2bde1e7f8e4a024eff2e6a90369969e7a7696e2cb77197fe63f63fae959bcaed052d5c5107603f0c64a16d6ceeab6b43c
+$(DL_FILE)_BLAKE2 = 2331234ed60358168298d04c83162bfe7d08e6fc77091fe1ecf8384e68902ab745f039dc807d12dda3124313724806bd7fb651de975dbc60fdaf963bac043ff8
 
 install : $(TARGET)