summaryrefslogtreecommitdiff
path: root/lib/libexpat
AgeCommit message (Expand)Author
2017-11-02Update libexpat to 2.2.5. Changes for OpenBSD include a few bugAlexander Bluhm
2017-08-23Update libexpat to 2.2.4. Fix copying partial UTF-8 characters.Alexander Bluhm
2017-08-04Update libexpat to 2.2.3. Only few changes affect OpenBSD.Alexander Bluhm
2017-07-28Gcc3 does not have -fvisibility feature, so skip -fvisibility=hiddenKenji Aoyama
2017-07-19Update libexpat to 2.2.2. Fixes NULL parser dereference.Alexander Bluhm
2017-07-06Add ULL suffix to 64 bit constants. This avoids compiler warningsAlexander Bluhm
2017-07-06Compile libexpat with -fvisibility=hidden. This restricts theAlexander Bluhm
2017-06-30Add test suite source files for expat 2.2.1.Alexander Bluhm
2017-06-30AmigaOS and pre-X Mac OS support has been dropped in upstreamAlexander Bluhm
2017-06-30Update libexpat to version 2.2.1 which has some security fixes.Alexander Bluhm
2016-09-14Generate pkg-config files at build time like everything else. ThisMartin Natano
2016-09-04only regen pkg-config files when required; ok jasperMartin Natano
2016-07-29Fix regression introduced by patch to CVE-2016-0718: Tag names were cut off i...Remi Pointel
2016-05-31fix CVE-2016-0718.Remi Pointel
2016-05-13re-add the check we have in revision 1.12.Remi Pointel
2016-05-09update libexpat to 2.1.1.Remi Pointel
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluousKenneth R Westerback
2015-08-26More overflow checks in XML_GetBuffer(), adapted from FreeBSD securityMiod Vallat
2015-08-26Put back local changes (revisions 1.2 to 1.4), which unfortunately got lost inMiod Vallat
2015-05-23define BYTEORDER so the endian tests will workJonathan Gray
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-07-07unbreak, pointed out by theoJasper Lievisse Adriaanse
2012-07-07actually, make this identical to what upstream expat ships nowadays by addingJasper Lievisse Adriaanse
2012-07-07add expat.pcJasper Lievisse Adriaanse
2012-04-01update libexpat to 2.1.0.Remi Pointel
2010-06-26sync libexpat with upstream. mostly formating cleanup, no binary change.Eric Faurot
2010-05-13merge fixes from upstream (up to rev 1.167)Eric Faurot
2009-12-27Security fix for CVE-2009-3560, which could allow attackers to causeJasper Lievisse Adriaanse
2008-06-14slightly more robust fix in not relying on utf-8 sequences being wellPeter Valchev
2008-06-12fix parser crash w/ invalid UTF-8 char sequences (all apps that use expatPeter Valchev
2007-10-19prettyTheo de Raadt
2007-10-19do not install them silentlyTheo de Raadt
2007-10-18synch expat major number with xenocara, and then some.Marc Espie
2007-08-30Update to expat 2.0.1. ok deraadt@Matthieu Herrb
2006-05-06Update to 2.0.0; keep our local changesAleksander Piotrowski
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-11-09- simplify integer overflow checks.Niall O'Higgins
2005-11-06- update comments about integer overflows to reflect reality.Niall O'Higgins
2005-11-06- fix a couple of integer overflows; the only code change so far resulting fromNiall O'Higgins
2005-09-12Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@Miod Vallat
2005-04-18people who import gnu fdl should stay away from the tree.Jolan Luff
2004-09-22OpenBSD tag.Marc Espie
2004-09-22OpenBSD infrastructure to compile simply, and install include files.Marc Espie
2004-09-22from port:Marc Espie
2004-09-22say goodbye to valid-xhtml icon (what do we care, and it's a binary file).Marc Espie
2004-09-22libexpat: a simple xml parser library, used by X11 and some ports.Marc Espie