| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-29 | Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395 |  bluhm | 10 | -116/+253 |
| 2019-09-25 | Update libexpat to 2.2.8. CVE-2019-15903 has been fixed earlier |  bluhm | 34 | -13419/+12080 |
| 2019-09-10 | Fix heap overflow in libexpat 2.2.7 triggered by XML_GetCurrentLineNumber |  bluhm | 1 | -7/+13 |
| 2019-06-29 | Update libexpat to 2.2.7. Relevant for OpenBSD is only the fix for |  bluhm | 9 | -29/+56 |
| 2018-08-22 | Update libexpat to 2.2.6. Relevant for OpenBSD is |  bluhm | 9 | -317/+448 |
| 2017-11-02 | Update libexpat to 2.2.5. Changes for OpenBSD include a few bug |  bluhm | 18 | -2011/+2428 |
| 2017-08-23 | Update libexpat to 2.2.4. Fix copying partial UTF-8 characters. |  bluhm | 32 | -155/+979 |
| 2017-08-04 | Update libexpat to 2.2.3. Only few changes affect OpenBSD. |  bluhm | 14 | -628/+9386 |
| 2017-07-28 | Gcc3 does not have -fvisibility feature, so skip -fvisibility=hidden |  aoyama | 1 | -2/+7 |
| 2017-07-19 | Update libexpat to 2.2.2. Fixes NULL parser dereference. |  bluhm | 8 | -36/+162 |
| 2017-07-06 | Add ULL suffix to 64 bit constants. This avoids compiler warnings |  bluhm | 2 | -6/+5 |
| 2017-07-06 | Compile libexpat with -fvisibility=hidden. This restricts the |  bluhm | 3 | -9/+3 |
| 2017-06-30 | Add test suite source files for expat 2.2.1. |  bluhm | 12 | -0/+4557 |
| 2017-06-30 | AmigaOS and pre-X Mac OS support has been dropped in upstream |  bluhm | 2 | -82/+0 |
| 2017-06-30 | Update libexpat to version 2.2.1 which has some security fixes. |  bluhm | 19 | -453/+1340 |
| 2016-09-14 | Generate pkg-config files at build time like everything else. This |  natano | 1 | -2/+3 |
| 2016-09-04 | only regen pkg-config files when required; ok jasper |  natano | 1 | -2/+4 |
| 2016-07-29 | Fix regression introduced by patch to CVE-2016-0718: Tag names were cut off in some cases. |  rpointel | 1 | -1/+1 |
| 2016-05-31 | fix CVE-2016-0718. |  rpointel | 4 | -75/+146 |
| 2016-05-13 | re-add the check we have in revision 1.12. |  rpointel | 1 | -6/+6 |
| 2016-05-09 | update libexpat to 2.1.1. |  rpointel | 7 | -23/+47 |
| 2016-03-20 | " the the " -> " the ", or in a couple of cases replace the superfluous |  krw | 1 | -1/+1 |
| 2015-08-26 | More overflow checks in XML_GetBuffer(), adapted from FreeBSD security |  miod | 1 | -1/+5 |
| 2015-08-26 | Put back local changes (revisions 1.2 to 1.4), which unfortunately got lost in |  miod | 1 | -2/+12 |
| 2015-05-23 | define BYTEORDER so the endian tests will work |  jsg | 1 | -1/+10 |
| 2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 1 | -1/+1 |
| 2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 1 | -2/+1 |
| 2012-07-07 | unbreak, pointed out by theo |  jasper | 1 | -2/+1 |
| 2012-07-07 | actually, make this identical to what upstream expat ships nowadays by adding |  jasper | 1 | -2/+2 |
| 2012-07-07 | add expat.pc |  jasper | 2 | -1/+82 |
| 2012-04-01 | update libexpat to 2.1.0. |  rpointel | 7 | -81/+302 |
| 2010-06-26 | sync libexpat with upstream. mostly formating cleanup, no binary change. |  eric | 5 | -85/+86 |
| 2010-05-13 | merge fixes from upstream (up to rev 1.167) |  eric | 1 | -12/+17 |
| 2009-12-27 | Security fix for CVE-2009-3560, which could allow attackers to cause |  jasper | 1 | -1/+0 |
| 2008-06-14 | slightly more robust fix in not relying on utf-8 sequences being well |  pvalchev | 1 | -4/+1 |
| 2008-06-12 | fix parser crash w/ invalid UTF-8 char sequences (all apps that use expat |  pvalchev | 1 | -0/+3 |
| 2007-10-19 | pretty |  deraadt | 1 | -1/+2 |
| 2007-10-19 | do not install them silently |  deraadt | 1 | -3/+3 |
| 2007-10-18 | synch expat major number with xenocara, and then some. |  espie | 1 | -1/+1 |
| 2007-08-30 | Update to expat 2.0.1. ok deraadt@ |  matthieu | 15 | -186/+228 |
| 2006-05-06 | Update to 2.0.0; keep our local changes |  alek | 21 | -822/+2321 |
| 2005-11-24 | use WANTLINT= (on all architectures) |  deraadt | 1 | -1/+2 |
| 2005-11-09 | - simplify integer overflow checks. |  niallo | 1 | -3/+2 |
| 2005-11-06 | - update comments about integer overflows to reflect reality. |  niallo | 1 | -3/+2 |
| 2005-11-06 | - fix a couple of integer overflows; the only code change so far resulting from |  niallo | 1 | -0/+8 |
| 2005-09-12 | Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@ |  miod | 1 | -1/+1 |
| 2005-04-18 | people who import gnu fdl should stay away from the tree. |  jolan | 2 | -724/+0 |
| 2004-09-22 | OpenBSD tag. |  espie | 1 | -0/+1 |
| 2004-09-22 | OpenBSD infrastructure to compile simply, and install include files. |  espie | 3 | -0/+22 |
| 2004-09-22 | from port: |  espie | 1 | -21/+24 |