Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libxml2-2-2.9.12-150400.3.4 RPM for aarch64

From OpenSuSE Leap 15.4 for aarch64

Name: libxml2-2 Distribution: SUSE Linux Enterprise 15
Version: 2.9.12 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.3.4 Build date: Sun May 8 00:08:48 2022
Group: Unspecified Build host: ibs-arm-2
Size: 1685641 Source RPM: libxml2-2.9.12-150400.3.4.src.rpm
Packager: https://www.suse.com/
Url: http://xmlsoft.org
Summary: A Library to Manipulate XML Files
The XML C library was initially developed for the GNOME project. It is
now used by many programs to load and save extensible data structures
or manipulate any kind of XML files.

This library implements a number of existing standards related to
markup languages, including the XML standard, name spaces in XML, XML
Base, RFC 2396, XPath, XPointer, HTML4, XInclude, SGML catalogs, and
XML catalogs. In most cases, libxml tries to implement the
specification in a rather strict way. To some extent, it provides
support for the following specifications, but does not claim to
implement them: DOM, FTP client, HTTP client, and SAX.

The library also supports RelaxNG. Support for W3C XML Schemas is in
progress.

Provides

Requires

License

MIT

Changelog

* Tue Mar 01 2022 david.anes@suse.com
  - Security fix: [bsc#1196490, CVE-2022-23308]
    * Use-after-free of ID and IDREF attributes.
  - Add libxml2-CVE-2022-23308.patch
* Thu Nov 11 2021 mcepl@suse.com
  - Limit BuildRequires of python-rpm-macros to 20211022 (to have working
    multi-version macros).
* Wed Oct 20 2021 mcepl@suse.com
  - Rewrite package to the single-spec %python_subpackage_only style and
    eliminate unnecessary multibuild.
* Tue Jun 01 2021 pmonreal@suse.com
  - Fix python-lxml regression with libxml2 2.9.12:
    * Work around lxml API abuse:
      gitlab.gnome.org/GNOME/libxml2/issues/255
  - Add upstream patches:
    * libxml2-fix-lxml-corrupted-subtree-structures.patch
    * libxml2-fix-regression-in-xmlNodeDumpOutputInternal.patch
* Tue Jun 01 2021 rpm@fthiessen.de
  - Update to version 2.9.12
    * Fix CVE-2021-3541, CVE-2021-3537, CVE-2021-3518, CVE-2021-3517,
      CVE-2021-3516, CVE-2020-7595, CVE-2019-20388, CVE-2020-24977,
      and CVE-2019-19956
    * Fix null deref in legacy SAX1 parser
    * Fix handling of unexpected EOF in xmlParseContent
    * Fix user-after-free
    * Validate UTF8 in xmlEncodeEntities
    * Fix memory leak in xmlParseElementMixedContentDecl
    * Fix integer overflow in xmlSchemaGetParticleTotalRangeMin
    * Fix SEGV in xmlSAXParseFileWithData
    * Don't process siblings of root in xmlXIncludeProcess
    * Full changes: http://xmlsoft.org/news.html
  - Drop upstream fixed
    * libxml2-CVE-2021-3541.patch
    * libxml2-CVE-2021-3537.patch
    * libxml2-CVE-2021-3518.patch
    * libxml2-CVE-2021-3517.patch
    * libxml2-CVE-2021-3516.patch
    * libxml2-CVE-2020-7595.patch
    * libxml2-CVE-2019-20388.patch
    * libxml2-CVE-2020-24977.patch
    * libxml2-CVE-2019-19956.patch
    * libxml2-python39.patch
    * libxml2-Avoid-quadratic-checking-of-identity-constraints.patch
  - Drop since 2.9.10 merged libxml2-xmlFreeNodeList-recursive.patch
  - Drop since 2.8.0 merged fix-perl.diff
  - Refresh libxml2-make-XPATH_MAX_NODESET_LENGTH-configurable.patch
* Wed May 19 2021 pmonreal@suse.com
  - Security fix: [bsc#1186015, CVE-2021-3541]
    * Exponential entity expansion attack bypasses all existing
      protection mechanisms.
  - Add libxml2-CVE-2021-3541.patch
* Mon May 10 2021 pmonreal@suse.com
  - Security fix: [bsc#1185698, bsc#1185879, CVE-2021-3537]
    * NULL pointer dereference in valid.c:xmlValidBuildAContentModel
    * Add libxml2-CVE-2021-3537.patch
* Wed Apr 28 2021 pmonreal@suse.com
  - Security fix: [bsc#1185408, CVE-2021-3518]
    * Fix use-after-free in xinclude.c:xmlXIncludeDoProcess()
    * Add libxml2-CVE-2021-3518.patch
* Wed Apr 28 2021 pmonreal@suse.com
  - Security fix: [bsc#1185410, CVE-2021-3517]
    * Fix heap-based buffer overflow in entities.c:xmlEncodeEntitiesInternal()
    * Add libxml2-CVE-2021-3517.patch
* Wed Apr 28 2021 pmonreal@suse.com
  - Security fix: [bsc#1185409, CVE-2021-3516]
    * Fix use-after-free in entities.c:xmlEncodeEntitiesInternal()
    * Add libxml2-CVE-2021-3516.patch
* Tue Feb 23 2021 wicked@iki.fi
  - Fails to build against Python 3.9:
    * Add upstream commit that fixes the issue
      https://github.com/GNOME/libxml2/commit/e4fb36841800038c289997432ca547c9bfef9db1
  - Add patch libxml2-python39.patch
* Thu Dec 17 2020 pmonreal@suse.com
  - Security fix: [bsc#1161521, CVE-2019-20388]
    * Memory leak in xmlSchemaPreRun in xmlschemas.c
  - Add libxml2-CVE-2019-20388.patch
* Wed Nov 25 2020 pmonreal@suse.com
  - Avoid quadratic checking of identity-constraints: [bsc#1178823]
    * key/unique/keyref schema attributes currently use qudratic loops
      to check their various constraints (that keys are unique and that
      keyrefs refer to existing keys).
    * This fix uses a hash table to avoid the quadratic behaviour.
  - Add libxml2-Avoid-quadratic-checking-of-identity-constraints.patch
* Fri Oct 23 2020 code@bnavigator.de
  - Make python subpackage ready for multiple python3 flavors
    gh#openSUSE/python-rpm-macros#66
* Mon Sep 07 2020 pmonreal@suse.com
  - Security fix: [bsc#1176179, CVE-2020-24977]
    * xmllint: global-buffer-overflow in xmlEncodeEntitiesInternal
  - Add patch libxml2-CVE-2020-24977.patch
* Wed May 27 2020 pmonrealgonzalez@suse.com
  - Fix invalid xmlns references since the fix for CVE-2019-19956 [bsc#1172021]
  - Revert upstream commit 5a02583c7e683896d84878bd90641d8d9b0d0549
    * Add patch libxml2-CVE-2019-19956.patch
* Mon Mar 16 2020 pmonrealgonzalez@suse.com
  - Security fix: [bsc#1161517, CVE-2020-7595]
    * xmlStringLenDecodeEntities in parser.c has an infinite loop in
      a certain end-of-file situation
  - Add libxml2-CVE-2020-7595.patch
* Mon Mar 16 2020 tchvatal@suse.com
  - Do not pull in the non-python deps on the python build
* Sat Mar 14 2020 tchvatal@suse.com
  - Revert the previous change and use multibuild to determine
    supported flavors.
    We need to be able to enable/disable pythons in prjconf and
    multibuild directly clashes with that.
* Sun Dec 15 2019 stefan.bruens@rwth-aachen.de
  - Build python2 and python3 bindings in separate flavors. As
    python3-libxml2 is a dependency of e.g. itstools and thus many
    other packages these packages no longer have a build dependency
    on python2. Breaks a build loop for python2.
* Thu Nov 28 2019 pmonrealgonzalez@suse.com
  - Since libxml2-2.9.10 perl-XML-LibXSLT fails to build: [bsc#1157450]
    * Revert upstream commit to make xmlFreeNodeList non-recursive
      https://github.com/GNOME/libxml2/commit/0762c9b69ba01628f72eada1c64ff3d361fb5716
  - Add patch libxml2-xmlFreeNodeList-recursive.patch
* Fri Nov 15 2019 pmonrealgonzalez@suse.com
  - Security fix: [bsc#1159928, CVE-2019-19956]
    * Memory leak related to newDoc->oldNs in
      xmlParseBalancedChunkMemoryRecover:parser.c
      Fix byl later reverted, so it is not present in the upstream
      tree anymore.
  - Version update to 2.9.10:
    * Portability:
      + Fix exponent digits when running tests under old MSVC
      + Work around buggy ceil() function on AIX
      + Don't call printf with NULL string in runtest.c
      + Switched from unsigned long to ptrdiff_t in parser.c
      + timsort.h: support older GCCs
      + Make configure.ac work with older pkg-config
    * Bug Fixes:
      + Fix for conditional sections at end of document
      + Make sure that Python tests exit with error code
      + Audit memory error handling in xpath.c
      + Fix error code in xmlTextWriterStartDocument
      + Fix integer overflow when counting written bytes
      + Fix uninitialized memory access in HTML parser
      + Fix memory leak in xmlSchemaValAtomicType
      + Disallow conditional sections in internal subset
      + Fix use-after-free in xmlTextReaderFreeNodeList
      + Fix Regextests
      + Fix empty branch in regex
      + Fix integer overflow in entity recursion check
      + Don't read external entities or XIncludes from stdin
      + Fix Schema determinism check of ##other namespaces
      + Fix potential null deref in xmlSchemaIDCFillNodeTables
      + Fix potential memory leak in xmlBufBackToBuffer
      + Fix error message when processing XIncludes with fallbacks
      + Fix memory leak in xmlRegEpxFromParse
      + 14:00 is a valid timezone for xs:dateTime
      + Fix memory leak in xmlParseBalancedChunkMemoryRecover
      + Fix potential null deref in xmlRelaxNGParsePatterns
      + Misleading error message with xs:{min|max}Inclusive
      + Fix memory leak in xmlXIncludeLoadTxt
      + Partial fix for comparison of xs:durations
      + Fix null deref in xmlreader buffer
      + Fix unability to RelaxNG-validate grammar with choice-based name class
      + Fix unability to validate ambiguously constructed interleave for RelaxNG
      + Fix possible null dereference in xmlXPathIdFunction
      + fix memory leak in xmlAllocOutputBuffer
      + Fix unsigned int overflow
      + dict.h: gcc 2.95 doesn't allow multiple storage classes
      + Fix another code path in xmlParseQName
      + Make sure that xmlParseQName returns NULL in error case
      + Fix build without reader but with pattern
      + Fix memory leak in xmlAllocOutputBufferInternal error path
      + Fix unsigned integer overflow
      + Fix return value of xmlOutputBufferWrite
      + Fix parser termination from "Double hyphen within comment" error
      + Fix call stack overflow in xmlFreePattern
      + Fix null deref in previous commit
      + Fix memory leaks in xmlXPathParseNameComplex error paths
      + Check for integer overflow in xmlXPtrEvalChildSeq
      + Fix xmllint dump of XPath namespace nodes
      + Fix float casts in xmlXPathSubstringFunction
      + Fix null deref in xmlregexp error path
      + Fix null pointer dereference in xmlTextReaderReadOuterXml
      + Fix memory leaks in xmlParseStartTag2 error paths
      + Fix memory leak in xmlSAX2StartElement
      + Fix commit "Memory leak in xmlFreeID (xmlreader.c)"
      + Fix NULL pointer deref in xmlTextReaderValidateEntity
      + Memory leak in xmlFreeTextReader
      + Memory leak in xmlFreeID (xmlreader.c)
    * Improvements:
      + Propagate memory errors in valuePush
      + Propagate memory errors in xmlXPathCompExprAdd
      + Make xmlFreeDocElementContent non-recursive
      + Avoid ignored attribute warnings under GCC
      + Make xmlDumpElementContent non-recursive
      + Make apibuild.py ignore ATTRIBUTE_NO_SANITIZE
      + Mark xmlExp* symbols as removed
      + Make xmlParseConditionalSections non-recursive
      + Adjust expected error in Python tests
      + Make xmlTextReaderFreeNodeList non-recursive
      + Make xmlFreeNodeList non-recursive
      + Make xmlParseContent and xmlParseElement non-recursive
      + Remove executable bit from non-executable files
      + Fix expected output of test/schemas/any4
      + Optimize build instructions in README
      + xml2-config.in: Output CFLAGS and LIBS on the same line
      + xml2-config: Add a --dynamic switch to print only shared libraries
      + Annotate functions with __attribute__((no_sanitize))
      + Fix warnings when compiling without reader or push parser
      + Remove unused member `doc` in xmlSaveCtxt
      + Limit recursion depth in xmlXPathCompOpEvalPredicate
      + Remove -Wno-array-bounds
      + Remove unreachable code in xmlXPathCountFunction
      + Improve XPath predicate and filter evaluation
      + Limit recursion depth in xmlXPathOptimizeExpression
      + Disable hash randomization when fuzzing
      + Optional recursion limit when parsing XPath expressions
      + Optional recursion limit when evaluating XPath expressions
      + Use break statements in xmlXPathCompOpEval
      + Optional XPath operation limit
      + Fix compilation with --with-minimum
      + Check XPath stack after calling functions
      + Remove debug printf in xmlreader.c
      + Always define LIBXML_THREAD_ENABLED when enabled
      + Fix unused function warning in testapi.c
      + Remove unneeded function pointer casts
      + Fix -Wcast-function-type warnings (GCC 8)
      + Fix -Wformat-truncation warnings (GCC 8)
    * Cleanups:
      + Rebuild docs
      + Disable xmlExp regex code
      + Remove redundant code in xmlRelaxNGValidateState
      + Remove redundant code in xmlXPathCompRelationalExpr
  - Rebase patch fix-perl.diff
* Mon Sep 09 2019 tchvatal@suse.com
  - Do not depend on setuptools to keep the depgraph small and
    avoid build cycles
* Fri Aug 02 2019 tchvatal@suse.com
  - Use python[23]-libmxl2 as python names not python-libxml2-python
    which is kinda confusing
* Thu Aug 01 2019 tchvatal@suse.com
  - Do not ship libtool archive anymore
* Wed Jul 31 2019 pmonrealgonzalez@suse.com
  - Enable tests also in the python subpackages
* Thu Jul 04 2019 pmonrealgonzalez@suse.com
  - Added a new configurable variable XPATH_DEFAULT_MAX_NODESET_LENGTH
    to avoid nodeset limit when processing large XML files [bsc#1135123]
    * Added libxml2-make-XPATH_MAX_NODESET_LENGTH-configurable.patch
* Mon Feb 25 2019 pmonrealgonzalez@suse.com
  - Merge python-libxml2-python spec and changes files into the
    libxml2 ones using _multibuild [bsc#1126499, bsc#1123919]
* Sat Jan 26 2019 mgorse@suse.com
  - Version update to 2.9.9:
    * Security:
      + CVE-2018-9251 CVE-2018-14567 Fix infinite loop in LZMA
      decompression (boo#1088279 boo#1105166, bsc#1088279 bsc#1105166).
      + CVE-2018-14404 Fix nullptr deref with XPath logic ops
      (boo#1102046, bsc#1102046).
    * Bug fixes:
      + Fix building relative URIs
      + Problem with data in interleave in RelaxNG validation
      + Fix memory leak in xmlSwitchInputEncodingInt error path
      + Set doc on element obtained from freeElems
      + Fix HTML serialization with UTF-8 encoding
      + Use actual doc in xmlTextReaderRead*Xml
      + Unlink node before freeing it in xmlSAX2StartElement
      + Check return value of nodePush in xmlSAX2StartElement
      + Free input buffer in xmlHaltParser
      + Reset HTML parser input pointers on encoding failure
      + Fix xmlSchemaValidCtxtPtr reuse memory leak
      + Fix xmlTextReaderNext with preparsed document
      + HTML noscript should not close p
      + Don't change context node in xmlXPathRoot
    * Improvements:
      + Remove redefined starts and defines inside include elements
      + Allow choice within choice in nameClass in RELAX NG
      + Look inside divs for starts and defines inside include
      +  Add newlines to 'xmllint --xpath' output
      + Don't include SAX.h from globals.h
      + Support xmlTextReaderNextSibling w/o preparsed doc
      + Improve restoring of context size and position
      + Simplify and harden nodeset filtering
      + Avoid unnecessary backups of the context node
      + Fix inconsistency in xmlXPathIsInf
  - Add libxml2-python3-string-null-check.patch: fix NULL pointer
      dereference when parsing invalid data (bsc#1065270
      glgo#libxml2!15).).
* Tue Mar 20 2018 kukuk@suse.de
  - Use %license instead of %doc [bsc#1082318]
* Wed Mar 14 2018 tchvatal@suse.com
  - Version update to 2.9.8:
    * Various -Werror fixes and compilation updates as travis is now
      used by upstream
    * Few additional tests added for ICU operations
  - Drop patch python3.6-verify_fd.patch merged upstream
* Sat Nov 11 2017 aavindraa@gmail.com
  - Version update to 2.9.7 release:
    * Bug Fixes:
      + xmlcatalog: restore ability to query system catalog easily
      + Fix comparison of nodesets to strings
    * Improvements:
      + Add Makefile rules to rebuild HTML man pages
      + Remove generated file python/setup.py from version control
      + Fix mixed decls and code in timsort.h
      + Rework handling of return values in thread tests
      + Fix unused variable warnings in testrecurse
      + Fix -Wimplicit-fallthrough warnings
      + Upgrade timsort.h to latest revision
      + Fix a couple of warnings in dict.c and threads.c
      + Fix unused variable warnings in nanohttp.c
      + Don't include winsock2.h in xmllint.c
      + Use __linux__ macro in generated code
    * Portability:
      + Add declaration for DllMain
      + Fix preprocessor conditional in threads.h
      + Fix macro redefinition warning
      + many Windows specific improvements
    * Documentation:
      + xmlcatalog: refresh man page wrt. quering system catalog easily
  - Includes bug fixes from 2.9.6:
    * Fix XPath stack frame logic
    * Report undefined XPath variable error message
    * Fix regression with librsvg
    * Handle more invalid entity values in recovery mode
    * Fix structured validation errors
    * Fix memory leak in LZMA decompressor
    * Set memory limit for LZMA decompression
    * Handle illegal entity values in recovery mode
    * Fix debug dump of streaming XPath expressions
    * Fix memory leak in nanoftp
    * Fix memory leaks in SAX1 parser
  - Drop libxml2-bug787941.patch
    * upstreamed in 3157cf4e53c03bc3da604472c015c63141907db8
* Sat Nov 11 2017 aavindraa@gmail.com
  - clean with spec-cleaner
* Thu Oct 26 2017 jmatejek@suse.com
  - libxml2-python3-unicode-errors.patch: work around an issue with
    libxml2 supplied error strings being undecodable UTF-8 (bsc#1065270)
* Mon Oct 02 2017 jmatejek@suse.com
  - convert to singlespec, build a python 3 version
  - change build instructions to use setup.py (and %python_build macros)
    instead of makefile-based approach
  - add python3.6-verify_fd.patch that fixes libxml2 on python 3.6
  - rename to python-libxml2-python to conform to package naming policy
    (PyPI name is "libxml2-python")
* Thu Sep 21 2017 jengelh@inai.de
  - Update package summaries and RPM groups. Trim descriptions for
    size on secondary subpackages. Replace install call by a
    commonly-used macro.
* Thu Sep 21 2017 tchvatal@suse.com
  - Add patch to fix TW integration:
    * libxml2-bug787941.patch
* Sun Sep 10 2017 tchvatal@suse.com
  - Version update to 2.9.5 release:
    * Merged all the previous cve fixes that were patched in
    * Few small tweaks
  - Remove merged patches:
    * libxml2-CVE-2016-4658.patch
    * libxml2-CVE-2017-0663.patch
    * libxml2-CVE-2017-5969.patch
    * libxml2-CVE-2017-9047.patch
    * libxml2-CVE-2017-9048.patch
    * libxml2-CVE-2017-9049.patch
    * libxml2-2.9.4-fix_attribute_decoding.patch
* Thu Jun 15 2017 pmonrealgonzalez@suse.com
  - Security fix:
    * libxml2-CVE-2017-0663.patch [bsc#1044337, CVE-2017-0663]
    * Fix Heap buffer overflow in xmlAddID
* Wed Jun 14 2017 pmonrealgonzalez@suse.com
  - Security fix:
    * libxml2-CVE-2017-5969.patch [bsc#1024989, CVE-2017-5969]
    * Fix NULL pointer deref in xmlDumpElementContent
* Mon May 22 2017 pmonrealgonzalez@suse.com
  - Security fixes:
    * libxml2-CVE-2017-9049.patch [bsc#1039066]
    * heap-based buffer overflow (xmlDictComputeFastKey func)
    * libxml2-CVE-2017-9048.patch [bsc#1039063]
    * stack overflow vulnerability (xmlSnprintfElementContent func)
    * libxml2-CVE-2017-9047.patch [bsc#1039064]
    * stack overflow vulnerability (xmlSnprintfElementContent func)
* Tue Mar 07 2017 pmonrealgonzalez@suse.com
  - Added libxml2-CVE-2016-4658.patch: Disallow namespace nodes in
    XPointer ranges. Namespace nodes must be copied to avoid
    use-after-free errors. But they don't necessarily have a physical
    representation in a document, so simply disallow them in XPointer
    ranges [bsc#1005544] [CVE-2016-4658]
* Wed Jun 08 2016 kstreitova@suse.com
  - add libxml2-2.9.4-fix_attribute_decoding.patch to fix attribute
    decoding during XML schema validation [bnc#983288]
* Fri May 27 2016 psimons@suse.com
  - Update libxml2 to version libxml2-2.9.4. The new version is
    resistant against CVE-2016-3627, CVE-2016-1833, CVE-2016-1835,
    CVE-2016-1837, CVE-2016-1836, CVE-2016-1839, CVE-2016-1838,
    CVE-2016-1840, CVE-2016-4483, CVE-2016-1834, CVE-2016-3705, and
    CVE-2016-1762.
  - Remove obsolete patches libxml2-2.9.1-CVE-2016-3627.patch,
    0001-Add-missing-increments-of-recursion-depth-counter-to.patch,
    and libxml2-2.9.3-bogus_UTF-8_encoding_error.patch.
* Fri May 20 2016 kstreitova@suse.com
  - add libxml2-2.9.3-bogus_UTF-8_encoding_error.patch to fix XML
    push parser that fails with bogus UTF-8 encoding error when
    multi-byte character in large CDATA section is split across
    buffer [bnc#962796]
* Tue May 03 2016 sflees@suse.de
  - Add libxml2-2.9.1-CVE-2016-3627.patch to fix stack exhaustion
    while parsing certain XML files in recovery mode (CVE-2016-3627,
    bnc#972335).
  - Add 0001-Add-missing-increments-of-recursion-depth-counter-to.patch
    to improve protection against Billion Laughs Attack (bnc#975947).
* Tue Nov 24 2015 rpm@fthiessen.de
  - Update to new upstream release 2.9.3 (bsc#954429):
    * Fixes for CVE-2015-8035, CVE-2015-7942, CVE-2015-7941,
      CVE-2015-1819, CVE-2015-7497, CVE-2015-7498, CVE-2015-5312,
      CVE-2015-7499, CVE-2015-7500 and CVE-2015-8242
    * And other bugfixes
  - Removed upstream fixed patches:
    * libxml2-dont_initialize_catalog.patch
    * 0001-Fix-missing-entities-after-CVE-2014-3660-fix.patch
    * 0002-Adding-example-from-bugs-738805-to-regression-tests.patch
* Mon Nov 03 2014 vcizek@suse.com
  - fix a missing entities after CVE-2014-3660 fix
    (https://bugzilla.gnome.org/show_bug.cgi?id=738805)
    * added patches:
      0001-Fix-missing-entities-after-CVE-2014-3660-fix.patch
      0002-Adding-example-from-bugs-738805-to-regression-tests.patch
* Mon Nov 03 2014 vcizek@suse.com
  - fix a regression in libxml2 2.9.2
    * https://bugzilla.redhat.com/show_bug.cgi?id=1153753
  - add libxml2-dont_initialize_catalog.patch
* Fri Oct 31 2014 vcizek@suse.com
  - update to 2.9.2
    * drop libxml2-CVE-2014-3660.patch (upstream)
    * add keyring to verify tarball
    Security:
    Fix for CVE-2014-3660 billion laugh variant
    CVE-2014-0191 Do not fetch external parameter entities
    Improvements:
    win32/libxml2.def.src after rebuild in doc
    elfgcchack.h: more legacy needs xmlSAX2StartElement() and xmlSAX2EndElement()
    elfgcchack.h: add xmlXPathNodeEval and xmlXPathSetContextNode
    Provide cmake module
    Fix a couple of issues raised by make dist
    Fix and add const qualifiers
    Preparing for upcoming release of 2.9.2
    Fix zlib and lzma libraries check via command line
    wrong error column in structured error when parsing end tag
    doc/news.html: small update to avoid line join while generating NEWS.
    Add methods for python3 iterator
    Support element node traversal in document fragments
    xmlNodeSetName: Allow setting the name to a substring of the currently set name
    Added macros for argument casts
    adding init calls to xml and html Read parsing entry points
    Get rid of 'REPLACEMENT CHARACTER' Unicode chars in xmlschemas.c
    Implement choice for name classes on attributes
    Two small namespace tweaks
    xmllint --memory should fail on empty files
    Cast encoding name to char pointer to match arg type
* Fri Oct 17 2014 vcizek@suse.com
  - fix for CVE-2014-3660 (bnc#901546)
    * denial of service via recursive entity expansion
      (related to billion laughs)
    * added libxml2-CVE-2014-3660.patch

Files

/usr/lib64/libxml2.so.2
/usr/lib64/libxml2.so.2.9.12
/usr/share/doc/packages/libxml2
/usr/share/doc/packages/libxml2/AUTHORS
/usr/share/doc/packages/libxml2/NEWS
/usr/share/doc/packages/libxml2/README
/usr/share/doc/packages/libxml2/TODO
/usr/share/doc/packages/libxml2/TODO_SCHEMAS
/usr/share/licenses/libxml2-2
/usr/share/licenses/libxml2-2/COPYING
/usr/share/licenses/libxml2-2/Copyright


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 17:10:10 2024