summaryrefslogtreecommitdiffstats
path: root/lib/libexpat
AgeCommit message (Expand)AuthorFilesLines
2020-12-29Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395bluhm10-116/+253
2019-09-25Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlierbluhm34-13419/+12080
2019-09-10Fix heap overflow in libexpat 2.2.7 triggered by XML_GetCurrentLineNumberbluhm1-7/+13
2019-06-29Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix forbluhm9-29/+56
2018-08-22Update libexpat to 2.2.6. Relevant for OpenBSD isbluhm9-317/+448
2017-11-02Update libexpat to 2.2.5. Changes for OpenBSD include a few bugbluhm18-2011/+2428
2017-08-23Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.bluhm32-155/+979
2017-08-04Update libexpat to 2.2.3. Only few changes affect OpenBSD.bluhm14-628/+9386
2017-07-28Gcc3 does not have -fvisibility feature, so skip -fvisibility=hiddenaoyama1-2/+7
2017-07-19Update libexpat to 2.2.2. Fixes NULL parser dereference.bluhm8-36/+162
2017-07-06Add ULL suffix to 64 bit constants. This avoids compiler warningsbluhm2-6/+5
2017-07-06Compile libexpat with -fvisibility=hidden. This restricts thebluhm3-9/+3
2017-06-30Add test suite source files for expat 2.2.1.bluhm12-0/+4557
2017-06-30AmigaOS and pre-X Mac OS support has been dropped in upstreambluhm2-82/+0
2017-06-30Update libexpat to version 2.2.1 which has some security fixes.bluhm19-453/+1340
2016-09-14Generate pkg-config files at build time like everything else. Thisnatano1-2/+3
2016-09-04only regen pkg-config files when required; ok jaspernatano1-2/+4
2016-07-29Fix regression introduced by patch to CVE-2016-0718: Tag names were cut off in some cases.rpointel1-1/+1
2016-05-31fix CVE-2016-0718.rpointel4-75/+146
2016-05-13re-add the check we have in revision 1.12.rpointel1-6/+6
2016-05-09update libexpat to 2.1.1.rpointel7-23/+47
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluouskrw1-1/+1
2015-08-26More overflow checks in XML_GetBuffer(), adapted from FreeBSD securitymiod1-1/+5
2015-08-26Put back local changes (revisions 1.2 to 1.4), which unfortunately got lost inmiod1-2/+12
2015-05-23define BYTEORDER so the endian tests will workjsg1-1/+10
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther1-1/+1
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan1-2/+1
2012-07-07unbreak, pointed out by theojasper1-2/+1
2012-07-07actually, make this identical to what upstream expat ships nowadays by addingjasper1-2/+2
2012-07-07add expat.pcjasper2-1/+82
2012-04-01update libexpat to 2.1.0.rpointel7-81/+302
2010-06-26sync libexpat with upstream. mostly formating cleanup, no binary change.eric5-85/+86
2010-05-13merge fixes from upstream (up to rev 1.167)eric1-12/+17
2009-12-27Security fix for CVE-2009-3560, which could allow attackers to causejasper1-1/+0
2008-06-14slightly more robust fix in not relying on utf-8 sequences being wellpvalchev1-4/+1
2008-06-12fix parser crash w/ invalid UTF-8 char sequences (all apps that use expatpvalchev1-0/+3
2007-10-19prettyderaadt1-1/+2
2007-10-19do not install them silentlyderaadt1-3/+3
2007-10-18synch expat major number with xenocara, and then some.espie1-1/+1
2007-08-30Update to expat 2.0.1. ok deraadt@matthieu15-186/+228
2006-05-06Update to 2.0.0; keep our local changesalek21-822/+2321
2005-11-24use WANTLINT= (on all architectures)deraadt1-1/+2
2005-11-09- simplify integer overflow checks.niallo1-3/+2
2005-11-06- update comments about integer overflows to reflect reality.niallo1-3/+2
2005-11-06- fix a couple of integer overflows; the only code change so far resulting fromniallo1-0/+8
2005-09-12Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@miod1-1/+1
2005-04-18people who import gnu fdl should stay away from the tree.jolan2-724/+0
2004-09-22OpenBSD tag.espie1-0/+1
2004-09-22OpenBSD infrastructure to compile simply, and install include files.espie3-0/+22
2004-09-22from port:espie1-21/+24