diff options
author | drochner <drochner@pkgsrc.org> | 2009-12-16 19:25:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-12-16 19:25:38 +0000 |
commit | 7ffeb5ed17a30270aa57d7991225d89fcb2fc3b2 (patch) | |
tree | 6137735d457165e79a0200384df61ab1cd9e0d8b /databases | |
parent | 3ae3873d95b751de71bf14f818d9add38ae76a3c (diff) | |
download | pkgsrc-7ffeb5ed17a30270aa57d7991225d89fcb2fc3b2.tar.gz |
update to 3.6.21
changes:
-SQL output resulting from sqlite3_trace() is now modified to include
the values of bound parameters
-Performance optimizations targetting a specific use case from a single
high-profile user
-FTS3 extension has undergone a major rework and cleanup
-fixed the SQLITE_SECURE_DELETE compile-time option
-Improvements to "dot-command" handling in the Command Line Interface
-Other minor bug fixes and documentation enhancements
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile | 5 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index c2865fdbe11..10dca8886e8 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2009/11/21 16:58:05 tnn Exp $ +# $NetBSD: Makefile,v 1.23 2009/12/16 19:25:38 drochner Exp $ -DISTNAME= sqlite-amalgamation-3.6.20 +DISTNAME= sqlite-amalgamation-3.6.21 PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/} -PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 1ec51b0842e..a27c4688733 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.46 2009/11/21 16:58:05 tnn Exp $ +$NetBSD: distinfo,v 1.47 2009/12/16 19:25:38 drochner Exp $ -SHA1 (sqlite-amalgamation-3.6.20.tar.gz) = 9f9d01783032013a5f1921a6ea1b0ea70cc3e511 -RMD160 (sqlite-amalgamation-3.6.20.tar.gz) = 169e17cf7846b07a3d76477031f3934dd517fb6a -Size (sqlite-amalgamation-3.6.20.tar.gz) = 1407934 bytes +SHA1 (sqlite-amalgamation-3.6.21.tar.gz) = 5e3d6ec8f65df0caa396397187015da4075b4c87 +RMD160 (sqlite-amalgamation-3.6.21.tar.gz) = c2f69774105ace8242f56bb749dfb8db07b8ef1f +Size (sqlite-amalgamation-3.6.21.tar.gz) = 1405338 bytes SHA1 (patch-aa) = 033d23ac56e22fc3a4376ab3cedaed13e173d50f |