Name: | libxml2 |
---|---|
Version: | 2.9.1 |
Release: | 6.0.1.el7_2.2 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 1705894 |
License: | MIT |
RPM: | libxml2-2.9.1-6.0.1.el7_2.2.x86_64.rpm |
Source RPM: | libxml2-2.9.1-6.0.1.el7_2.2.src.rpm |
Build Date: | Mon Dec 07 2015 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://xmlsoft.org/ |
Summary: | Library providing XML and HTML support |
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 sub nodes or ranges. A flexible Input/Output mechanism is available, with existing HTTP and FTP modules and combined to an URI library. |
- Update doc/redhat.gif in tarball - Add libxml2-oracle-enterprise.patch and update logos in tarball
- Fix a series of CVEs (rhbz#1286496) - CVE-2015-7941 Stop parsing on entities boundaries errors - CVE-2015-7941 Cleanup conditional section error handling - CVE-2015-8317 Fail parsing early on if encoding conversion failed - CVE-2015-7942 Another variation of overflow in Conditional sections - CVE-2015-7942 Fix an error in previous Conditional section patch - Fix parsing short unclosed comment uninitialized access - CVE-2015-7498 Avoid processing entities after encoding conversion failures - CVE-2015-7497 Avoid an heap buffer overflow in xmlDictComputeFastQKey - CVE-2015-5312 Another entity expansion issue - CVE-2015-7499 Add xmlHaltParser() to stop the parser - CVE-2015-7499 Detect incoherency on GROW - CVE-2015-7500 Fix memory access error due to incorrect entities boundaries - CVE-2015-8242 Buffer overead with HTML parser in push mode - CVE-2015-1819 Enforce the reader to run in constant memory
- Fix missing entities after CVE-2014-3660 fix - CVE-2014-0191 Do not fetch external parameter entities (rhbz#1195650) - Fix regressions introduced by CVE-2014-0191 patch
- CVE-2014-3660 denial of service via recursive entity expansion (rhbz#1149087)
- Mass rebuild 2014-01-24
- rebuild to activate -O3 on ppc64 rhbz#1051068
- Mass rebuild 2013-12-27
- Fix a regression in xmlGetDocCompressMode() rhbz#963716
- upstream release of 2.9.1 - a couple more API entry point - compatibility with python3 - a lot of bug fixes
- fix --nocheck build which I broke in october rhbz#909767