diff options
author | recht <recht> | 2005-03-21 23:15:40 +0000 |
---|---|---|
committer | recht <recht> | 2005-03-21 23:15:40 +0000 |
commit | 91b50b5e3f2c15faa7b97877dc917bde301aa08a (patch) | |
tree | 237b4e9b905b3e7a037c508297bfc0b73733a28c /textproc | |
parent | 2f5c19acb13012a0350b0a116f70b510b50f6786 (diff) | |
download | pkgsrc-91b50b5e3f2c15faa7b97877dc917bde301aa08a.tar.gz |
update to libxml2-2.6.18
2.6.18: Mar 13 2005:
- build fixes: warnings (Peter Breitenlohner), testapi.c generation,
Bakefile support (Francesco Montorsi), Windows compilation (Joel Reed),
some gcc4 fixes, HP-UX portability fixes (Rick Jones).
- bug fixes: xmlSchemaElementDump namespace (Kasimier Buchcik), push and
xmlreader stopping on non-fatal errors, thread support for dictionnaries
reference counting (Gary Coady), internal subset and push problem,
URL saved in xmlCopyDoc, various schemas bug fixes (Kasimier), Python
paths fixup (Stephane Bidoul), xmlGetNodePath and namespaces,
xmlSetNsProp fix (Mike Hommey), warning should not count as error
(William Brack), xmlCreatePushParser empty chunk, XInclude parser
flags (William), cleanup FTP and HTTP code to reuse the uri parsing
and IPv6 (William), xmlTextWriterStartAttributeNS fix (Rob Richards),
XMLLINT_INDENT being empty (William), xmlWriter bugs (Rob Richards),
multithreading on Windows (Rich Salz), xmlSearchNsByHref fix (Kasimier),
Python binding leak (Brent Hendricks), aliasing bug exposed by gcc4
on s390, xmlTextReaderNext bug (Rob Richards), Schemas decimal type
fixes (William Brack), xmlByteConsumed static buffer (Ben Maurer).
- improvement: speedup parsing comments and DTDs, dictionnary support for
hash tables, Schemas Identity constraints (Kasimier), streaming XPath
subset, xmlTextReaderReadString added (Bjorn Reese), Schemas canonical
values handling (Kasimier), add xmlTextReaderByteConsumed (Aron
Stansvik),
- Documentation: Wiki support (Joel Reed)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index ebe6fa9080e..b1db3c28650 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2005/02/12 16:27:47 recht Exp $ +# $NetBSD: Makefile,v 1.66 2005/03/21 23:15:40 recht Exp $ -DISTNAME= libxml2-2.6.17 +DISTNAME= libxml2-2.6.18 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 3ab1a9c3589..0e9c4cb10fd 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.48 2005/02/24 14:48:44 agc Exp $ +$NetBSD: distinfo,v 1.49 2005/03/21 23:15:40 recht Exp $ -SHA1 (libxml2-2.6.17.tar.bz2) = 52325ef86a6b3c7e611daea1f7519df8df764479 -RMD160 (libxml2-2.6.17.tar.bz2) = 5b2077ffda746a04e0a79862d7f1263cb7b87606 -Size (libxml2-2.6.17.tar.bz2) = 3067503 bytes +SHA1 (libxml2-2.6.18.tar.bz2) = a3a90c236a14253c465bf1d385db15db542d65be +RMD160 (libxml2-2.6.18.tar.bz2) = a1860815afb697d3fe250b30dbf7fbb73de41a21 +Size (libxml2-2.6.18.tar.bz2) = 3083331 bytes SHA1 (patch-aa) = a8eb8928330f8bf6827a9d06a07f5e88d6963457 SHA1 (patch-ab) = e4c782df227b40e2cc70e60695d97952444ea088 SHA1 (patch-ac) = b704e360662978558694aaab3c4672f26765c5c7 |