summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authoradam <adam>2016-11-04 20:31:34 +0000
committeradam <adam>2016-11-04 20:31:34 +0000
commitcf3d57bf5e4d0ffb39c6d372ca2ded40260a59d2 (patch)
treeb937fc08a5fe24b2776935b6b2b624e60abf74f7 /databases/sqlite3
parentbc20571514451fedb4338d1413e189ed426d4ee3 (diff)
downloadpkgsrc-cf3d57bf5e4d0ffb39c6d372ca2ded40260a59d2.tar.gz
Changes 3.15.1:
* Added SQLITE_FCNTL_WIN32_GET_HANDLE file control opcode. Bug Fixes: * Fix the VACUUM command so that it spills excess content to disk rather than holding everything in memory, and possible causing an out-of-memory error for larger database files. This fixes an issue introduced by version 3.15.0. * Fix a case (present since 3.8.0 - 2013-08-26) where OR-connected terms in the ON clause of a LEFT JOIN might cause incorrect results. * Fix a case where the use of row values in the ON clause of a LEFT JOIN might cause incorrect results.
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile.version6
-rw-r--r--databases/sqlite3/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/sqlite3/Makefile.version b/databases/sqlite3/Makefile.version
index 049602834e0..88e1df3c40f 100644
--- a/databases/sqlite3/Makefile.version
+++ b/databases/sqlite3/Makefile.version
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.version,v 1.23 2016/10/22 00:18:39 kamil Exp $
+# $NetBSD: Makefile.version,v 1.24 2016/11/04 20:31:34 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= 3150000
-SQLITE3_VERSION= 3.15.0
+SQLITE3_DISTVERSION= 3150100
+SQLITE3_VERSION= 3.15.1
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 52bf0c0b68b..5dddadb1aa6 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.126 2016/10/17 12:17:49 adam Exp $
+$NetBSD: distinfo,v 1.127 2016/11/04 20:31:34 adam Exp $
-SHA1 (sqlite-autoconf-3150000.tar.gz) = b34cb4ee9710368598c62df0222f5c24dfc9c860
-RMD160 (sqlite-autoconf-3150000.tar.gz) = 7d45f1c23059b44e2a2cf8149af21d23a2032c1e
-SHA512 (sqlite-autoconf-3150000.tar.gz) = d441a8654d72a203df898de4ae38526df0659d358942f21973d4c356a56105afa288e26f538a7cfb1bfe2a51bcd70ab281ce5d24c6f19c43b53ee9aa044e6e5e
-Size (sqlite-autoconf-3150000.tar.gz) = 2490473 bytes
+SHA1 (sqlite-autoconf-3150100.tar.gz) = 47404fe5c43936160ad0e90bddedc99367da7a9b
+RMD160 (sqlite-autoconf-3150100.tar.gz) = 35fc3865d08aad8c7e4b77b75ac48b0aa14d4554
+SHA512 (sqlite-autoconf-3150100.tar.gz) = 516d683fb64a6a0ef170d718059420c9b0023bffd75780194d9c06fab1142a749700fafd83577c81dfc7a7a21eee955df9a879f8c2f818f542c7adb968daa0ed
+Size (sqlite-autoconf-3150100.tar.gz) = 2491350 bytes