diff options
author | he <he@pkgsrc.org> | 2008-08-06 21:43:55 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-06 21:43:55 +0000 |
commit | 7b5c610a66088eb21243aeee996d0a78ee57c1da (patch) | |
tree | 72478dac861f70878cd49189aae0ff42ba7383a7 /textproc/p5-XML-SAX | |
parent | 5fb5a1a88dbbec0bc97d80ed8fe87e799e2aae89 (diff) | |
download | pkgsrc-7b5c610a66088eb21243aeee996d0a78ee57c1da.tar.gz |
Update from version 0.16nb2 to 0.96. Changes:
0.96 06 Aug 2008 Grant McLean
- Fix breakage of Unicode regexes on 5.6 (introduced in 0.95 release)
0.95 05 Aug 2008 Grant McLean
- XML::SAX::PurePerl fixes:
- RT#37147: Fix handling of numeric character entities in attribute
values (report from Jools Smyth)
- RT#19442: Fix for numeric character entities spanning end of buffer
(report from Eivind Eklund)
- RT#29316: Performance fix for parsing from large strings (patch from
Gordon Lack)
- RT#26588: Fix for UTF8 bytes in first 4096 bytes of document not being
decoded to Perl-UTF8-characters (patch from Niko Tyni of the
Debian project)
- RT#37545: incorrect operator precedence breaks single quotes around
DTD entity declarations (report from Kevin Ryde)
- RT#28477: Fix test in ParserFactory.pm for parser module loaded (report
from Douglas Wilson)
- RT#28564: Fix XML::SAX::PurePerl versioning (report from Chapman Flack)
Diffstat (limited to 'textproc/p5-XML-SAX')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-SAX/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 6088bddf6f0..f73b919079a 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2007/09/18 21:06:14 heinz Exp $ +# $NetBSD: Makefile,v 1.22 2008/08/06 21:43:55 he Exp $ -DISTNAME= XML-SAX-0.16 +DISTNAME= XML-SAX-0.96 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-SAX/distinfo b/textproc/p5-XML-SAX/distinfo index ea95b26fd3a..342254d1227 100644 --- a/textproc/p5-XML-SAX/distinfo +++ b/textproc/p5-XML-SAX/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2007/09/15 09:19:41 wiz Exp $ +$NetBSD: distinfo,v 1.8 2008/08/06 21:43:55 he Exp $ -SHA1 (XML-SAX-0.16.tar.gz) = 95ba0db1564547103c14ae4e2391d03883eb8dda -RMD160 (XML-SAX-0.16.tar.gz) = 704e93828d6e90b7380b2bceab7e33271b5db0dd -Size (XML-SAX-0.16.tar.gz) = 59425 bytes +SHA1 (XML-SAX-0.96.tar.gz) = ae050fcd129d247855bf480c1e44cdc2db823e9e +RMD160 (XML-SAX-0.96.tar.gz) = 9b230c84fdad560d99e8fc616e6c58921bb1e2f4 +Size (XML-SAX-0.96.tar.gz) = 62775 bytes SHA1 (patch-aa) = d474262178b0a36da51ed0cdfd56e75272f25d71 |