Fri Nov 21 12:22:21 2008 UTC ()
Changes 3.6.6:
* Fix a define that prevented memsys5 from compiling
* Fix a problem in the virtual table commit mechanism that was causing
  a crash in FTS3.
* Add the application-defined page cache
* Added built-in support for VxWorks

Changes 3.6.5:
* Add the MEMORY option to the journal_mode pragma.
* Added the sqlite3_db_mutex() interface.
* Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option.
* Fixed the truncate optimization so that sqlite3_changes() and
  sqlite3_total_changes() interfaces and the count_changes pragma return
  the correct values.
* Added the sqlite3_extended_errcode() interface.
* The COMMIT command now succeeds even if there are pending queries. It returns * SQLITE_BUSY if there are pending incremental BLOB I/O requests.
* The error code is changed to SQLITE_BUSY (instead of SQLITE_ERROR) when
  an attempt is made to ROLLBACK while one or more queries are still pending.
* Drop all support for the experimental memory allocators memsys4 and memsys6.
* Added the SQLITE_ZERO_MALLOC compile-time option.


(adam)
diff -r1.26 -r1.27 pkgsrc/databases/sqlite3/Makefile.common
diff -r1.22 -r1.23 pkgsrc/databases/sqlite3/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/databases/sqlite3/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3/Makefile.common 2008/10/19 00:11:49 1.26
+++ pkgsrc/databases/sqlite3/Makefile.common 2008/11/21 12:22:21 1.27
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile.common,v 1.26 2008/10/19 00:11:49 gdt Exp $ 1# $NetBSD: Makefile.common,v 1.27 2008/11/21 12:22:21 adam Exp $
2 2
3# used by databases/sqlite3-tcl/Makefile 3# used by databases/sqlite3-tcl/Makefile
4 4
5DISTNAME= sqlite-3.6.4 5DISTNAME= sqlite-3.6.6
6PKGNAME= ${DISTNAME:S/-/3-/} 6PKGNAME= ${DISTNAME:S/-/3-/}
7CATEGORIES= databases 7CATEGORIES= databases
8MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ 8MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
9 http://www.sqlite.org/ 9 http://www.sqlite.org/
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://www.sqlite.org/ 12HOMEPAGE= http://www.sqlite.org/
13COMMENT= SQL Database Engine in a C Library 13COMMENT= SQL Database Engine in a C Library
14 14
15#LICENSE= public-domain 15#LICENSE= public-domain
16 16
17DISTINFO_FILE= ${.CURDIR}/../../databases/sqlite3/distinfo 17DISTINFO_FILE= ${.CURDIR}/../../databases/sqlite3/distinfo
18PATCHDIR= ${.CURDIR}/../../databases/sqlite3/patches 18PATCHDIR= ${.CURDIR}/../../databases/sqlite3/patches

cvs diff -r1.22 -r1.23 pkgsrc/databases/sqlite3/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3/distinfo 2008/10/15 18:22:04 1.22
+++ pkgsrc/databases/sqlite3/distinfo 2008/11/21 12:22:21 1.23
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.22 2008/10/15 18:22:04 martti Exp $ 1$NetBSD: distinfo,v 1.23 2008/11/21 12:22:21 adam Exp $
2 2
3SHA1 (sqlite-3.6.4.tar.gz) = af1082c0455aa672a9e1ca700eb53d986f6ac846 3SHA1 (sqlite-3.6.6.tar.gz) = 1d742f35802b3053372b60db615690b5d2c4fa67
4RMD160 (sqlite-3.6.4.tar.gz) = b420b8a196807feb5162f293ea64e7741a633e92 4RMD160 (sqlite-3.6.6.tar.gz) = 328723d101dc148739706370f5dca27abcd7e817
5Size (sqlite-3.6.4.tar.gz) = 2246598 bytes 5Size (sqlite-3.6.6.tar.gz) = 2269175 bytes