diff options
author | adam <adam> | 2015-05-21 10:38:53 +0000 |
---|---|---|
committer | adam <adam> | 2015-05-21 10:38:53 +0000 |
commit | 39ff6e5291a96d96be1c7936e75f13401858cd17 (patch) | |
tree | f88492fdf259079ac5ee216785224d2964ae49e1 /databases/sqlite3 | |
parent | 946acf3240ce4c731fe173834259bb6dad2ad017 (diff) | |
download | pkgsrc-39ff6e5291a96d96be1c7936e75f13401858cd17.tar.gz |
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.
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 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 |