summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-12-09 05:32:05 +0000
committeradam <adam@pkgsrc.org>2010-12-09 05:32:05 +0000
commit9be357289103c9ba152791fc3da2351614a4348e (patch)
tree4c7c7db03c10687599116e150fca8a3d07521a8b /databases/sqlite3
parentc21344080e959577d3a5852bf48bb384add3e977 (diff)
downloadpkgsrc-9be357289103c9ba152791fc3da2351614a4348e.tar.gz
Changes 3.7.4:
* Added the sqlite3_blob_reopen() interface to allow an existing sqlite3_blob object to be rebound to a new row. * Use the new sqlite3_blob_reopen() interface to improve the performance of FTS. * VFSes that do not support shared memory are allowed to access WAL databases if PRAGMA locking_mode is set to EXCLUSIVE. * Enhancements to EXPLAIN QUERY PLAN. * Added the sqlite3_stmt_readonly() interface. * Added PRAGMA checkpoint_fullfsync. * Added the SQLITE_FCNTL_FILE_POINTER option to sqlite3_file_control(). * Added support for FTS4 and enhancements to the FTS matchinfo() function. * Added the test_superlock.c module which provides example code for obtaining an exclusive lock to a rollback or WAL database. * Added the test_multiplex.c module which provides an example VFS that provides multiplexing (sharding) of a DB, splitting it over multiple files of fixed size. * A very obscure bug associated with the or optimization was fixed.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile8
-rw-r--r--databases/sqlite3/distinfo8
2 files changed, 7 insertions, 9 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 7a89bd9e179..613b3152827 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2010/11/13 21:54:13 joerg Exp $
+# $NetBSD: Makefile,v 1.36 2010/12/09 05:32:05 adam Exp $
-DISTNAME= sqlite-amalgamation-3.7.3
-PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/}
-PKGREVISION= 1
+DISTNAME= sqlite-autoconf-3070400
+PKGNAME= sqlite3-3.7.4
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
http://www.sqlite.org/
@@ -14,7 +13,6 @@ LICENSE= public-domain
PKG_DESTDIR_SUPPORT= user-destdir
-WRKSRC= ${WRKDIR}/sqlite-${PKGVERSION_NOREV}
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index a4ec46d1a67..e2fd1e35eb6 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.55 2010/10/25 07:44:32 tnn Exp $
+$NetBSD: distinfo,v 1.56 2010/12/09 05:32:05 adam Exp $
-SHA1 (sqlite-amalgamation-3.7.3.tar.gz) = af3740819547f0dba52e096045525329f645c54f
-RMD160 (sqlite-amalgamation-3.7.3.tar.gz) = 9a09db08c40226a09a700cb2b6cea79d04a0bab9
-Size (sqlite-amalgamation-3.7.3.tar.gz) = 1512409 bytes
+SHA1 (sqlite-autoconf-3070400.tar.gz) = 43848641320cb60fb7f445bc295b9870cdc127be
+RMD160 (sqlite-autoconf-3070400.tar.gz) = eb5d575b7dc1951f0c0f2997f50fbf7d206e502d
+Size (sqlite-autoconf-3070400.tar.gz) = 1545086 bytes