summaryrefslogtreecommitdiffstats
path: root/lib/libexpat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395bluhm2020-12-2910-116/+253
* Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlierbluhm2019-09-2534-13950/+12611
* Fix heap overflow in libexpat 2.2.7 triggered by XML_GetCurrentLineNumberbluhm2019-09-101-7/+13
* Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix forbluhm2019-06-299-29/+56
* Update libexpat to 2.2.6. Relevant for OpenBSD isbluhm2018-08-229-317/+448
* Update libexpat to 2.2.5. Changes for OpenBSD include a few bugbluhm2017-11-0218-2015/+2432
* Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.bluhm2017-08-2332-159/+983
* Update libexpat to 2.2.3. Only few changes affect OpenBSD.bluhm2017-08-0414-629/+9387
* Gcc3 does not have -fvisibility feature, so skip -fvisibility=hiddenaoyama2017-07-281-2/+7
* Update libexpat to 2.2.2. Fixes NULL parser dereference.bluhm2017-07-198-36/+162
* Add ULL suffix to 64 bit constants. This avoids compiler warningsbluhm2017-07-062-6/+5
* Compile libexpat with -fvisibility=hidden. This restricts thebluhm2017-07-063-9/+3
* Add test suite source files for expat 2.2.1.bluhm2017-06-3012-0/+4557
* AmigaOS and pre-X Mac OS support has been dropped in upstreambluhm2017-06-302-82/+0
* Update libexpat to version 2.2.1 which has some security fixes.bluhm2017-06-3019-454/+1341
* Generate pkg-config files at build time like everything else. Thisnatano2016-09-141-2/+3
* only regen pkg-config files when required; ok jaspernatano2016-09-041-2/+4
* Fix regression introduced by patch to CVE-2016-0718: Tag names were cut off in some cases.rpointel2016-07-291-1/+1
* fix CVE-2016-0718.rpointel2016-05-314-75/+146
* re-add the check we have in revision 1.12.rpointel2016-05-131-6/+6
* update libexpat to 2.1.1.rpointel2016-05-097-23/+47
* " the the " -> " the ", or in a couple of cases replace the superfluouskrw2016-03-201-1/+1
* More overflow checks in XML_GetBuffer(), adapted from FreeBSD securitymiod2015-08-261-1/+5
* Put back local changes (revisions 1.2 to 1.4), which unfortunately got lost inmiod2015-08-261-2/+12
* define BYTEORDER so the endian tests will workjsg2015-05-231-1/+10
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+1
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-2/+1
* unbreak, pointed out by theojasper2012-07-071-2/+1
* actually, make this identical to what upstream expat ships nowadays by addingjasper2012-07-071-2/+2
* add expat.pcjasper2012-07-072-1/+82
* update libexpat to 2.1.0.rpointel2012-04-017-81/+302
* sync libexpat with upstream. mostly formating cleanup, no binary change.eric2010-06-265-85/+86
* merge fixes from upstream (up to rev 1.167)eric2010-05-131-12/+17
* Security fix for CVE-2009-3560, which could allow attackers to causejasper2009-12-271-1/+0
* slightly more robust fix in not relying on utf-8 sequences being wellpvalchev2008-06-141-4/+1
* fix parser crash w/ invalid UTF-8 char sequences (all apps that use expatpvalchev2008-06-121-0/+3
* prettyderaadt2007-10-191-1/+2
* do not install them silentlyderaadt2007-10-191-3/+3
* synch expat major number with xenocara, and then some.espie2007-10-181-1/+1
* Update to expat 2.0.1. ok deraadt@matthieu2007-08-3015-186/+228
* Update to 2.0.0; keep our local changesalek2006-05-0621-822/+2321
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* - simplify integer overflow checks.niallo2005-11-091-3/+2
* - update comments about integer overflows to reflect reality.niallo2005-11-061-3/+2
* - fix a couple of integer overflows; the only code change so far resulting fromniallo2005-11-061-0/+8
* Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@miod2005-09-121-1/+1
* people who import gnu fdl should stay away from the tree.jolan2005-04-182-724/+0
* OpenBSD tag.espie2004-09-221-0/+1
* OpenBSD infrastructure to compile simply, and install include files.espie2004-09-223-0/+22
* from port:espie2004-09-221-21/+24