Package libxml2: Information

    Source package: libxml2
    Version: 2.9.10-alt6.p9.1
    Build time:  Feb 21, 2023, 12:08 PM
    Category: System/Libraries
    Report package bug
    License: MIT
    Summary: The library for manipulating XML files
    Description: 
    This library allows to manipulate XML files.  It includes support
    to read, modify and write XML and HTML files.  There is DTDs support
    this includes parsing and validation even with complex DtDs, either
    at parse time or later once the document has been modified.  The output
    can be a simple SAX stream or and in-memory DOM like representations.
    In this case one can use the built-in XPath and XPointer implementation
    to select subnodes or ranges.  A flexible Input/Output mechanism is
    available, with existing HTTP and FTP modules and combined to an
    URI library.
    
    This package contains the shared library required to run
    applications manipulating XML files.

    List of rpms provided by this srpm:
    libxml2 (e2kv5, e2kv4, e2k)
    libxml2-debuginfo (e2kv5, e2kv4, e2k)
    libxml2-devel (e2kv5, e2kv4, e2k)
    libxml2-doc (noarch)
    python-module-libxml2 (e2kv5, e2kv4, e2k)
    python-module-libxml2-debuginfo (e2kv5, e2kv4, e2k)
    python3-module-libxml2 (e2kv5, e2kv4, e2k)
    python3-module-libxml2-debuginfo (e2kv5, e2kv4, e2k)
    xml-utils (e2kv5, e2kv4, e2k)
    xml-utils-debuginfo (e2kv5, e2kv4, e2k)

    Maintainer: Andrey Cherepanov


      1. python3-devel
      2. rpm-build-python3
      3. zlib-devel
      4. liblzma-devel
      5. python-devel
      6. python-modules-compiler
      7. python-modules-xml

    Last changed


    Feb. 1, 2023 Andrey Cherepanov 1:2.9.10-alt6.p9.1
    - Applied security fixes from upstream (Fixes: CVE-2022-40303, CVE-2022-40304).
    Feb. 14, 2021 Ivan A. Melnikov 1:2.9.10-alt6
    - Address upstream #132 by cherry-picking the fix from master; see:
      + https://gitlab.gnome.org/GNOME/libxml2/-/issues/132
      + https://github.com/shlomif/perl-XML-LibXSLT/issues/2
    Jan. 27, 2021 Grigory Ustinov 1:2.9.10-alt5
    - Add patch for python3.9 support.