pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-libxml2 catch up with libxml2 update and u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/713db7885c8a
branches:  trunk
changeset: 477637:713db7885c8a
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Jul 06 16:43:01 2004 +0000

description:
catch up with libxml2 update and update to 2.6.11

Python related changes:

2.6.11: July 5 2004:
   - bug fixes: C14N bug serializing namespaces (Aleksey Sanin), testSAX
    properly initialize the library (William), empty node set in XPath
    (William), xmlSchemas errors (William), invalid charref problem pointed
    by Morus Walter, XInclude xml:base generation (William), Relax-NG bug
    with div processing (William), XPointer and xml:base problem(William),
    Reader and entities, xmllint return code for schemas (William), reader
    streaming problem (Steve Ball), DTD serialization problem (William),
    libxml.m4 fixes (Mike Hommey), do not provide destructors as methods on
    Python classes, xmlReader buffer bug, Python bindings memory interfaces
    improvement (with Stéphane Bidoul), Fixed the push parser to be back to
    synchronous behaviour.
   - improvement: custom per-thread I/O enhancement (Rob Richards), register
    namespace in debug shell (Stefano Debenedetti), Python based regression
    test for non-Unix users (William), dynamically increase the number of
    XPath extension functions in Python and fix a memory leak (Marc-Antoine
    Parent and William)

2.6.10: May 17 2004:
   - portability: problem with xpath.c on Windows (MSC and Borland), memcmp
    vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not
    use "list" as parameter name, make tests work with Python 1.5 (Ed
  Davis),

diffstat:

 textproc/py-libxml2/Makefile |  4 ++--
 textproc/py-libxml2/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r fed548c6b378 -r 713db7885c8a textproc/py-libxml2/Makefile
--- a/textproc/py-libxml2/Makefile      Tue Jul 06 16:28:52 2004 +0000
+++ b/textproc/py-libxml2/Makefile      Tue Jul 06 16:43:01 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2004/04/19 15:30:41 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2004/07/06 16:43:01 recht Exp $
 
-DISTNAME=      libxml2-2.6.9
+DISTNAME=      libxml2-2.6.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libxml2/2.6/}
diff -r fed548c6b378 -r 713db7885c8a textproc/py-libxml2/distinfo
--- a/textproc/py-libxml2/distinfo      Tue Jul 06 16:28:52 2004 +0000
+++ b/textproc/py-libxml2/distinfo      Tue Jul 06 16:43:01 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/04/19 15:30:41 minskim Exp $
+$NetBSD: distinfo,v 1.5 2004/07/06 16:43:01 recht Exp $
 
-SHA1 (libxml2-2.6.9.tar.bz2) = 19f76007cee75c4db5eb170fa3c714a0ae2633bd
-Size (libxml2-2.6.9.tar.bz2) = 2669509 bytes
+SHA1 (libxml2-2.6.11.tar.bz2) = c9c483ccd5530fb81adc8971dd5f3936e6b721d8
+Size (libxml2-2.6.11.tar.bz2) = 2750851 bytes
 SHA1 (patch-aa) = 8466178808ae179a4e952c7304e1a79b639c8174



Home | Main Index | Thread Index | Old Index