Package libxml2-devel: Information

    Binary package: libxml2-devel
    Version: 2.9.14-alt1
    Architecture: armh
    Build time:  May 2, 2022, 11:12 PM in the task #299383
    Source package: libxml2
    Category: Development/C
    Report package bug
    License: MIT
    Summary: Development environment for building applications 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 libraries, include and other files
    you can use to develop applications manipulating XML files.

    Maintainer: Alexey Shabalin


    Last changed


    May 2, 2022 Alexey Shabalin 1:2.9.14-alt1
    - 2.9.14 (Fixes: CVE-2022-29824, CVE-2022-23308)
    June 15, 2021 Alexey Shabalin 1:2.9.12-alt1
    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