pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34411: [update] textproc/p5-XML-LibXML
>Number: 34411
>Category: pkg
>Synopsis: [update] textproc/p5-XML-LibXML
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Aug 30 11:25:04 +0000 2006
>Originator: Martin Wilke
>Release: NetBSD 4.0_BETA i386
>Organization:
>Environment:
System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
miwi%mwilke.ath.cx@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX
>Description:
- Update to 1.60
- Changelog
- getElementsById corrected to getElementById and the old name kept
as an alias. Also re-implemented without XPath for improved
performance
- DOM Level 3 method $attr->isId() added
- make {get,set,has}Attribute(Node)? methods work with full
attribute names rather than just localnames.
(Although DOM Level 3 is not very clear about the behavior of
these methods for an attributes with namespaces, it certainly
does not imply that getAttribute('foo') should return value of a
bar:foo, which was the old behavior.)
- added publicId and systemId methods to XML::LibXML::Dtd
1.59
- new parser and callback code (Christian Glahn)
- new XML::LibXML::InputCallback class
- many bug fixes (including several memory leaks)
- documentation and regression fixes and enhancements
- Perl wrappers for parse_html_*
- make sure parse_* methods are not called on class (bug 11126)
- DOM Layer 3 conformance fixes:
* lookupNamespaceURI(empty_or_undef) now returns the default NS
- faster getChildrenByTagNameNS implementation
- remove the SGML parser code no longer supported by libxml (Michael Kröll)
>How-To-Repeat:
>Fix:
--- p5-XML-LibXML.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-XML-LibXML/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile 4 Mar 2006 21:30:49 -0000 1.22
+++ Makefile 30 Aug 2006 10:51:48 -0000
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.22 2006/03/04 21:30:49 jlam Exp $
#
-DISTNAME= XML-LibXML-1.58
+DISTNAME= XML-LibXML-1.60
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
SVR4_PKGNAME= p5xlx
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-XML-LibXML/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo 17 Mar 2005 09:03:17 -0000 1.8
+++ distinfo 30 Aug 2006 10:52:02 -0000
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2005/03/17 09:03:17 snj Exp $
-SHA1 (XML-LibXML-1.58.tar.gz) = f2660677e2a579ba0bf9ef5d675ea2883b786abe
-RMD160 (XML-LibXML-1.58.tar.gz) = 04ce4bb3896f5b07eaffcb9ac55fd005b87015a8
-Size (XML-LibXML-1.58.tar.gz) = 171713 bytes
+SHA1 (XML-LibXML-1.60.tar.gz) = f51baea75f83f52c7f2501d84b8ff06a809be507
+RMD160 (XML-LibXML-1.60.tar.gz) = 4a2eeb1aeb6c9dc35496f91170e3a7ab5199b8e5
+Size (XML-LibXML-1.60.tar.gz) = 231444 bytes
SHA1 (patch-aa) = 820e73f774c5eb5421c6a6d1711b745c3fbb9b34
--- p5-XML-LibXML.diff ends here ---
Home |
Main Index |
Thread Index |
Old Index