pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/libxml2 Update to 2.6.29:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ed36ce20f15
branches: trunk
changeset: 530744:8ed36ce20f15
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 07 15:28:30 2007 +0000
description:
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:
textproc/libxml2/Makefile | 4 ++--
textproc/libxml2/distinfo | 10 +++++-----
textproc/libxml2/patches/patch-ae | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (52 lines):
diff -r c8dccebd2cd2 -r 8ed36ce20f15 textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Sat Jul 07 15:25:18 2007 +0000
+++ b/textproc/libxml2/Makefile Sat Jul 07 15:28:30 2007 +0000
@@ -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 -r c8dccebd2cd2 -r 8ed36ce20f15 textproc/libxml2/distinfo
--- a/textproc/libxml2/distinfo Sat Jul 07 15:25:18 2007 +0000
+++ b/textproc/libxml2/distinfo Sat Jul 07 15:28:30 2007 +0000
@@ -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 -r c8dccebd2cd2 -r 8ed36ce20f15 textproc/libxml2/patches/patch-ae
--- a/textproc/libxml2/patches/patch-ae Sat Jul 07 15:25:18 2007 +0000
+++ b/textproc/libxml2/patches/patch-ae Sat Jul 07 15:28:30 2007 +0000
@@ -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 @@
+ -@INSTALL@ -m 0644 $(srcdir)/*.html $(DESTDIR)$(HTML_DIR)
valgrind:
- $(MAKE) CHECKER='valgrind' tests
+ $(MAKE) CHECKER='valgrind -q' tests
Home |
Main Index |
Thread Index |
Old Index