diff options
author | adam <adam@pkgsrc.org> | 2015-05-09 09:32:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-05-09 09:32:56 +0000 |
commit | a323bcedef32930fd4cf1e32519d953a268efa27 (patch) | |
tree | 696baa6ba99b51d667ce2b2d402b2cf75ef544e3 /databases/sqlite3 | |
parent | 012870491725c7d58e155aa80b549ed6bb224590 (diff) | |
download | pkgsrc-a323bcedef32930fd4cf1e32519d953a268efa27.tar.gz |
Changes 3.8.10:
Added the sqldiff.exe utility program for computing the differences between two SQLite database files.
Added the y format string to the matchinfo() function of FTS3.
Performance improvements for ORDER BY, VACUUM, CREATE INDEX, PRAGMA integrity_check, and PRAGMA quick_check.
Fix many obscure problems discovered while SQL fuzzing.
Identify all methods for important objects in the interface documentation. (example)
Made the American Fuzzy Lop fuzzer a standard part of SQLite's testing strategy.
Add the ".binary" and ".limits" commands to the command-line shell.
Make the "dbstat" virtual table part of standard builds when compiled with the SQLITE_ENABLE_DBSTAT_VTAB option.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile.version | 6 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/sqlite3/Makefile.version b/databases/sqlite3/Makefile.version index a6f99b4747a..be68d551681 100644 --- a/databases/sqlite3/Makefile.version +++ b/databases/sqlite3/Makefile.version @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.version,v 1.1 2015/04/21 23:26:42 khorben Exp $ +# $NetBSD: Makefile.version,v 1.2 2015/05/09 09:32:56 adam Exp $ # used by databases/sqlite3/Makefile # used by databases/sqlite3-docs/Makefile # used by databases/sqlite3-tcl/Makefile -SQLITE3_DISTVERSION= 3080900 -SQLITE3_VERSION= 3.8.9 +SQLITE3_DISTVERSION= 3081000 +SQLITE3_VERSION= 3.8.10 diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 5546cbcc960..21a3a0d8c48 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.102 2015/04/11 12:42:06 adam Exp $ +$NetBSD: distinfo,v 1.103 2015/05/09 09:32:56 adam Exp $ -SHA1 (sqlite-autoconf-3080900.tar.gz) = db70dee268700b312cbaa5b3e5cf8454e1c8b7b9 -RMD160 (sqlite-autoconf-3080900.tar.gz) = b89b63ccf07a5b55976643a41e6d7481c1ed284d -Size (sqlite-autoconf-3080900.tar.gz) = 2037200 bytes +SHA1 (sqlite-autoconf-3081000.tar.gz) = 7e92b4f78d4648fb2a97a4dc721490cc08653a0b +RMD160 (sqlite-autoconf-3081000.tar.gz) = 934884ac3f0ce83ea4ad98f6a9f5cb4b17dd2aab +Size (sqlite-autoconf-3081000.tar.gz) = 2049170 bytes |