diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-27 17:49:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-27 17:49:43 +0000 |
commit | 3e3f919615726846b00b69f85fbe4d1092d15d03 (patch) | |
tree | 1d5e9af5ce3030f4fca75bca27296cddbad5331a /textproc/p5-XML-Parser/distinfo | |
parent | 37bca17726788e8aa0809d3baf99da397cb9e1b3 (diff) | |
download | pkgsrc-3e3f919615726846b00b69f85fbe4d1092d15d03.tar.gz |
Update to 2.30, supplied by Nathan Ahlstrom in pkg/12629.
Changes:
- Get rid of ContentStash global. Not that big a deal looking it up
everytime and gets rid of a potential threading problem.
- Switch to shareable library version of expat from sourceforge
(i.e. no longer include expat source and require that libexpat
be installed)
- Bob Tribit <btribit@traffic.com> demonstrated a fix for problems
in compiling under perl 5.6.0 with 5.005 threading.
- Matt Sergeant <matt@sergeant.org> discovered a typo ('IO::Handler'
instead of 'IO::Handle') in Expat.pm that caused IO::Handle objects
to be treated as strings instead of handles.
- Matt Sergeant also provided a patch to allow tied handles to work
properly in calls to parse.
- Eric Bohlman <ebohlman@netcom.com> reported a failure when
incremental parsing and external parsing were used together.
Need to give explicit package when calling Do_External_Parse
from externalEntityRef otherwise fails when called through ExpatNB.
Diffstat (limited to 'textproc/p5-XML-Parser/distinfo')
-rw-r--r-- | textproc/p5-XML-Parser/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-XML-Parser/distinfo b/textproc/p5-XML-Parser/distinfo index 4e0dcc3a3ad..16d80c034b9 100644 --- a/textproc/p5-XML-Parser/distinfo +++ b/textproc/p5-XML-Parser/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 15:05:04 skrll Exp $ +$NetBSD: distinfo,v 1.3 2001/04/27 17:49:43 wiz Exp $ -SHA1 (XML-Parser-2.29.tar.gz) = ca6bcdd9baea6ce51444cfe93ac1226372f9da67 -Size (XML-Parser-2.29.tar.gz) = 295423 bytes +SHA1 (XML-Parser.2.30.tar.gz) = 1626c959e40446b5c71ce9d4477bc862b6c4ea07 +Size (XML-Parser.2.30.tar.gz) = 254911 bytes |