From c38004d67991d18d590c11e9b9086d7252a88760 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 24 Jan 2016 10:39:44 +0000 Subject: Changes 3.10.2: * Version 3.10.0 introduced a case-folding bug in the LIKE operator which is fixed by this patch release. * Fix a use-after-free that can occur when SQLite is compiled with -DSQLITE_HAS_CODEC. * Fix the build so that it works with -DSQLITE_OMIT_WAL. * Fix the configure script for the amalgamation so that the --readline option works again on Raspberry PIs. --- databases/sqlite3/Makefile.version | 6 +++--- databases/sqlite3/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'databases/sqlite3') diff --git a/databases/sqlite3/Makefile.version b/databases/sqlite3/Makefile.version index cca0cfae4ef..b4f1cba8729 100644 --- a/databases/sqlite3/Makefile.version +++ b/databases/sqlite3/Makefile.version @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.version,v 1.11 2016/01/16 18:10:23 adam Exp $ +# $NetBSD: Makefile.version,v 1.12 2016/01/24 10:39:44 adam Exp $ # used by databases/sqlite3/Makefile # used by databases/sqlite3-docs/Makefile # used by databases/sqlite3-tcl/Makefile -SQLITE3_DISTVERSION= 3100100 -SQLITE3_VERSION= 3.10.1 +SQLITE3_DISTVERSION= 3100200 +SQLITE3_VERSION= 3.10.2 MASTER_SITES= http://www.hwaci.com/sw/sqlite/2016/ \ http://www.sqlite.org/2016/ diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 69006a7c5e5..79f7d71b777 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.114 2016/01/16 18:10:23 adam Exp $ +$NetBSD: distinfo,v 1.115 2016/01/24 10:39:44 adam Exp $ -SHA1 (sqlite-autoconf-3100100.tar.gz) = fedd95d402628ed0e0e3444ce50bcbd1fe2e7294 -RMD160 (sqlite-autoconf-3100100.tar.gz) = 594a416ef8394b2b3c883f6bf18a3ec834073445 -SHA512 (sqlite-autoconf-3100100.tar.gz) = 511f3092e38f49c9b67331f22d3e65b6c434165322ebf8cf3e7413e945c82d688fd632cb370529a07c6594314319f4ac32a0f241027e56eb4c7055b602927f97 -Size (sqlite-autoconf-3100100.tar.gz) = 2331931 bytes +SHA1 (sqlite-autoconf-3100200.tar.gz) = ea4156fc3f6a4a4a2752a5a3ac5c5b3fe7e1a24b +RMD160 (sqlite-autoconf-3100200.tar.gz) = fc08e52b804e937b089e8a3f84eb6ed5fa4baa59 +SHA512 (sqlite-autoconf-3100200.tar.gz) = fa4e3757d76c9f0cf167481346c0844f41a3a7ea0e8fde186be7ebcc14f9b45b770386110e23860c6dcaaf1819aa12725fde7507271a0a8b59610dcc458c552f +Size (sqlite-autoconf-3100200.tar.gz) = 2332013 bytes SHA1 (patch-configure) = 6b6c19d6be2cd61e6502554dc263a1178f9d75c0 -- cgit v1.2.3