diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 20:54:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 20:54:14 +0000 |
commit | 1e925ae1fc3850f557a30f78df1200c503888cee (patch) | |
tree | eaf63c7ad5d46fbafa64ae28cb6c2cddedbba033 | |
parent | e10e3b7b435185eab0c3743a8012618c052cb7c4 (diff) | |
download | pkgsrc-1e925ae1fc3850f557a30f78df1200c503888cee.tar.gz |
Update to 1.58:
1.58
- fixed a pointer initialization in parse_xml_chunk(), fixes
random several segmentation faults on document fragments.
- added NSCLEAN feature to the parser interface (bug 4560)
- minor code cleanups
- updated libxml2 blacklist.
- fixed croak while requesting nodeName() of CDATA sections (bug 1694).
- more documentation updates
-rw-r--r-- | textproc/p5-XML-LibXML/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index 809d8fc119c..be92946f0e8 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2004/12/20 11:31:10 grant Exp $ +# $NetBSD: Makefile,v 1.16 2005/02/19 20:54:14 wiz Exp $ # -DISTNAME= XML-LibXML-1.57 +DISTNAME= XML-LibXML-1.58 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5xlx CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo index 85567f95997..ad8d1943e17 100644 --- a/textproc/p5-XML-LibXML/distinfo +++ b/textproc/p5-XML-LibXML/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/03/29 23:50:49 wiz Exp $ +$NetBSD: distinfo,v 1.5 2005/02/19 20:54:14 wiz Exp $ -SHA1 (XML-LibXML-1.57.tar.gz) = e0219748e8fe49c03aec89eebed6a6f2c19c1a1b -Size (XML-LibXML-1.57.tar.gz) = 169306 bytes +SHA1 (XML-LibXML-1.58.tar.gz) = f2660677e2a579ba0bf9ef5d675ea2883b786abe +Size (XML-LibXML-1.58.tar.gz) = 171713 bytes |