diff options
author | adam <adam@pkgsrc.org> | 2009-07-09 09:24:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-07-09 09:24:21 +0000 |
commit | 9064562ad5fe2ac4dedcc4479f255dde0a55f468 (patch) | |
tree | 59012149a93a563cf33369699dbb10762c6ebc4e /databases/sqlite3 | |
parent | 923106cc8160a4e746739a470f1e482f062c9c42 (diff) | |
download | pkgsrc-9064562ad5fe2ac4dedcc4479f255dde0a55f468.tar.gz |
Changes 3.6.16:
* Fix a bug that occastionally causes INSERT or UPDATE operations to fail on
an indexed table that has a self-modifying trigger.
* Other minor bug fixes and performance optimizations.
Diffstat (limited to 'databases/sqlite3')
-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 ca821e3bc1e..8e084451f34 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.40 2009/06/04 13:02:45 adam Exp $ +# $NetBSD: Makefile.common,v 1.41 2009/07/09 09:24:21 adam Exp $ # used by databases/sqlite3-tcl/Makefile -DISTNAME= sqlite-3.6.14.2 +DISTNAME= sqlite-3.6.16 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 7973181f78a..125c0d35ad8 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2009/06/04 13:02:45 adam Exp $ +$NetBSD: distinfo,v 1.38 2009/07/09 09:24:21 adam Exp $ -SHA1 (sqlite-3.6.14.2.tar.gz) = 19206a419e39bb2de01ed12c2d95c928e97e7252 -RMD160 (sqlite-3.6.14.2.tar.gz) = 219833d61a2e0bf5fde136528b9725c0589d2491 -Size (sqlite-3.6.14.2.tar.gz) = 2896850 bytes +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 (patch-aa) = c30bb48d156f56eb82c19ce79ccb11e71ad0b7b9 |