summaryrefslogtreecommitdiffstats
path: root/lib/libexpat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-2/+1
| | | | ok guenther@
* 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
| | | | a URL field and removing the empty Requires.
* add expat.pcjasper2012-07-072-1/+82
| | | | | based on a diff by brad ok sthen@
* update libexpat to 2.1.0.rpointel2012-04-017-81/+302
| | | | | | use arc4random instead of rand/srand in generate_hash_secret_salt, spotted by nicm@ and deraadt@. ok nicm@ deraadt@.
* sync libexpat with upstream. mostly formating cleanup, no binary change.eric2010-06-265-85/+86
| | | | ok deraadt nicm
* merge fixes from upstream (up to rev 1.167)eric2010-05-131-12/+17
| | | | | | notably fix a regression in parsing DTD parameter entities. ok miod@ nicm@
* Security fix for CVE-2009-3560, which could allow attackers to causejasper2009-12-271-1/+0
| | | | | | | a DoS using a specially crafted XML document with malformed UTF-8 sequences. Patch taken from upstream CVS.
* slightly more robust fix in not relying on utf-8 sequences being wellpvalchev2008-06-141-4/+1
| | | | formed after discussion w/ upstream
* fix parser crash w/ invalid UTF-8 char sequences (all apps that use expatpvalchev2008-06-121-0/+3
| | | | | | for XML parsing are affected) reported & fixed in upstream cvs
* 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
| | | | activate it in the build.
* 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
| | | | ok espie@, djm@
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
|
* - simplify integer overflow checks.niallo2005-11-091-3/+2
| | | | ok otto@
* - 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
| | | | | | my audit at v2k5. ok espie@
* 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
| | | | | fix expat.h (from expat CVS) breakage reported by naddy@: http://sourceforge.net/tracker/index.php?func=detail&aid=676844&group_id=10127&atid=110127
* say goodbye to valid-xhtml icon (what do we care, and it's a binary file).espie2004-09-222-0/+2
|
* libexpat: a simple xml parser library, used by X11 and some ports.espie2004-09-2227-0/+15477