Subject: CVS commit: pkgsrc/textproc/libxml2
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 10/31/2004 10:40:51
Module Name: pkgsrc
Committed By: recht
Date: Sun Oct 31 10:40:51 UTC 2004
Modified Files:
pkgsrc/textproc/libxml2: Makefile buildlink3.mk distinfo
pkgsrc/textproc/libxml2/patches: patch-aa patch-ab
Log Message:
update to libxml2-2.6.15
changes:
* security fixes on the nanoftp and nanohttp modules
For details see:
http://www.securityfocus.com/archive/1/379383/2004-10-24/2004-10-30/0
* build fixes:
- xmllint detection bug in configure
- building outside the source tree (Thomas Fitzsimmons)
* bug fixes:
- HTML parser on broken ASCII chars in names (William)
- Python paths (Malcolm Tredinnick)
- xmlHasNsProp and default namespace (William)
- saving to python file objects (Malcolm Tredinnick)
- DTD lookup fix (Malcolm)
- save back <group> in catalogs (William)
- tree build fixes (DV and Rob Richards)
- Schemas memory bug
- structured error handler on Python 64bits
- thread local memory deallocation
- memory leak reported by Volker Roth
- xmlValidateDtd in the presence of an internal subset
- entities and _private problem (William)
- xmlBuildRelativeURI error (William).
* improvements:
- better XInclude error reports (William)
- tree debugging module and tests
- convenience functions at the Reader API (Graham Bennett)
- add support for PI in the HTML parser.
Update BUILDLINK_RECOMMENDED to 2.6.15 for the security fix.
To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 pkgsrc/textproc/libxml2/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/libxml2/buildlink3.mk
cvs rdiff -r1.43 -r1.44 pkgsrc/textproc/libxml2/distinfo
cvs rdiff -r1.17 -r1.18 pkgsrc/textproc/libxml2/patches/patch-aa
cvs rdiff -r1.9 -r1.10 pkgsrc/textproc/libxml2/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.