]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commit
libxml2: Update to version 2.14.0
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 31 Mar 2025 13:45:00 +0000 (15:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 31 Mar 2025 15:22:03 +0000 (15:22 +0000)
commitee5bd0ef6fc6ba437430cd0e025ce8aa4fb2591c
tree0431e32f041f4c08df8af48360613633f735db35
parente8100bfb1dc9bf8c58d2e6d770cdd60e6e0d8b9b
libxml2: Update to version 2.14.0

- Update from version 2.13.5 to 2.14.0
- Update of rootfile
- sobump so ran find-dependencies. apache2, clamav, collectd, libvirt, libxslt, nfs,
   rng-tools, rrdtool and tshark are all linked against the lib bump. So additional
   patches are in this set to bump the PAK_VER and ship the addons and to ship the
   linkied core packages. Hope it is done correctly. Let me know if not.
- 2 CVE fixes added into version 2.13.6
- Changelog
    2.14.0
      Major changes
The HTML tokenizer now conforms fully to HTML5. Several non-standard
 syntax warnings were removed. Note that HTML5 tree construction isn't
 implemented yet.
Binary compatibility is restricted to versions 2.14 or newer. On ELF
 systems, the soname was bumped from libxml2.so.2 to libxml2.so.16.
The serialization API will now take user-provided or default encodings
 into account when serializing attribute values, matching the
 serialization of text and avoiding unnecessary escaping.
The XML parser won't try to merge consecutive CDATA sections as before
 to align with web standards. Each CDATA section will create exactly one
 node or SAX callback.
Support for RELAX NG can now be disabled with a new configuration
 option independently of XML Schemas support. It is still enabled by
 default.
The "legacy" configuration option won't enable support for HTTP and
 LZMA anymore. These features will be removed in the next release.
Parts of the xmllint executable were refactored, allowing the
 combination of more options. OOM errors should be reported reliably now.
Several improvements were made to the build systems. Meson is fully
 supported now.
Parts of the buffering code were reworked and simplified.
Overflow checks before reallocations were hardenend.
Some unprefixed symbols were renamed to avoid namespace pollution.
      New features
Input callbacks can now be set on a parser context and an improved API
 to create parser input is available. The following new functions,
 taking a parser input object, were added:
- xmlCtxtParseDocument
- xmlCtxtParseContent as replacement for xmlParseBalancedChunkMemory
  and xmlParseInNodeContext
- xmlCtxtParseDtd
The xmlSave API now has additional options to replace global settings.
Parser options XML_PARSE_UNZIP, XML_PARSE_NO_SYS_CATALOG and
 XML_PARSE_CATALOG_PI were added.
An API function to install a custom character encoding converter is
 now available. This makes it possible to use ICU for encoding conversion
 even if libxml2 was compiled without ICU support, see example/icu.c.
      Deprecations
Access to many public struct members is now deprecated. Several accessor
 functions were added to use instead.
More internal functions were deprecated.
      Removals
Metadata about the HTML4 content model was removed from the htmlElemDesc
 struct and related functions were deprecated.
The FTP module and related functions were removed.
Support for the range and point extensions of the xpointer() scheme
 was removed. The rest of the XPointer implementation isn't affected.
 The xpointer() scheme now behaves like the xpath1() scheme.
Several legacy symbols and the functions in xmlunicode.h were removed.
ELF version information was removed.
The shell was moved from libxml2 to xmllint. Several related functions
 are no longer available.
The libxml.m4 file containing autoconf macros was removed.
The --with-tree configuration option was removed.
The hack to detect single-threaded programs under glibc was removed.
      Planned removals
Support for HTTP and LZMA compression is planned to be removed in the
 2.15 release.
The following features are considered for removal:
- Modules API (xmlmodule.h)
- Schematron support
- Support for zlib compressed file I/O
- Legacy Windows build system in win32
RELAX NG support is still in a bad state and a long-term removal
 candidate.
    2.13.7
      Regressions
- tree: Fix xmlTextMerge with NULL args
- io: Fix `compressed` flag for uncompressed stdin
- parser: Fix parsing of DTD content
    2.13.6
      Security
- [CVE-2025-24928] Fix stack-buffer-overflow in xmlSnprintfElements
- [CVE-2024-56171] Fix use-after-free after xmlSchemaItemListAdd
- pattern: Fix compilation of explicit child axis
      Regressions
- xmllint: Support compressed input from stdin
- uri: Fix handling of Windows drive letters
- reader: Fix return value of xmlTextReaderReadString again
- SAX2: Fix xmlSAX2ResolveEntity if systemId is NULL
      Portability
- dict: Handle ENOSYS from getentropy gracefully
- Fix compilation with uclibc (Dario Binacchi)
- python: Declare init func with PyMODINIT_FUNC
- tests: Fix sanitizer version check on old Apple clang
- cmake: Work around broken sys/random.h in old macOS SDKs
      Build
- autotools: Set AC_CONFIG_AUX_DIR
- cmake: Always build Python module as shared library
- cmake: add missing `Bcrypt` link on Windows (Saleem Abdulrasool)
- cmake: Fix compatibility in package version file

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libxml2
lfs/libxml2