From 5f1729669eb3d6ff68f5a6cdf3938a22901cee59 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 21 May 2015 10:38:53 +0000 Subject: Changes 3.8.10.2: Fix an index corruption issue introduced by version 3.8.7. An index with a TEXT key can be corrupted by an INSERT into the corresponding table if the table has two nested triggers that convert the key value to INTEGER and back to TEXT again. --- databases/sqlite3/Makefile.version | 6 +++--- databases/sqlite3/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'databases/sqlite3') diff --git a/databases/sqlite3/Makefile.version b/databases/sqlite3/Makefile.version index 35941872bd6..72c2edcdc2a 100644 --- a/databases/sqlite3/Makefile.version +++ b/databases/sqlite3/Makefile.version @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.version,v 1.3 2015/05/18 12:11:10 adam Exp $ +# $NetBSD: Makefile.version,v 1.4 2015/05/21 10:38:53 adam Exp $ # used by databases/sqlite3/Makefile # used by databases/sqlite3-docs/Makefile # used by databases/sqlite3-tcl/Makefile -SQLITE3_DISTVERSION= 3081001 -SQLITE3_VERSION= 3.8.10.1 +SQLITE3_DISTVERSION= 3081002 +SQLITE3_VERSION= 3.8.10.2 diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 1ea547575b2..e4ade5050be 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.104 2015/05/18 12:11:10 adam Exp $ +$NetBSD: distinfo,v 1.105 2015/05/21 10:38:53 adam Exp $ -SHA1 (sqlite-autoconf-3081001.tar.gz) = 86bfed5752783fb24c051f3efac5972ce11023f0 -RMD160 (sqlite-autoconf-3081001.tar.gz) = b65958ba1e8ec3837cc295b197cbab85220325ec -Size (sqlite-autoconf-3081001.tar.gz) = 2049377 bytes +SHA1 (sqlite-autoconf-3081002.tar.gz) = c2f2c17d3dc4c4e179d35cc04e4420636d48a152 +RMD160 (sqlite-autoconf-3081002.tar.gz) = caacc0e5d95147ec56cc725dfaa9e0df8581b240 +Size (sqlite-autoconf-3081002.tar.gz) = 2049387 bytes -- cgit v1.2.3