diff options
author | wiz <wiz> | 2005-02-07 15:56:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-07 15:56:19 +0000 |
commit | 9afdf6eaa3fff975f61eea1411180d371631872a (patch) | |
tree | 015f00c0cfd6b8799662faca8f5d5cc989bbba5f /www | |
parent | 25d9ce6bcf3eda7c9ded1eefa53ab14f83fceba5 (diff) | |
download | pkgsrc-9afdf6eaa3fff975f61eea1411180d371631872a.tar.gz |
Update to 3.45:
2005-01-06 Gisle Aas
Release 3.45
Fix stack memory leak caused by missing PUTBACK. Only
code that used $p->parse(\&cb) form was affected.
Fix provided by Gurusamy Sarathy
2004-12-28 Gisle Aas
Release 3.44
Fix confusion about nested quotes in <script> and <style> text.
2004-12-06 Gisle Aas
Release 3.43
The SvUTF8 flag was not propagated correctly when replacing
unterminated entities.
Fixed test failure because of missing binmode on Windows.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTML-Parser/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index 5976c1ee948..2e2ba1f6463 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2004/12/20 11:31:13 grant Exp $ +# $NetBSD: Makefile,v 1.29 2005/02/07 15:56:19 wiz Exp $ # -DISTNAME= HTML-Parser-3.42 +DISTNAME= HTML-Parser-3.45 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hpa -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} diff --git a/www/p5-HTML-Parser/distinfo b/www/p5-HTML-Parser/distinfo index e43f394ed18..b9f301af0ab 100644 --- a/www/p5-HTML-Parser/distinfo +++ b/www/p5-HTML-Parser/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2004/12/05 18:38:58 he Exp $ +$NetBSD: distinfo,v 1.10 2005/02/07 15:56:19 wiz Exp $ -SHA1 (HTML-Parser-3.42.tar.gz) = 2d540a74cbc6375c00e69986e6628b1da0e4a40b -Size (HTML-Parser-3.42.tar.gz) = 81771 bytes +SHA1 (HTML-Parser-3.45.tar.gz) = f5b8fa1829ab279db7437a7de7fe1bf6af696dc4 +Size (HTML-Parser-3.45.tar.gz) = 82304 bytes |