pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases SQLite Release 3.14.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b5225829d5d
branches:  trunk
changeset: 352382:6b5225829d5d
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 13 10:48:24 2016 +0000

description:
SQLite Release 3.14.2:
* Improved support for using the STDCALL calling convention in winsqlite3.dll.
* Fix the sqlite3_trace_v2() interface so that it is disabled if either the callback or the mask arguments are zero, in accordance with the documentation.
* Fix commenting errors and improve the comments generated on EXPLAIN listings when the -DSQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is used.
* Fix the ".read" command in the command-line shell so that it understands that its input is not interactive.
* Correct affinity computations for a SELECT on the RHS of an IN operator.
* The ORDER BY LIMIT optimization is not valid unless the inner-most IN operator loop is actually used by the query plan. Fix for ticket 0c4df46116e90f92.
* Fix an internal code generator problem that was causing some DELETE operations to no-op.

diffstat:

 databases/sqlite3-docs/PLIST       |   8 +++++---
 databases/sqlite3-docs/distinfo    |  10 +++++-----
 databases/sqlite3-tcl/distinfo     |  10 +++++-----
 databases/sqlite3/Makefile.version |   6 +++---
 databases/sqlite3/distinfo         |  10 +++++-----
 5 files changed, 23 insertions(+), 21 deletions(-)

diffs (112 lines):

diff -r fe77163f2aa5 -r 6b5225829d5d databases/sqlite3-docs/PLIST
--- a/databases/sqlite3-docs/PLIST      Tue Sep 13 10:26:13 2016 +0000
+++ b/databases/sqlite3-docs/PLIST      Tue Sep 13 10:48:24 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.58 2016/08/14 11:19:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.59 2016/09/13 10:48:24 adam Exp $
 share/doc/sqlite3/34to35.html
 share/doc/sqlite3/35to36.html
 share/doc/sqlite3/about.html
@@ -347,14 +347,13 @@
 share/doc/sqlite3/images/foreignlogos/philips.gif
 share/doc/sqlite3/images/foreignlogos/php.gif
 share/doc/sqlite3/images/foreignlogos/python.gif
-share/doc/sqlite3/images/foreignlogos/realbasic.gif
 share/doc/sqlite3/images/foreignlogos/rpm_logo.png
 share/doc/sqlite3/images/foreignlogos/skype.gif
 share/doc/sqlite3/images/foreignlogos/sony.gif
 share/doc/sqlite3/images/foreignlogos/sunmicro.gif
 share/doc/sqlite3/images/foreignlogos/symbian.gif
 share/doc/sqlite3/images/foreignlogos/tcl.gif
-share/doc/sqlite3/images/foreignlogos/toshiba.gif
+share/doc/sqlite3/images/foreignlogos/xojo.png
 share/doc/sqlite3/images/fts3_doclist.png
 share/doc/sqlite3/images/fts3_doclist.svg
 share/doc/sqlite3/images/fts3_doclist2.png
@@ -534,6 +533,7 @@
 share/doc/sqlite3/pragma.html
 share/doc/sqlite3/pressrelease-20071212.html
 share/doc/sqlite3/privatebranch.html
+share/doc/sqlite3/prosupport.html
 share/doc/sqlite3/psow.html
 share/doc/sqlite3/queryplanner-ng.html
 share/doc/sqlite3/queryplanner.html
@@ -559,6 +559,7 @@
 share/doc/sqlite3/releaselog/3_13_0.html
 share/doc/sqlite3/releaselog/3_14.html
 share/doc/sqlite3/releaselog/3_14_1.html
+share/doc/sqlite3/releaselog/3_14_2.html
 share/doc/sqlite3/releaselog/3_1_0.html
 share/doc/sqlite3/releaselog/3_1_1.html
 share/doc/sqlite3/releaselog/3_1_2.html
@@ -746,6 +747,7 @@
 share/doc/sqlite3/spellfix1.html
 share/doc/sqlite3/sqlanalyze.html
 share/doc/sqlite3/sqldiff.html
+share/doc/sqlite3/sqlite.css
 share/doc/sqlite3/sqlite.html
 share/doc/sqlite3/support.html
 share/doc/sqlite3/syntax.html
diff -r fe77163f2aa5 -r 6b5225829d5d databases/sqlite3-docs/distinfo
--- a/databases/sqlite3-docs/distinfo   Tue Sep 13 10:26:13 2016 +0000
+++ b/databases/sqlite3-docs/distinfo   Tue Sep 13 10:48:24 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.59 2016/08/14 11:19:09 adam Exp $
+$NetBSD: distinfo,v 1.60 2016/09/13 10:48:24 adam Exp $
 
-SHA1 (sqlite-doc-3140100.zip) = aad54bb01293bb75e880377be46132874d928ae0
-RMD160 (sqlite-doc-3140100.zip) = f17ff677f92f96b456aa11bda7ea22a3f350e2bc
-SHA512 (sqlite-doc-3140100.zip) = 4a5292f6b6a117a0bf7ef8446c9748cde534d6a6f3a02a12fc4eb4cddcf1d11479bc4e2eebdb21866a1994143e02fd66b79a08b98acfdb3390689cbe425b0b6e
-Size (sqlite-doc-3140100.zip) = 5689913 bytes
+SHA1 (sqlite-doc-3140200.zip) = ed4248ebfd30a20ce9bddc8e27677ce63382a952
+RMD160 (sqlite-doc-3140200.zip) = f51ea4035fbec4f663f39e80681bd6843bd62080
+SHA512 (sqlite-doc-3140200.zip) = 4acd9818cc864332cbc57c9533d45c26d62f5c62ab9dff3f0fb1bb98530fe974f83699ccc0b098b14bcbfd718a2aa6b4d3b7c2ca880e4097d9b0833b8d902069
+Size (sqlite-doc-3140200.zip) = 5386739 bytes
diff -r fe77163f2aa5 -r 6b5225829d5d databases/sqlite3-tcl/distinfo
--- a/databases/sqlite3-tcl/distinfo    Tue Sep 13 10:26:13 2016 +0000
+++ b/databases/sqlite3-tcl/distinfo    Tue Sep 13 10:48:24 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.72 2016/08/14 11:19:09 adam Exp $
+$NetBSD: distinfo,v 1.73 2016/09/13 10:48:24 adam Exp $
 
-SHA1 (sqlite-autoconf-3140100.tar.gz) = 774a05b8e7c9318111228bd5ad6bf65272f3fe38
-RMD160 (sqlite-autoconf-3140100.tar.gz) = 41c6c5cb99cba2dc91bc12ce939c9d2f842d992f
-SHA512 (sqlite-autoconf-3140100.tar.gz) = 14d78eea1aef5bd143f942b88f01ef2c1ef58aeac6c0a10c0807761ac5301b71db7d787f82ba8215d804b80c115ee4800072d4aa86616d04d01aaf529e168461
-Size (sqlite-autoconf-3140100.tar.gz) = 2473610 bytes
+SHA1 (sqlite-autoconf-3140200.tar.gz) = 5d3a6bccd9154963641960db61df901a4e0b3ca0
+RMD160 (sqlite-autoconf-3140200.tar.gz) = 5a35fe94bda3876da1beb89bb19cb1a8bd6d235c
+SHA512 (sqlite-autoconf-3140200.tar.gz) = 02c5ca3073e29307f842af3305793dd6251d2ac43ce3f37b5b9402d6582a6bda56a41f82b130d03997ebb3cc109d6ab7baa9a946c03e74ae5158426bc154fd70
+Size (sqlite-autoconf-3140200.tar.gz) = 2472940 bytes
 SHA1 (patch-aa) = 4a12a16498d04e1031dc0802fda731b73e98a32d
diff -r fe77163f2aa5 -r 6b5225829d5d databases/sqlite3/Makefile.version
--- a/databases/sqlite3/Makefile.version        Tue Sep 13 10:26:13 2016 +0000
+++ b/databases/sqlite3/Makefile.version        Tue Sep 13 10:48:24 2016 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.version,v 1.20 2016/08/14 11:19:08 adam Exp $
+# $NetBSD: Makefile.version,v 1.21 2016/09/13 10:48:24 adam Exp $
 # used by databases/sqlite3/Makefile
 # used by databases/sqlite3-docs/Makefile
 # used by databases/sqlite3-tcl/Makefile
 
-SQLITE3_DISTVERSION=   3140100
-SQLITE3_VERSION=       3.14.1
+SQLITE3_DISTVERSION=   3140200
+SQLITE3_VERSION=       3.14.2
 
 MASTER_SITES=  http://www.hwaci.com/sw/sqlite/2016/ \
                http://www.sqlite.org/2016/
diff -r fe77163f2aa5 -r 6b5225829d5d databases/sqlite3/distinfo
--- a/databases/sqlite3/distinfo        Tue Sep 13 10:26:13 2016 +0000
+++ b/databases/sqlite3/distinfo        Tue Sep 13 10:48:24 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.124 2016/08/14 11:19:08 adam Exp $
+$NetBSD: distinfo,v 1.125 2016/09/13 10:48:24 adam Exp $
 
-SHA1 (sqlite-autoconf-3140100.tar.gz) = 774a05b8e7c9318111228bd5ad6bf65272f3fe38
-RMD160 (sqlite-autoconf-3140100.tar.gz) = 41c6c5cb99cba2dc91bc12ce939c9d2f842d992f
-SHA512 (sqlite-autoconf-3140100.tar.gz) = 14d78eea1aef5bd143f942b88f01ef2c1ef58aeac6c0a10c0807761ac5301b71db7d787f82ba8215d804b80c115ee4800072d4aa86616d04d01aaf529e168461
-Size (sqlite-autoconf-3140100.tar.gz) = 2473610 bytes
+SHA1 (sqlite-autoconf-3140200.tar.gz) = 5d3a6bccd9154963641960db61df901a4e0b3ca0
+RMD160 (sqlite-autoconf-3140200.tar.gz) = 5a35fe94bda3876da1beb89bb19cb1a8bd6d235c
+SHA512 (sqlite-autoconf-3140200.tar.gz) = 02c5ca3073e29307f842af3305793dd6251d2ac43ce3f37b5b9402d6582a6bda56a41f82b130d03997ebb3cc109d6ab7baa9a946c03e74ae5158426bc154fd70
+Size (sqlite-autoconf-3140200.tar.gz) = 2472940 bytes



Home | Main Index | Thread Index | Old Index