From dd8f57b25eea46e5533a4fa219d3eee100c1d042 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 19 Sep 2018 09:38:08 +0000 Subject: sqlite3: updated to 3.25.1 SQLite Release 3.25.1: Extra sanity checking added to ALTER TABLE in the 3.25.0 release sometimes raises a false-positive when the table being modified has a trigger that updates a virtual table. The false-positive caused the ALTER TABLE to rollback, thus leaving the schema unchanged. The fix in the 3.25.0 release for the endless-loop in the byte-code associated with the ORDER BY LIMIT optimization did not work for some queries involving window functions. An additional correction is required. --- databases/sqlite3/Makefile.common | 6 +++--- databases/sqlite3/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'databases/sqlite3') diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common index 0487a74e547..d44b6c6c451 100644 --- a/databases/sqlite3/Makefile.common +++ b/databases/sqlite3/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.55 2018/09/17 16:14:07 adam Exp $ +# $NetBSD: Makefile.common,v 1.56 2018/09/19 09:38:08 adam Exp $ # # used by databases/sqlite3/Makefile # used by databases/sqlite3-docs/Makefile # used by databases/sqlite3-tcl/Makefile # used by devel/lemon/Makefile -SQLITE3_DISTVERSION= 3250000 -SQLITE3_VERSION= 3.25.0 +SQLITE3_DISTVERSION= 3250100 +SQLITE3_VERSION= 3.25.1 MASTER_SITES= http://www.sqlite.org/2018/ MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2018/ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index a1fae373031..4afe68c451d 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.144 2018/09/17 16:14:07 adam Exp $ +$NetBSD: distinfo,v 1.145 2018/09/19 09:38:08 adam Exp $ -SHA1 (sqlite-autoconf-3250000.tar.gz) = 9188a22f358823aaec649921fb3e21c07f8b6076 -RMD160 (sqlite-autoconf-3250000.tar.gz) = b761a7be1658d1bfa2a589d702bae2d665d404d2 -SHA512 (sqlite-autoconf-3250000.tar.gz) = 26367ed2ab1ce6b8a4c1b4bcce129c4d2019f7ef47ed8e6b5845732a23112d85abe1bb192a26f3f9032bb460064f031c5ceebd26c2e5df3f109c2c100a0c21c4 -Size (sqlite-autoconf-3250000.tar.gz) = 2763727 bytes +SHA1 (sqlite-autoconf-3250100.tar.gz) = 1d494ca2355ffe8ddbeea7cf615ef61122fe421e +RMD160 (sqlite-autoconf-3250100.tar.gz) = 882b3f6ec4ad51a7294c4c8477f08a3a29241dd0 +SHA512 (sqlite-autoconf-3250100.tar.gz) = 2b978222572d5c82aa842e72e8acef6d55556dcc01f4f69bb57940b8a815740680ac8c30a1fa53bbe277104148bc62991869afdf23faaf8773d43ef509e0c542 +Size (sqlite-autoconf-3250100.tar.gz) = 2763831 bytes -- cgit v1.2.3