summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorwiz <wiz>2007-07-07 15:28:30 +0000
committerwiz <wiz>2007-07-07 15:28:30 +0000
commit19554d4c9aab2c04dafc320cc406aa69f06582b4 (patch)
tree40ca2810e0f5a8f3464e5f24b10735066c14cc88 /textproc/libxml2
parenta385fcd1039c35f2d8fae4d81778c8c05111cd96 (diff)
downloadpkgsrc-19554d4c9aab2c04dafc320cc406aa69f06582b4.tar.gz
Update to 2.6.29:
2.6.29: Jun 12 2007: - Portability: patches from Andreas Stricke for WinCEi, fix compilation warnings (William Brack), avoid warnings on Apple OS/X (Wendy Doyle and Mark Rowe), Windows compilation and threading improvements (Rob Richards), compilation against old Python versions, new GNU tar changes (Ryan Hill) - Documentation: xmlURIUnescapeString comment, - Bugfixes: xmlBufferAdd problem (Richard Jones), 'make valgrind' flag fix (Richard Jones), regexp interpretation of \, htmlCreateDocParserCtxt (Jean-Daniel Dupas), configure.in typo (Bjorn Reese), entity content failure, xmlListAppend() fix (Georges-André Silber), XPath number serialization (William Brack), nanohttp gzipped stream fix (William Brack and Alex Cornejo), xmlCharEncFirstLine typo (Mark Rowe), uri bug (François Delyon), XPath string value of PI nodes (William Brack), XPath node set sorting bugs (William Brack), avoid outputting namespace decl dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding error handling, recustion on next in catalogs, fix a Relax-NG crash, workaround wrong file: URIs, htmlNodeDumpFormatOutput on attributes, invalid character in attribute detection bug, big comments before internal subset streaming bug, HTML parsing of attributes with : in the name - Improvement: keep URI query parts in raw form (Richard Jones), embed tag support in HTML (Michael Day)
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile4
-rw-r--r--textproc/libxml2/distinfo10
-rw-r--r--textproc/libxml2/patches/patch-ae8
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index b49e697377e..6f58449d952 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2007/05/03 13:19:00 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2007/07/07 15:28:30 wiz Exp $
-DISTNAME= libxml2-2.6.28
+DISTNAME= libxml2-2.6.29
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 32c46ab041e..fae4b3f5eb2 100644
--- a/textproc/libxml2/distinfo
+++ b/textproc/libxml2/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.61 2007/05/03 13:19:00 wiz Exp $
+$NetBSD: distinfo,v 1.62 2007/07/07 15:28:30 wiz Exp $
-SHA1 (libxml2-2.6.28.tar.gz) = 7642a52799efde2e0163d322b2aee8cd9f583268
-RMD160 (libxml2-2.6.28.tar.gz) = 65d0c2cef5ce40751bd72bb54462d9122558fa17
-Size (libxml2-2.6.28.tar.gz) = 4716025 bytes
+SHA1 (libxml2-2.6.29.tar.gz) = 2355f2455aa6408244b7e2c444befeb0e93e37d5
+RMD160 (libxml2-2.6.29.tar.gz) = 489b394fc7dd9c23618a88ba3ddcecf71caf3874
+Size (libxml2-2.6.29.tar.gz) = 4719760 bytes
SHA1 (patch-aa) = 67cfa73ad1f105b69d6a424e636f6bb816d15878
SHA1 (patch-ab) = a8dc745539528db69bf1ccb8977a69c24fa818e3
SHA1 (patch-ac) = 264c75cf9fff5319105b971c122cdf5fc103c04e
SHA1 (patch-ad) = cd45da492b02cce9983c46762839f68b8b1e0177
-SHA1 (patch-ae) = fb6a05d5ecad8cba49d079ec6c54a061654b6351
+SHA1 (patch-ae) = 3e8ae2d8ce14b0ada3d153b839e1d49bc27c297d
diff --git a/textproc/libxml2/patches/patch-ae b/textproc/libxml2/patches/patch-ae
index 646e94f276e..d4aee11c5f8 100644
--- a/textproc/libxml2/patches/patch-ae
+++ b/textproc/libxml2/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.8 2006/05/15 08:27:32 minskim Exp $
+$NetBSD: patch-ae,v 1.9 2007/07/07 15:28:31 wiz Exp $
---- doc/examples/Makefile.in.orig 2006-04-28 16:32:49.000000000 +0000
+--- doc/examples/Makefile.in.orig 2007-06-12 16:20:22.000000000 +0000
+++ doc/examples/Makefile.in
-@@ -700,7 +700,8 @@ index.html: examples.xml examples.xsl
+@@ -704,7 +704,8 @@ index.html: examples.xml examples.xsl
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(HTML_DIR)
@@ -11,4 +11,4 @@ $NetBSD: patch-ae,v 1.8 2006/05/15 08:27:32 minskim Exp $
+ -@INSTALL@ -m 0644 $(srcdir)/*.html $(DESTDIR)$(HTML_DIR)
valgrind:
- $(MAKE) CHECKER='valgrind' tests
+ $(MAKE) CHECKER='valgrind -q' tests