diff options
author | jlam <jlam> | 2000-10-17 23:58:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-10-17 23:58:17 +0000 |
commit | 91209e48ddd466dd7960c07cf237e65d2ab136e8 (patch) | |
tree | 163329f6a1d2b391aab3855abf6136ea021122af /textproc | |
parent | 3710eab5cb2752cd03cfe46f57d325c023d40eb1 (diff) | |
download | pkgsrc-91209e48ddd466dd7960c07cf237e65d2ab136e8.tar.gz |
Update libxml to 0.8.10. Changes from 0.8.9 fix some GNOME-related bugs:
* entities.c: added missing tests for doc == NULL as pointed by
Michael.
* tree.c : return content from CDATA sections when asking for
node content
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml/files/md5 | 4 | ||||
-rw-r--r-- | textproc/libxml/pkg/PLIST | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile index f0c900fae4a..0cad44e5040 100644 --- a/textproc/libxml/Makefile +++ b/textproc/libxml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2000/07/15 08:09:27 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2000/10/17 23:58:17 jlam Exp $ # -DISTNAME= libxml-1.8.9 +DISTNAME= libxml-1.8.10 CATEGORIES= textproc devel lang gnome MASTER_SITES= ftp://rpmfind.net/pub/veillard/ \ ${MASTER_SITE_GNOME:=stable/sources/libxml/} diff --git a/textproc/libxml/files/md5 b/textproc/libxml/files/md5 index 43c412aa1d8..8db1ce42b7c 100644 --- a/textproc/libxml/files/md5 +++ b/textproc/libxml/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.8 2000/07/15 08:09:28 jlam Exp $ +$NetBSD: md5,v 1.9 2000/10/17 23:58:18 jlam Exp $ -MD5 (libxml-1.8.9.tar.gz) = ad50eec1ea625071726434cc5cf9d578 +MD5 (libxml-1.8.10.tar.gz) = 4773efd97515916b9b4a7d6a303997d4 diff --git a/textproc/libxml/pkg/PLIST b/textproc/libxml/pkg/PLIST index be240c3e50f..75bd724199a 100644 --- a/textproc/libxml/pkg/PLIST +++ b/textproc/libxml/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2000/07/15 08:09:30 jlam Exp $ +@comment $NetBSD: PLIST,v 1.9 2000/10/17 23:58:18 jlam Exp $ bin/xml-config include/gnome-xml/HTMLparser.h include/gnome-xml/HTMLtree.h @@ -19,7 +19,7 @@ include/gnome-xml/xmlmemory.h include/gnome-xml/xpath.h lib/libxml.a lib/libxml.la -lib/libxml.so.9.9 +lib/libxml.so.9.10 lib/xmlConf.sh share/gnome-xml/html/gnome-xml/DOM.gif share/gnome-xml/html/gnome-xml/book1.html |