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/libxml2/Makefile | |
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/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} |