Subject: CVS commit: pkgsrc/textproc/libxml2
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 04/09/2005 15:55:56
Module Name: pkgsrc
Committed By: recht
Date: Sat Apr 9 15:55:56 UTC 2005
Modified Files:
pkgsrc/textproc/libxml2: Makefile distinfo
Log Message:
update to libxml2-2.6.18
This release include a number of bug fixes, some build fixes and more
improvements on the W3C XML Schemas validation from Kasimier Buchcik:
build fixes:
- drop .la from RPMs
- --with-minimum build fix (William Brack)
- use XML_SOCKLEN_T instead of SOCKLEN_T because it breaks with
AIX 5.3 compiler
- fixed elfgcchack.h generation and PLT reduction code on Linux/ELF/gcc4
bug fixes:
- schemas type decimal fixups (William Brack)
- xmmlint return code (Gerry Murphy)
- small schemas fixes (Matthew Burgess and GUY Fabrice)
- workaround "DAV:" namespace brokeness in c14n (Aleksey Sanin)
- segfault in Schemas (Kasimier Buchcik)
- Schemas attribute validation (Kasimier)
- Prop related functions and xmlNewNodeEatName (Rob Richards)
- HTML serialization of name attribute on a elements
- Python error handlers leaks and improvement (Brent Hendricks)
- uninitialized variable in encoding code
- Relax-NG validation bug
- potential crash if gnorableWhitespace is NULL
- xmlSAXParseDoc and xmlParseDoc signatures
- switched back to assuming UTF-8 in case no encoding is given
at serialization time
improvements:
- lot of work on Schemas by Kasimier Buchcik on facets checking and
also mixed handling.
To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 pkgsrc/textproc/libxml2/Makefile
cvs rdiff -r1.49 -r1.50 pkgsrc/textproc/libxml2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.