This package provides debug information for package libxml2-2. Debug information is useful when developing applications that use this package or when debugging this package.
Homepage | http://xmlsoft.org |
---|
2.9.10

2.9.7



Distribution | Version | Since | Package | Installed | Packager | |
---|---|---|---|---|---|---|
![]() | rpm | 2.9.7-lp150.1.7 | 2019-01-17 | 875 kiB | 2.71 MiB | https://bugs.opensuse.org |
![]() | rpm | 2.9.7-lp150.2.6.1 | 2019-02-21 | 875 kiB | 2.71 MiB | http://bugs.opensuse.org |
![]() | rpm | 2.9.7-lp150.2.3.1 | 2019-01-18 | 875 kiB | 2.71 MiB | http://bugs.opensuse.org |
![]() | rpm | 2.9.7-lp150.2.14.1 | 2019-12-03 | 871 kiB | 2.71 MiB | http://bugs.opensuse.org |
![]() | rpm | 2.9.7-lp150.2.10.1 | 2019-09-24 | 869 kiB | 2.71 MiB | http://bugs.opensuse.org |
![]() | rpm | 2.9.7-lp151.4.2 | 2019-03-20 | 875 kiB | 2.71 MiB | https://bugs.opensuse.org |
![]() | rpm | 2.9.7-lp151.5.6.1 | 2019-12-03 | 871 kiB | 2.71 MiB | http://bugs.opensuse.org |
![]() | rpm | 2.9.7-lp151.5.3.1 | 2019-08-18 | 869 kiB | 2.71 MiB | http://bugs.opensuse.org |
![]() | rpm | 2.9.7-lp152.7.5 | 2020-03-15 | 870 kiB | 2.71 MiB | https://bugs.opensuse.org |
![]() | rpm | 2.9.10-2.2 | 2020-02-09 | 1.15 MiB | 3.59 MiB | https://bugs.opensuse.org |
Latest updates

OpenSUSE Leap 15.2 debug/oss: Updated from 2.9.7-lp152.7.1 to 2.9.7-lp152.7.5
2020-03-15
- Synchronize changelog files for libxml2 and python-libxml2-python [bsc#1123919]

OpenSUSE Tumbleweed debug/oss: Updated from 2.9.10-2.1 to 2.9.10-2.2
2020-02-09
- 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.

OpenSUSE Leap 15.2 debug/oss: Version 2.9.7-lp152.7.1 introduced
2020-01-07
- Synchronize changelog files for libxml2 and python-libxml2-python [bsc#1123919]

OpenSUSE Tumbleweed debug/oss: Updated from 2.9.10-1.1 to 2.9.10-2.1
2019-12-27
- 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.

OpenSUSE Tumbleweed debug/oss: Updated from 2.9.9-2.2 to 2.9.10-1.1
2019-12-10
- 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

OpenSUSE Leap 15.0 debug/update/oss: Updated from 2.9.7-lp150.2.10.1 to 2.9.7-lp150.2.14.1
2019-12-03
- Synchronize changelog files for libxml2 and python-libxml2-python [bsc#1123919]

OpenSUSE Leap 15.1 debug/update/oss: Updated from 2.9.7-lp151.5.3.1 to 2.9.7-lp151.5.6.1
2019-12-03
- Synchronize changelog files for libxml2 and python-libxml2-python [bsc#1123919]

OpenSUSE Tumbleweed debug/oss: Updated from 2.9.9-2.1 to 2.9.9-2.2
2019-10-11
- Do not depend on setuptools to keep the depgraph small and avoid build cycles

OpenSUSE Leap 15.0 debug/update/oss: Updated from 2.9.7-lp150.2.6.1 to 2.9.7-lp150.2.10.1
2019-09-24
- 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

OpenSUSE Tumbleweed debug/oss: Updated from 2.9.9-1.4 to 2.9.9-2.1
2019-09-17
- Do not depend on setuptools to keep the depgraph small and avoid build cycles

OpenSUSE Leap 15.1 debug/update/oss: Version 2.9.7-lp151.5.3.1 introduced
2019-08-18
- 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

OpenSUSE Tumbleweed debug/oss: Updated from 2.9.9-1.3 to 2.9.9-1.4
2019-07-16
- Version update to 2.9.9:
- Security:
- CVE-2018-9251 CVE-2018-14567 Fix infinite loop in LZMA
- CVE-2018-14404 Fix nullptr deref with XPath logic ops
- 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
- Security:

OpenSUSE Tumbleweed debug/oss: Updated from 2.9.9-1.1 to 2.9.9-1.3
2019-06-19
- Version update to 2.9.9:
- Security:
- CVE-2018-9251 CVE-2018-14567 Fix infinite loop in LZMA
- CVE-2018-14404 Fix nullptr deref with XPath logic ops
- 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
- Security:

OpenSUSE Leap 15.0 debug/update/oss: Version 2.9.7-lp150.2.6.1 reintroduced
2019-03-24
- Security fix:
bsc#1088279, CVE-2018-9251[bsc#1105166, CVE-2018-14567]
- Infinite loop in LZMA decompression
- Fixes CVE-2018-9251 introduced by CVE-2017-18258
- Added libxml2-CVE-2018-14567.patch

OpenSUSE Leap 15.0 debug/update/oss: Version 2.9.7-lp150.2.3.1 reintroduced
2019-03-24
- Security fix:
bsc#1088279, CVE-2018-9251[bsc#1105166, CVE-2018-14567]
- Infinite loop in LZMA decompression
- Fixes CVE-2018-9251 introduced by CVE-2017-18258
- Added libxml2-CVE-2018-14567.patch

OpenSUSE Leap 15.0 debug/update/oss: Version 2.9.7-lp150.2.6.1 removed
2019-03-22

OpenSUSE Leap 15.0 debug/update/oss: Version 2.9.7-lp150.2.3.1 removed
2019-03-22

OpenSUSE Leap 15.1 debug/oss: Updated from 2.9.7-lp151.4.1 to 2.9.7-lp151.4.2
2019-03-20
- Security fix:
bsc#1088279, CVE-2018-9251[bsc#1105166, CVE-2018-14567]
- Infinite loop in LZMA decompression
- Fixes CVE-2018-9251 introduced by CVE-2017-18258
- Added libxml2-CVE-2018-14567.patch

OpenSUSE Leap 15.0 debug/update/oss: Updated from 2.9.7-lp150.2.3.1 to 2.9.7-lp150.2.6.1
2019-02-21
- Security fix:
bsc#1088279, CVE-2018-9251[bsc#1105166, CVE-2018-14567]
- Infinite loop in LZMA decompression
- Fixes CVE-2018-9251 introduced by CVE-2017-18258
- Added libxml2-CVE-2018-14567.patch

OpenSUSE Leap 15.1 debug/oss: Updated from 2.9.7-lp151.3.3 to 2.9.7-lp151.4.1
2019-02-19
- Security fix:
bsc#1088279, CVE-2018-9251[bsc#1105166, CVE-2018-14567]
- Infinite loop in LZMA decompression
- Fixes CVE-2018-9251 introduced by CVE-2017-18258
- Added libxml2-CVE-2018-14567.patch
Related packages
libxml2 - Library providing XML and HTML support
libxml2-2 - A Library to Manipulate XML Files
libxml2-2-32bit - A Library to Manipulate XML Files