diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-22 21:42:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-22 21:42:07 +0000 |
commit | 8ee10dafd78e6827dd793568947947a715eb078e (patch) | |
tree | 60115e672bc80ccd0e33ec9243636c6cb8f07435 /textproc | |
parent | dbb6838c30a4ca9110e0cf68e5220af86704f345 (diff) | |
download | pkgsrc-8ee10dafd78e6827dd793568947947a715eb078e.tar.gz |
Update to 2.6.32:
2.6.32: Apr 8 2008
* Documentation: returning heap memory to kernel (Wolfram Sang),
trying to clarify xmlCleanupParser() use, xmlXPathContext
improvement (Jack Jansen), improve the *Recover* functions
documentation, XmlNodeType doc link fix (Martijn Arts)
* Bug fixes: internal subset memory leak (Ashwin), avoid problem
with paths starting with // (Petr Sumbera), streaming XSD validation
callback patches (Ashwin), fix redirection on port other than 80
(William Brack), SAX2 leak (Ashwin), XInclude fragment of own
document (Chris Ryan), regexp bug with '.' (Andrew Tosh), flush
the writer at the end of the document (Alfred Mickautsch), output
I/O bug fix (William Brack), writer CDATA output after a text
node (Alex Khesin), UTF-16 encoding detection (William Brack),
fix handling of empty CDATA nodes for Safari team, python binding
problem with namespace nodes, improve HTML parsing (Arnold
Hendriks), regexp automata build bug, memory leak fix (Vasily
Chekalkin), XSD test crash, weird system parameter entity parsing
problem, allow save to file:///X:/ windows paths, various attribute
normalisation problems, externalSubsetSplit fix (Ashwin), attribute
redefinition in the DTD (Ashwin), fix in char ref parsing check
(Alex Khesin), many out of memory handling fixes (Ashwin), XPath
out of memory handling fixes (Alvaro Herrera), various realloc
problems (Ashwin), UCS4 encoding conversion buffer size (Christian
Fruth), problems with EatName functions on memory errors, BOM
handling in external parsed entities (Mark Rowe)
* Code cleanup: fix build under VS 2008 (David Wimsey), remove
useless mutex in xmlDict (Florent Guilian), Mingw32 compilation
fix (Carlo Bramini), Win and MacOS EOL cleanups (Florent Guiliani),
iconv need a const detection (Roumen Petrov), simplify xmlSetProp
(Julien Charbon), cross compilation fixes for Mingw (Roumen
Petrov), SCO Openserver build fix (Florent Guiliani), iconv uses
const on Win32 (Rob Richards), duplicate code removal (Ashwin),
missing malloc test and error reports (Ashwin), VMS makefile fix
(Tycho Hilhorst)
* improvements: better plug of schematron in the normal error
handling (Tobias Minich)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 10 | ||||
-rw-r--r-- | textproc/libxml2/patches/patch-ae | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 06ecde1bc95..6dc030df755 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2008/01/15 23:39:03 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2008/04/22 21:42:07 wiz Exp $ -DISTNAME= libxml2-2.6.31 +DISTNAME= libxml2-2.6.32 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 4a4f8b1a385..8d509e97d1f 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.64 2008/01/15 23:39:04 wiz Exp $ +$NetBSD: distinfo,v 1.65 2008/04/22 21:42:07 wiz Exp $ -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 (libxml2-2.6.32.tar.gz) = 1c465c0ef9d21bb4a7df02d4edfad7dfe1e263df +RMD160 (libxml2-2.6.32.tar.gz) = edb9c9a813ecb12eb214d1f75d927acb3814831c +Size (libxml2-2.6.32.tar.gz) = 4722227 bytes SHA1 (patch-aa) = 67cfa73ad1f105b69d6a424e636f6bb816d15878 SHA1 (patch-ab) = a8dc745539528db69bf1ccb8977a69c24fa818e3 SHA1 (patch-ac) = 264c75cf9fff5319105b971c122cdf5fc103c04e SHA1 (patch-ad) = cd45da492b02cce9983c46762839f68b8b1e0177 -SHA1 (patch-ae) = 3e8ae2d8ce14b0ada3d153b839e1d49bc27c297d +SHA1 (patch-ae) = b9176919edbf3582cb24aff53f7c4f291e2b78c8 diff --git a/textproc/libxml2/patches/patch-ae b/textproc/libxml2/patches/patch-ae index d4aee11c5f8..eed6fba169b 100644 --- a/textproc/libxml2/patches/patch-ae +++ b/textproc/libxml2/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.9 2007/07/07 15:28:31 wiz Exp $ +$NetBSD: patch-ae,v 1.10 2008/04/22 21:42:07 wiz Exp $ ---- doc/examples/Makefile.in.orig 2007-06-12 16:20:22.000000000 +0000 +--- doc/examples/Makefile.in.orig 2008-04-08 14:55:02.000000000 +0000 +++ doc/examples/Makefile.in -@@ -704,7 +704,8 @@ index.html: examples.xml examples.xsl +@@ -754,7 +754,8 @@ index.html: examples.xml examples.xsl install-data-local: $(mkinstalldirs) $(DESTDIR)$(HTML_DIR) @@ -11,4 +11,4 @@ $NetBSD: patch-ae,v 1.9 2007/07/07 15:28:31 wiz Exp $ + -@INSTALL@ -m 0644 $(srcdir)/*.html $(DESTDIR)$(HTML_DIR) valgrind: - $(MAKE) CHECKER='valgrind -q' tests + $(MAKE) CHECKER='valgrind' tests |