diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-16 13:29:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-16 13:29:27 +0000 |
commit | 112860c3cc79f286b2f740a3ffb2a5ac757bc4ec (patch) | |
tree | ffbd140df591069d7336e92eb12872e67725c718 /textproc/p5-XML-LibXML | |
parent | 020a98495f24384315e2f79501d386e17e70f406 (diff) | |
download | pkgsrc-112860c3cc79f286b2f740a3ffb2a5ac757bc4ec.tar.gz |
Update to 1.66:
1.66
- Perl-thread support contributed by Tim Brody [rt.cpan.org #31945]
- fix [rt.cpan.org #30610] possible segmentation fault when importing nodes from a document to an element created with XML::LibXML::Element->new
- fix [rt.cpan.org #30261] Segmentation fault when extracting elements from an XML chunk
- make Makefile.PL require Perl 5.6.1
- minor fixes and additions to the documentation
- portability patch from [rt.cpan.org #29627]
- give registered Ns declarations precedence over document-specific ones
in XML::LibXML::XPathContext; fixes [rt.cpan.org #29650]
Diffstat (limited to 'textproc/p5-XML-LibXML')
-rw-r--r-- | textproc/p5-XML-LibXML/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index 59ba029675c..b27e4073247 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2007/11/29 14:28:44 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2008/04/16 13:29:27 wiz Exp $ # -DISTNAME= XML-LibXML-1.65 +DISTNAME= XML-LibXML-1.66 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xlx CATEGORIES= textproc perl5 diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo index 740a38dfffa..52cbeac1834 100644 --- a/textproc/p5-XML-LibXML/distinfo +++ b/textproc/p5-XML-LibXML/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2007/11/29 14:28:44 wiz Exp $ +$NetBSD: distinfo,v 1.13 2008/04/16 13:29:27 wiz Exp $ -SHA1 (XML-LibXML-1.65.tar.gz) = 97e081fc71d01b1ef062ff519491509f37deef9d -RMD160 (XML-LibXML-1.65.tar.gz) = d40861525041ad5f248b5f7905b6713cdcacc763 -Size (XML-LibXML-1.65.tar.gz) = 265146 bytes +SHA1 (XML-LibXML-1.66.tar.gz) = ac6b4b5acddeda5938ef7535aecfa6dfb7074308 +RMD160 (XML-LibXML-1.66.tar.gz) = 32495bedb222b94178af8099666edc161e19b363 +Size (XML-LibXML-1.66.tar.gz) = 276690 bytes |