Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 01/11/2007 19:08:48
Module Name:	pkgsrc
Committed By:	drochner
Date:		Thu Jan 11 19:08:48 UTC 2007

Modified Files:
	pkgsrc/databases/sqlite3: Makefile.common PLIST distinfo
	pkgsrc/databases/sqlite3-tcl: Makefile
Added Files:
	pkgsrc/databases/sqlite3/patches: patch-ab

Log Message:
update to 3.3.10
changes:
-fixed bugs which can lead to database corruption under obscure and
 difficult to reproduce circumstances
-new sqlite3_prepare_v2() API
-bug fixes in the command-line shell
-enhancements to the query optimizer

pkgsrc change: fix a selftest which couldn't work as intended due to
misuse of O_APPEND


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/sqlite3/Makefile.common
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/sqlite3/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/sqlite3-tcl/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/databases/sqlite3/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.