Name: | expat |
---|---|
Version: | 2.2.5 |
Release: | 4.el8 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 305784 |
License: | MIT |
RPM: | expat-2.2.5-4.el8.i686.rpm |
Source RPM: | expat-2.2.5-4.el8.src.rpm |
Build Date: | Sat Aug 08 2020 |
Build Host: | jenkins-10-147-72-125-ebccca4b-db1a-4b34-9cd3-ab2f8309b679.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://libexpat.github.io/ |
Summary: | An XML parser library |
Description: | This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. |
- add security fixes for CVE-2018-20843, CVE-2019-15903
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Switch to %ldconfig_scriptlets
- update to 2.2.5 (#1508667)
- update to 2.2.4 (#1483359)
- fix tests with unsigned char (upstream PR 109) - update to 2.2.3 (#1473266)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- update to 2.2.2 (#1470891)
- trim unnecessary doc, examples content