Sat Feb 21 13:58:49 2009 UTC ()
Update to 2.7.3:

2.7.3: Jan 18 2009

    * Build fix: fix build when HTML support is not included.
    * Bug fixes: avoid memory overflow in gigantic text nodes,
    indentation problem on the writed (Rob Richards), xmlAddChildList
    pointer problem (Rob Richards and Kevin Milburn), xmlAddChild
    problem with attribute (Rob Richards and Kris Breuker), avoid
    a memory leak in an edge case (Daniel Zimmermann), deallocate
    some pthread data (Alex Ott).
    * Improvements: configure option to avoid rebuilding docs
    (Adrian Bunk), limit text nodes to 10MB max by default, add
    element traversal APIs, add a parser option to enable pre 2.7
    SAX behavior (Rob Richards), add gcc malloc checking (Marcus
    Meissner), add gcc printf like functions parameters checking
    (Marcus Meissner).


(wiz)
diff -r1.99 -r1.100 pkgsrc/textproc/libxml2/Makefile
diff -r1.70 -r1.71 pkgsrc/textproc/libxml2/distinfo
diff -r1.3 -r0 pkgsrc/textproc/libxml2/patches/patch-af
diff -r1.3 -r0 pkgsrc/textproc/libxml2/patches/patch-ah
diff -r1.5 -r0 pkgsrc/textproc/libxml2/patches/patch-ag

cvs diff -r1.99 -r1.100 pkgsrc/textproc/libxml2/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/libxml2/Makefile 2008/11/24 13:59:16 1.99
+++ pkgsrc/textproc/libxml2/Makefile 2009/02/21 13:58:49 1.100
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2008/11/24 13:59:16 tron Exp $
+# $NetBSD: Makefile,v 1.100 2009/02/21 13:58:49 wiz Exp $
 
-DISTNAME=	libxml2-2.7.2
-PKGREVISION=	2
+DISTNAME=	libxml2-2.7.3
 CATEGORIES=	textproc
 MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
 		http://xmlsoft.org/sources/

cvs diff -r1.70 -r1.71 pkgsrc/textproc/libxml2/distinfo (expand / switch to context diff)
--- pkgsrc/textproc/libxml2/distinfo 2008/11/24 13:59:16 1.70
+++ pkgsrc/textproc/libxml2/distinfo 2009/02/21 13:58:49 1.71
@@ -1,13 +1,10 @@
-$NetBSD: distinfo,v 1.70 2008/11/24 13:59:16 tron Exp $
+$NetBSD: distinfo,v 1.71 2009/02/21 13:58:49 wiz Exp $
 
-SHA1 (libxml2-2.7.2.tar.gz) = 750b2bcd4ee3bf8595baf97e1881f1a57b1ef363
-RMD160 (libxml2-2.7.2.tar.gz) = 2b14531007a705679c7814618dc15baed62bc574
-Size (libxml2-2.7.2.tar.gz) = 4790639 bytes
+SHA1 (libxml2-2.7.3.tar.gz) = fd4e427fb55c977876bc74c0e552ef7d3d794a07
+RMD160 (libxml2-2.7.3.tar.gz) = 14018347531fd135366cee9fd9d760a1988546e2
+Size (libxml2-2.7.3.tar.gz) = 4789450 bytes
 SHA1 (patch-aa) = bf7db00ddf8a36394521baf656cf83d99bd9cbd3
 SHA1 (patch-ab) = a8dc745539528db69bf1ccb8977a69c24fa818e3
 SHA1 (patch-ac) = 264c75cf9fff5319105b971c122cdf5fc103c04e
 SHA1 (patch-ad) = cd45da492b02cce9983c46762839f68b8b1e0177
 SHA1 (patch-ae) = b9176919edbf3582cb24aff53f7c4f291e2b78c8
-SHA1 (patch-af) = 7d748c002fc8c7c2a80c28790c2ae719ab05aa5e
-SHA1 (patch-ag) = 91b8fb441d997fc6a0ecf622e96eb3690f2d27fb
-SHA1 (patch-ah) = 33996d6f8e9eeffa8d0b813ffc7721436c46eb21

File Deleted: pkgsrc/textproc/libxml2/patches/Attic/patch-af

File Deleted: pkgsrc/textproc/libxml2/patches/Attic/patch-ah

File Deleted: pkgsrc/textproc/libxml2/patches/Attic/patch-ag