From 4a895dc45d6420b6d58603f2d767fe66ef43d0ce Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 16 Nov 2001 20:59:32 +0000 Subject: Uppdate "libxml2" package to version 2.4.10. Changes since version 2.4.6: - URI escaping fix (Joel Young) - added xmlGetNodePath() (for paths or XPointers generation) - Fixes namespace handling problems when using DTD and validation improvements on xmllint: Morus Walter patches for --format and --encode, Stefan Kost and Heiko Rupp improvements on the --shell - fixes for xmlcatalog linking pointed by Weiqi Gao - fixes to the HTML parser - fixes more catalog bugs - avoid a compilation problem, improve xmlGetLineNo() - fixed SGML catalogs broken in previous release, updated xmlcatalog tool - fixed a compile errors and some includes troubles. - exported some debugging interfaces - serious rewrite of the catalog code - integrated Gary Pennington thread safety patch, added configure option and regression tests - removed an HTML parser bug - fixed a couple of potentially serious validation bugs - integrated the SGML DocBook support in xmllint - changed the nanoftp anonymous login passwd - some I/O cleanup and a couple of interfaces for Perl wrapper - general bug fixes - updated xmllint man page by John Fleck - some VMS and Windows updates This will hopefully fix PR pkg/14336. --- textproc/libxml2/Makefile | 4 ++-- textproc/libxml2/PLIST | 6 ++++-- textproc/libxml2/distinfo | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'textproc/libxml2') diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 73c33ada8b5..a5bcf5f7539 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2001/10/17 20:06:55 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/11/16 20:59:32 tron Exp $ -DISTNAME= libxml2-2.4.6 +DISTNAME= libxml2-2.4.10 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libxml/} diff --git a/textproc/libxml2/PLIST b/textproc/libxml2/PLIST index 099e4f9e6f9..8573b9a69d2 100644 --- a/textproc/libxml2/PLIST +++ b/textproc/libxml2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:57:23 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/11/16 20:59:32 tron Exp $ bin/xml2-config bin/xmlcatalog bin/xmllint @@ -10,12 +10,14 @@ include/libxml2/libxml/catalog.h include/libxml2/libxml/debugXML.h include/libxml2/libxml/encoding.h include/libxml2/libxml/entities.h +include/libxml2/libxml/globals.h include/libxml2/libxml/hash.h include/libxml2/libxml/list.h include/libxml2/libxml/nanoftp.h include/libxml2/libxml/nanohttp.h include/libxml2/libxml/parser.h include/libxml2/libxml/parserInternals.h +include/libxml2/libxml/threads.h include/libxml2/libxml/tree.h include/libxml2/libxml/uri.h include/libxml2/libxml/valid.h @@ -33,7 +35,7 @@ lib/libxml2.a lib/libxml2.la lib/libxml2.so lib/libxml2.so.6 -lib/libxml2.so.6.6 +lib/libxml2.so.6.10 lib/pkgconfig/libxml-2.0.pc lib/xml2Conf.sh man/man1/xml2-config.1 diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 7eaaa631aa6..9d53e3c43a7 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2001/10/17 20:06:55 jlam Exp $ +$NetBSD: distinfo,v 1.7 2001/11/16 20:59:32 tron Exp $ -SHA1 (libxml2-2.4.6.tar.gz) = 8e9ae022cfffe14decd83eeb0e481cece82cd878 -Size (libxml2-2.4.6.tar.gz) = 1449980 bytes +SHA1 (libxml2-2.4.10.tar.gz) = 16da16d7bfa55597a7756b289baf1fafc6ece4ca +Size (libxml2-2.4.10.tar.gz) = 1561258 bytes SHA1 (patch-aa) = 80820912687e4d4f661ff70fb5ddd92f1931d389 SHA1 (patch-ac) = d4018cb6eb27d3b7712dab54366e71507e7bd1f3 SHA1 (patch-ad) = 715a93a65cebcc4216da647f148903974ffc31f0 -- cgit v1.2.3