pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-LibXML Update to 1.65:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbc5e91d0c9d
branches:  trunk
changeset: 535811:dbc5e91d0c9d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Nov 29 14:28:44 2007 +0000

description:
Update to 1.65:

1.65
   - fix bug in t/40reader.t revealed by a bugfix in Test::More 0.71 (Jonathan Rockway)
   - fix possible SIGSEGV when PI's or attrs created with
     createDocument can get garbage-collected after their owning
     document (old-standing bug suddenly caught by XML::Compile regression tests)
   - skip tests for unsupported features on unsupported versions of Perl/libxml2
   - make Reader interface require Perl 5.8 (patches to extend to 5.6 are welcome)

1.64
   - fix reconcilation of the "xml" namespace [rt.cpan.org #26450]
   - make tests pass with libxml2 2.9.29 - PI regression tests now
     accept "" as data of an empty PI [rt.cpan.org #27659]
   - strip-off UTF8 flag with $node->toString($format,1) for consistent
     behavior independent on the actual document encoding
   - fix in XML::LibXML::Reader::nextSiblingElment
   - fix synopsis for XML::LibXML::Reader
   - skip tests that require Encode module if not available (perl 5.6)
   - finally removed the iterator() method deprecated since 1.54
   - set_document_locator support in XML::LibXML::SAX::Parser
   - SYNOPSIS sections of the docs now mention which module to use
     and which other manpage to look into for inherited methods
   - XML::LibXML::Namespace API fixed in order to achieve
     an agreement between the docs and the implementation

diffstat:

 textproc/p5-XML-LibXML/Makefile |  4 ++--
 textproc/p5-XML-LibXML/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 4a1c6bab6765 -r dbc5e91d0c9d textproc/p5-XML-LibXML/Makefile
--- a/textproc/p5-XML-LibXML/Makefile   Thu Nov 29 14:26:21 2007 +0000
+++ b/textproc/p5-XML-LibXML/Makefile   Thu Nov 29 14:28:44 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2007/06/13 23:29:01 heinz Exp $
+# $NetBSD: Makefile,v 1.26 2007/11/29 14:28:44 wiz Exp $
 #
 
-DISTNAME=      XML-LibXML-1.63
+DISTNAME=      XML-LibXML-1.65
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5xlx
 CATEGORIES=    textproc perl5
diff -r 4a1c6bab6765 -r dbc5e91d0c9d textproc/p5-XML-LibXML/distinfo
--- a/textproc/p5-XML-LibXML/distinfo   Thu Nov 29 14:26:21 2007 +0000
+++ b/textproc/p5-XML-LibXML/distinfo   Thu Nov 29 14:28:44 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2007/06/13 23:29:01 heinz Exp $
+$NetBSD: distinfo,v 1.12 2007/11/29 14:28:44 wiz Exp $
 
-SHA1 (XML-LibXML-1.63.tar.gz) = e0e0e47c2f2d54d9ecb431cbae692ac808917bfb
-RMD160 (XML-LibXML-1.63.tar.gz) = d7164829c586d6d2cc3d32801668e84bd76fff20
-Size (XML-LibXML-1.63.tar.gz) = 261774 bytes
+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



Home | Main Index | Thread Index | Old Index