summaryrefslogtreecommitdiffstats
path: root/lib/libexpat/examples/elements.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlierbluhm2019-09-251-17/+10
| | | | | | in our tree. Relevant is only bug fix #240. Most of the upstream diff is automated source format change. OK deraadt@
* Update libexpat to 2.2.6. Relevant for OpenBSD isbluhm2018-08-221-1/+1
| | | | | | | | - Avoid doing arithmetic with NULL pointers in XML_GetBuffer - Fix 2.2.5 regression with suspend-resume while parsing a document like '<root/>' - Address compiler warnings - Fix miscellaneous typos
* Update libexpat to 2.2.5. Changes for OpenBSD include a few bugbluhm2017-11-021-8/+15
| | | | | fixes, no library bump needed. OK deraadt@
* Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.bluhm2017-08-231-0/+29
| | | | OK deraadt@
* Update libexpat to version 2.2.1 which has some security fixes.bluhm2017-06-301-5/+8
| | | | | | | | | | | | | | | | | | - CVE-2017-9233 CVE-2016-9063 CVE-2016-5300 CVE-2016-4472 CVE-2016-0718 CVE-2015-2716 CVE-2015-1283 CVE-2012-6702 CVE-2012-0876 have been addressed. Not all of them affect OpenBSD as we had fixes before. - Upstream uses arc4random_buf(3) now. Delete all code for other entropy sources to make sure to compile the correct one. Our library already used arc4random(3) before. - The overflow fixes in rev 1.11 and 1.12 of lib/xmlparse.c have been commited upstream in a different way. Use the upstream code to make maintenance easier. - Although it should be ABI compatible, there is a new global symbol align_limit_to_full_utf8_characters. As it is in lib/internal.h, add a Symbols.map to restrict the export. Do not bump the shared library version. - Use the internal expat's siphash.h. ports build ajacoutot@; move ahead deraadt@
* update libexpat to 2.1.1.rpointel2016-05-091-1/+1
| | | | ok deraadt@ (thanks to sebastian[@]pipping[.]org for information).
* Update to expat 2.0.1. ok deraadt@matthieu2007-08-301-7/+5
|
* Update to 2.0.0; keep our local changesalek2006-05-061-5/+22
| | | | ok espie@, djm@
* libexpat: a simple xml parser library, used by X11 and some ports.espie2004-09-221-0/+50