diff options
author | tron <tron@pkgsrc.org> | 2001-11-16 20:59:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-11-16 20:59:32 +0000 |
commit | 4c355c7b79294917a5c95dcb6f51d35b002d3fdb (patch) | |
tree | 9b3dc472d9341be11676d7232fe37b1b07191952 /textproc | |
parent | d68a1cb95ebcad1212bf00d93df2fa9d5ee0dc7c (diff) | |
download | pkgsrc-4c355c7b79294917a5c95dcb6f51d35b002d3fdb.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/PLIST | 6 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 |
3 files changed, 9 insertions, 7 deletions
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 |