diff options
author | adam <adam@pkgsrc.org> | 2009-08-21 03:37:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-08-21 03:37:15 +0000 |
commit | 429b606baa31312f5fa935f5d5571245ed55367a (patch) | |
tree | b3818dbf31b9fcbb0c5bf02dec680159b6c4df4b /databases | |
parent | 5ec13b421198843589e4dd92beaa219f396505aa (diff) | |
download | pkgsrc-429b606baa31312f5fa935f5d5571245ed55367a.tar.gz |
Changes 3.6.17:
* Expose the sqlite3_strnicmp() interface for use by extensions and
applications.
* Remove the restriction on virtual tables and shared cache mode. Virtual
tables and shared cache can now be used at the same time.
* Many code simplifications and obscure bug fixes in support of providing 100%
branch test coverage.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile.common | 4 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 8e084451f34..eef52e08bc3 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.41 2009/07/09 09:24:21 adam Exp $ +# $NetBSD: Makefile.common,v 1.42 2009/08/21 03:37:15 adam Exp $ # used by databases/sqlite3-tcl/Makefile -DISTNAME= sqlite-3.6.16 +DISTNAME= sqlite-3.6.17 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 d467a93177d..38fe8b7d3d7 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.39 2009/07/29 20:09:00 drochner Exp $ +$NetBSD: distinfo,v 1.40 2009/08/21 03:37:15 adam Exp $ -SHA1 (sqlite-3.6.16.tar.gz) = 70ef5ab724816cd6c755f21e6e9d8a9c6b517045 -RMD160 (sqlite-3.6.16.tar.gz) = ad354b48bbb0b46ff59c27708bd0a6e7ebebffbb -Size (sqlite-3.6.16.tar.gz) = 2822505 bytes +SHA1 (sqlite-3.6.17.tar.gz) = fa71b93563809ce666c3d6ccd7b6bcaaafc433b3 +RMD160 (sqlite-3.6.17.tar.gz) = 401e09545bf335aca38a749ec54115b9220e232a +Size (sqlite-3.6.17.tar.gz) = 2926671 bytes SHA1 (patch-aa) = bc0670df079e1a49422ba540d8272e503d20a33f |