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
This commit is contained in:
parent
e564c36b15
commit
e170da88fe
3 changed files with 6 additions and 6 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue