diff options
author | drochner <drochner@pkgsrc.org> | 2002-09-17 21:06:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-09-17 21:06:15 +0000 |
commit | b75858a853f08b22a2279d5922484c8c6540e261 (patch) | |
tree | 7fdb92ba1cbbed94ce734ebfa013a0929331456f /textproc/expat | |
parent | e420df3edc574048d3696233df51507248e42651 (diff) | |
download | pkgsrc-b75858a853f08b22a2279d5922484c8c6540e261.tar.gz |
update to 1.95.5
changes:
Added XML_UseForeignDTD() for improved SAX2 support.
Added XML_GetFeatureList().
Defined XML_Bool type and the values XML_TRUE and XML_FALSE.
Use an incomplete struct instead of a void* for the parser.
Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected.
Finally fixed bug where default handler would report DTD events that were
already handled by another handler. Initial patch
contributed by Darryl Miller.
Reduced line-length for all source code and headers to be no longer than 80
characters, to help with AS/400 support.
Reduced memory copying during parsing (SF patch #600964).
Fixed a variety of bugs.
Diffstat (limited to 'textproc/expat')
-rw-r--r-- | textproc/expat/Makefile | 4 | ||||
-rw-r--r-- | textproc/expat/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 31ba3e48d68..092a4173993 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/08/25 18:40:01 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/09/17 21:06:15 drochner Exp $ # -DISTNAME= expat-1.95.4 +DISTNAME= expat-1.95.5 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=expat/} diff --git a/textproc/expat/distinfo b/textproc/expat/distinfo index 60e95f92867..29eb37e13a7 100644 --- a/textproc/expat/distinfo +++ b/textproc/expat/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2002/08/25 18:40:02 jlam Exp $ +$NetBSD: distinfo,v 1.7 2002/09/17 21:06:15 drochner Exp $ -SHA1 (expat-1.95.4.tar.gz) = e3c7d512f98a495b7c39d63d98e39a0c7b89d63a -Size (expat-1.95.4.tar.gz) = 263409 bytes +SHA1 (expat-1.95.5.tar.gz) = 78e6cecdeb0c6926e0e76381e236abaca605f902 +Size (expat-1.95.5.tar.gz) = 282537 bytes |