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/Makefile | |
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/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 5 |
1 files changed, 2 insertions, 3 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/} |