From df60385868cca7720b9b1f0c8cae9a59f916b237 Mon Sep 17 00:00:00 2001 From: rh Date: Mon, 21 May 2001 19:45:04 +0000 Subject: [PATCH] Update libxml to 1.8.13. Changes are mainly bugfixes, most notably a bug that let malformed input data cause endless loops. --- textproc/libxml/Makefile | 8 ++++---- textproc/libxml/distinfo | 8 ++++---- textproc/libxml/patches/patch-ab | 12 ++++++------ textproc/libxml/pkg/PLIST | 6 ++++-- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index f691774e1af4..0047de95561f 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2001/03/10 12:37:20 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2001/05/21 19:45:04 rh Exp $ # -DISTNAME= libxml-1.8.11 +DISTNAME= libxml-1.8.13 CATEGORIES= textproc devel lang gnome MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \ ${MASTER_SITE_GNOME:=stable/sources/libxml/} @@ -16,8 +16,8 @@ COMMENT= XML parser, mainly used by the GNOME project DEPENDS+= zlib-*:../../devel/zlib .endif -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" diff --git a/textproc/libxml/distinfo b/textproc/libxml/distinfo index dbc05e84779b..90bd8cf0b180 100644 --- a/textproc/libxml/distinfo +++ b/textproc/libxml/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 15:05:00 skrll Exp $ +$NetBSD: distinfo,v 1.3 2001/05/21 19:45:04 rh Exp $ -SHA1 (libxml-1.8.11.tar.gz) = dfcf71e34cb1a24b3f62c2d3d29803090c21b704 -Size (libxml-1.8.11.tar.gz) = 896078 bytes -SHA1 (patch-ab) = 16c5329b349e35bfdd826bc9bf7bb59a24e327c2 +SHA1 (libxml-1.8.13.tar.gz) = c38404e601fc7073ab42a7fd931cda156c438500 +Size (libxml-1.8.13.tar.gz) = 960567 bytes +SHA1 (patch-ab) = a58bdc13c490249cb7ca261ff72072f54d685e19 SHA1 (patch-ac) = f47e729c119e7d94d1745a023a8b9d346b119212 SHA1 (patch-ad) = 383abbc31c894ccedd324ae4188c071e2d8595ea diff --git a/textproc/libxml/patches/patch-ab b/textproc/libxml/patches/patch-ab index 11a352135046..89f1944616c2 100644 --- a/textproc/libxml/patches/patch-ab +++ b/textproc/libxml/patches/patch-ab @@ -1,11 +1,11 @@ -$NetBSD: patch-ab,v 1.7 2000/07/15 08:09:28 jlam Exp $ +$NetBSD: patch-ab,v 1.8 2001/05/21 19:45:05 rh Exp $ ---- Makefile.in.orig Sun Jul 9 04:33:19 2000 -+++ Makefile.in Fri Jul 14 23:05:08 2000 -@@ -159,7 +159,7 @@ +--- Makefile.in.orig Mon May 14 12:39:15 2001 ++++ Makefile.in +@@ -162,7 +162,7 @@ libxml_la_OBJECTS = SAX.lo entities.lo encoding.lo error.lo parser.lo \ - HTMLparser.lo HTMLtree.lo debugXML.lo tree.lo xpath.lo xmlIO.lo \ - xmlmemory.lo nanohttp.lo nanoftp.lo valid.lo xlink.lo + parserold.lo HTMLparser.lo HTMLtree.lo debugXML.lo tree.lo xpath.lo \ + xmlIO.lo xmlmemory.lo nanohttp.lo nanoftp.lo valid.lo xlink.lo uri.lo -PROGRAMS = $(noinst_PROGRAMS) +PROGRAMS = diff --git a/textproc/libxml/pkg/PLIST b/textproc/libxml/pkg/PLIST index eae29011325a..010a0b3f2c43 100644 --- a/textproc/libxml/pkg/PLIST +++ b/textproc/libxml/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2001/03/10 12:37:21 drochner Exp $ +@comment $NetBSD: PLIST,v 1.12 2001/05/21 19:45:05 rh Exp $ bin/xml-config include/gnome-xml/HTMLparser.h include/gnome-xml/HTMLtree.h @@ -6,11 +6,13 @@ include/gnome-xml/SAX.h include/gnome-xml/debugXML.h include/gnome-xml/encoding.h include/gnome-xml/entities.h +include/gnome-xml/libxml include/gnome-xml/nanoftp.h include/gnome-xml/nanohttp.h include/gnome-xml/parser.h include/gnome-xml/parserInternals.h include/gnome-xml/tree.h +include/gnome-xml/uri.h include/gnome-xml/valid.h include/gnome-xml/xlink.h include/gnome-xml/xml-error.h @@ -21,7 +23,7 @@ lib/libxml.a lib/libxml.la lib/libxml.so lib/libxml.so.9 -lib/libxml.so.9.11 +lib/libxml.so.9.13 lib/xmlConf.sh lib/pkgconfig/libxml.pc share/gnome-xml/html/gnome-xml/DOM.gif