summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-08-27 09:50:21 +0000
committeradam <adam@pkgsrc.org>2010-08-27 09:50:21 +0000
commitbfe7f44e1085ffd2eb709e044fbb8bcc1c4296dd (patch)
tree935ecb06c505db9f22e53a0df8f2f41acc2424b2 /databases/sqlite3
parent4a794471acfcb93e879cd9ff4ec7072176f16e49 (diff)
downloadpkgsrc-bfe7f44e1085ffd2eb709e044fbb8bcc1c4296dd.tar.gz
Changes 3.7.2:
* Fix an old and very obscure bug that can lead to corruption of the database free-page list when incremental_vacuum is used. Changes 3.7.1: * Added new commands SQLITE_DBSTATUS_SCHEMA_USED and SQLITE_DBSTATUS_STMT_USED to the sqlite3_db_status() interface, in order to report out the amount of memory used to hold the schema and prepared statements of a connection. * Increase the maximum size of a database pages from 32KiB to 64KiB. * Use the LIKE optimization even if the right-hand side string contains no wildcards. * Added the SQLITE_FCNTL_CHUNK_SIZE verb to the sqlite3_file_control() interface for both unix and windows, to cause database files to grow in large chunks in order to reduce disk fragmentation. * Fixed a bug in the query planner that caused performance regresssions relative to 3.6.23.1 on some complex joins. * Fixed a typo in the OS/2 backend. * Refactored the pager module. * The SQLITE_MAX_PAGE_SIZE compile-time option is now silently ignored. The maximum page size is hard-coded at 65536 bytes.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile11
-rw-r--r--databases/sqlite3/distinfo8
2 files changed, 9 insertions, 10 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index bcda965e8ba..80ed5b7b511 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2010/08/08 12:04:37 adam Exp $
+# $NetBSD: Makefile,v 1.32 2010/08/27 09:50:21 adam Exp $
-DISTNAME= sqlite-amalgamation-3.7.0.1
+DISTNAME= sqlite-amalgamation-3.7.2
PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/}
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
@@ -13,15 +13,14 @@ LICENSE= public-domain
PKG_DESTDIR_SUPPORT= user-destdir
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
-USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/sqlite-${PKGVERSION_NOREV}
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= sqlite3.pc.in
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
-CONFIGURE_ARGS+= --with-readline-inc= --enable-threadsafe
.include "../../mk/bsd.prefs.mk"
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 4ece0a793ea..0db871a7df5 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2010/08/08 12:04:37 adam Exp $
+$NetBSD: distinfo,v 1.53 2010/08/27 09:50:21 adam Exp $
-SHA1 (sqlite-amalgamation-3.7.0.1.tar.gz) = c04f18527dec58188f8de43ff83a6cd03b73b0e9
-RMD160 (sqlite-amalgamation-3.7.0.1.tar.gz) = 7bb2935ea8c6410aabe327f3d017ce6ac1a46ced
-Size (sqlite-amalgamation-3.7.0.1.tar.gz) = 1486971 bytes
+SHA1 (sqlite-amalgamation-3.7.2.tar.gz) = 12aed8fc9c729444e82a27644ceb6d6a0e695cfc
+RMD160 (sqlite-amalgamation-3.7.2.tar.gz) = 9f1fd0658b0f6df2288214cd7aebef533f3a6b00
+Size (sqlite-amalgamation-3.7.2.tar.gz) = 1499007 bytes
SHA1 (patch-aa) = 033d23ac56e22fc3a4376ab3cedaed13e173d50f