summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2008-08-18 12:29:20 +0000
committeradam <adam>2008-08-18 12:29:20 +0000
commitf9e9283ea4b66e411378ba366742c5d3e6a600b4 (patch)
tree30b5eec24f6cc6c3c69ca56d6209ee1bffe5ce6b
parent3120b9edeca653880dac37e0dd4d4179d06eb7fd (diff)
downloadpkgsrc-f9e9283ea4b66e411378ba366742c5d3e6a600b4.tar.gz
Changes 3.6.1:
* Added the lookaside memory allocator for a speed improvement in excess of 15% on some workloads. (Your mileage may vary.) * Added the SQLITE_CONFIG_LOOKASIDE verb to sqlite3_config() to control the default lookaside configuration. * Added verbs SQLITE_STATUS_PAGECACHE_SIZE and SQLITE_STATUS_SCRATCH_SIZE to the sqlite3_status() interface. * Modified SQLITE_CONFIG_PAGECACHE and SQLITE_CONFIG_SCRATCH to remove the "+4" magic number in the buffer size computation. * Added the sqlite3_db_config() and sqlite3_db_status() interfaces for controlling and monitoring the lookaside allocator separately on each database connection. * Numerious other performance enhancements * Miscellaneous minor bug fixes
-rw-r--r--databases/sqlite3/Makefile.common4
-rw-r--r--databases/sqlite3/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common
index 0c50a50005e..c9f5d754055 100644
--- a/databases/sqlite3/Makefile.common
+++ b/databases/sqlite3/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.20 2008/07/18 17:43:34 adam Exp $
+# $NetBSD: Makefile.common,v 1.21 2008/08/18 12:29:20 adam Exp $
# used by databases/sqlite3-tcl/Makefile
-DISTNAME= sqlite-3.6.0
+DISTNAME= sqlite-3.6.1
PKGNAME= ${DISTNAME:S/-/3-/}
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 4b5f44efe78..649acf3c8de 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2008/07/18 17:43:34 adam Exp $
+$NetBSD: distinfo,v 1.19 2008/08/18 12:29:20 adam Exp $
-SHA1 (sqlite-3.6.0.tar.gz) = fd97fe21e9941ec3e39d75f98fb177f775d3d249
-RMD160 (sqlite-3.6.0.tar.gz) = e7cb107331964216a4537de24e250be1de7293d2
-Size (sqlite-3.6.0.tar.gz) = 2149604 bytes
+SHA1 (sqlite-3.6.1.tar.gz) = 756f45e812a2063dacd947b9642fdb82301348fa
+RMD160 (sqlite-3.6.1.tar.gz) = c4948553fe2a0de96f6612a41aa2889eb97b1b42
+Size (sqlite-3.6.1.tar.gz) = 2187909 bytes