Name: | libxml2 |
---|---|
Version: | 2.9.7 |
Release: | 7.0.1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 1954226 |
License: | MIT |
RPM: | libxml2-2.9.7-7.0.1.el8.x86_64.rpm |
Source RPM: | libxml2-2.9.7-7.0.1.el8.src.rpm |
Build Date: | Thu Feb 20 2020 |
Build Host: | jenkins-10-147-72-125-edfe0f07-3a1d-48b4-98ff-dbe87689a92c.appad1iad.osdevelopmeniad.oraclevcn.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 CVE-2018-14404 (#1595989)
- Fix CVE-2018-9251 (#1565322)
- Fix some crashes under Python 3 - Conditionalize the python2 subpackage
- Rebuild with new LDFLAGS from redhat-rpm-config
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Switch to %ldconfig_scriptlets
- Update to 2.9.7 - Cleanups in packaging
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
- Fix reporting error about undefined XPath variables (bug #1493613)