diff options
author | adam <adam@pkgsrc.org> | 2015-04-11 12:42:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-04-11 12:42:06 +0000 |
commit | 83063789f91a4709aaab3fc8651d2176d3bcf75c (patch) | |
tree | 57d4627a35089caf46c93a9cd8b009488ee560d8 /databases/sqlite3-tcl | |
parent | 84d50c4cb07114a8bb91c519d71c4b28e6aff210 (diff) | |
download | pkgsrc-83063789f91a4709aaab3fc8651d2176d3bcf75c.tar.gz |
Changes 3.8.9:
Add VxWorks-7 as an officially supported and tested platform.
Added the sqlite3_status64() interface.
Fix memory size tracking so that it works even if SQLite uses more than 2GiB of memory.
Added the PRAGMA index_xinfo command.
Fix a potential 32-bit integer overflow problem in the sqlite3_blob_read() and sqlite3_blob_write() interfaces.
Ensure that prepared statements automatically reset on extended error codes of SQLITE_BUSY and SQLITE_LOCKED even when compiled using SQLITE_OMIT_AUTORESET.
Correct miscounts in the sqlite3_analyzer.exe utility related to WITHOUT ROWID tables.
Added the ".dbinfo" command to the command-line shell.
Improve the performance of fts3/4 queries that use the OR operator and at least one auxiliary fts function.
Fix a bug in the fts3 snippet() function causing it to omit leading separator characters from snippets that begin with the first token in a column.
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 7 | ||||
-rw-r--r-- | databases/sqlite3-tcl/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index aa08c33be29..d091421c34c 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2015/04/06 08:17:24 adam Exp $ +# $NetBSD: Makefile,v 1.73 2015/04/11 12:42:06 adam Exp $ -DISTNAME= sqlite-autoconf-3080803 -PKGNAME= sqlite3-tcl-3.8.8.3 -PKGREVISION= 1 +DISTNAME= sqlite-autoconf-3080900 +PKGNAME= sqlite3-tcl-3.8.9 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \ http://www.sqlite.org/2015/ diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo index 18a3b7c490d..d8e090f2772 100644 --- a/databases/sqlite3-tcl/distinfo +++ b/databases/sqlite3-tcl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.51 2015/03/02 13:34:16 adam Exp $ +$NetBSD: distinfo,v 1.52 2015/04/11 12:42:06 adam Exp $ -SHA1 (sqlite-autoconf-3080803.tar.gz) = 2fe3f6226a2a08a2e814b97cd53e36bb3c597112 -RMD160 (sqlite-autoconf-3080803.tar.gz) = 9063dd4ae39745dfe44d99f514ec084ee4442685 -Size (sqlite-autoconf-3080803.tar.gz) = 2021112 bytes +SHA1 (sqlite-autoconf-3080900.tar.gz) = db70dee268700b312cbaa5b3e5cf8454e1c8b7b9 +RMD160 (sqlite-autoconf-3080900.tar.gz) = b89b63ccf07a5b55976643a41e6d7481c1ed284d +Size (sqlite-autoconf-3080900.tar.gz) = 2037200 bytes SHA1 (patch-aa) = 4a12a16498d04e1031dc0802fda731b73e98a32d |