diff options
author | wiz <wiz@pkgsrc.org> | 2008-01-15 23:39:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-01-15 23:39:03 +0000 |
commit | c2265c6a12d424762a6ac7911f73356a8bffa276 (patch) | |
tree | 62e1d42162f8c24628883c9fa7f2d7472a63447e /textproc | |
parent | 99b6148c4ba9d813477d46058244444906463652 (diff) | |
download | pkgsrc-c2265c6a12d424762a6ac7911f73356a8bffa276.tar.gz |
Update to 2.6.31:
2.6.31: Jan 11 2008:
- Security fix: missing of checks in UTF-8 parsing
- Bug fixes: regexp bug, dump attribute from XHTML document, fix
xmlFree(NULL) to not crash in debug mode, Schematron parsing crash
(Rob Richards), global lock free on Windows (Marc-Antoine Ruel),
XSD crash due to double free (Rob Richards), indentation fix in
xmlTextWriterFullEndElement (Felipe Pena), error in attribute type
parsing if attribute redeclared, avoid crash in hash list scanner if
deleting elements, column counter bug fix (Christian Schmidt),
HTML embed element saving fix (Stefan Behnel), avoid -L/usr/lib
output from xml2-config (Fred Crozat), avoid an xmllint crash
(Stefan Kost), don't stop HTML parsing on out of range chars.
- Code cleanup: fix open() call third argument, regexp cut'n paste
copy error, unused variable in __xmlGlobalInitMutexLock (Hannes Eder),
some make distcheck realted fixes (John Carr)
- Improvements: HTTP Header: includes port number (William Brack),
testURI --debug option,
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 ef6026a6b6f..06ecde1bc95 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.90 2007/10/31 20:14:45 drochner Exp $ +# $NetBSD: Makefile,v 1.91 2008/01/15 23:39:03 wiz Exp $ -DISTNAME= libxml2-2.6.30 +DISTNAME= libxml2-2.6.31 CATEGORIES= textproc MASTER_SITES= ftp://xmlsoft.org/libxml2/ #MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.6/} diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 53fa0123724..4a4f8b1a385 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.63 2007/08/29 22:27:10 wiz Exp $ +$NetBSD: distinfo,v 1.64 2008/01/15 23:39:04 wiz Exp $ -SHA1 (libxml2-2.6.30.tar.gz) = 519701df3a10770980e993336fe19ef7d95b5bba -RMD160 (libxml2-2.6.30.tar.gz) = 8adcca2a60b4e90de898d9710a3a45069b73bbfe -Size (libxml2-2.6.30.tar.gz) = 4726657 bytes +SHA1 (libxml2-2.6.31.tar.gz) = 97233a210425bad96b35e52aa3e0010ac11bbcc9 +RMD160 (libxml2-2.6.31.tar.gz) = de231ec47f14ace35c29cf59d650a5611fd6128a +Size (libxml2-2.6.31.tar.gz) = 4734599 bytes SHA1 (patch-aa) = 67cfa73ad1f105b69d6a424e636f6bb816d15878 SHA1 (patch-ab) = a8dc745539528db69bf1ccb8977a69c24fa818e3 SHA1 (patch-ac) = 264c75cf9fff5319105b971c122cdf5fc103c04e |