summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authoradam <adam>2017-01-07 10:23:00 +0000
committeradam <adam>2017-01-07 10:23:00 +0000
commitad67af569caa8b12d98a820b3495b6391b30430e (patch)
tree73877c8165488c01b93603010c0353bfb6e6bdc9 /databases/sqlite3
parent78dba84be95e79434b443929d1a87a8963922c57 (diff)
downloadpkgsrc-ad67af569caa8b12d98a820b3495b6391b30430e.tar.gz
Changes 3.16.2:
Fix the REPLACE statement for WITHOUT ROWID tables that lack secondary indexes so that it works correctly with triggers and foreign keys. This was a new bug caused by performance optimizations added in version 3.16.0. Ticket 30027b613b4 Fix the sqlite3_value_text() interface so that it correctly translates content generated by zeroblob() into a string of all 0x00 characters. This is a long-standing issue discovered after the 3.16.1 release by OSS-Fuzz Fix the bytecode generator to deal with a subquery in the FROM clause that is itself a UNION ALL where one side of the UNION ALL is a view that contains an ORDER BY. This is a long-standing issue that was discovered after the release of 3.16.1. See ticket 190c2507. Adjust the sqlite3_column_count() API so it more often returns the same values for PRAGMA statements as it did in prior releases, to minimize disruption to applications that might be using that interface in unexpected ways.
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 2ad095c50b6..098b85021ac 100644
--- a/databases/sqlite3/Makefile.version
+++ b/databases/sqlite3/Makefile.version
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.version,v 1.27 2017/01/05 17:49:54 adam Exp $
+# $NetBSD: Makefile.version,v 1.28 2017/01/07 10:23:00 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= 3160100
-SQLITE3_VERSION= 3.16.1
+SQLITE3_DISTVERSION= 3160200
+SQLITE3_VERSION= 3.16.2
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2017/ \
http://www.sqlite.org/2017/
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 4005a64343e..5c831cbc917 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.130 2017/01/05 17:49:54 adam Exp $
+$NetBSD: distinfo,v 1.131 2017/01/07 10:23:00 adam Exp $
-SHA1 (sqlite-autoconf-3160100.tar.gz) = 77f8c59fec1575c5e05462dccac956f141677647
-RMD160 (sqlite-autoconf-3160100.tar.gz) = d9e7f39f0818ac9bd83d45b6aa6ab969e4057f18
-SHA512 (sqlite-autoconf-3160100.tar.gz) = 4c6efa1e16ff7e0450de9971b833ee9678e47e932ed933c378fe293f9ff4b851bd5353a14cd61abd947d3138eb79d38142e536ad7240b704a67a994e377d242b
-Size (sqlite-autoconf-3160100.tar.gz) = 2507441 bytes
+SHA1 (sqlite-autoconf-3160200.tar.gz) = 64ca578ad44a94115b1db0406740e14288f74bb8
+RMD160 (sqlite-autoconf-3160200.tar.gz) = 86b351cfa4321a857fe6987694e188655226951f
+SHA512 (sqlite-autoconf-3160200.tar.gz) = 83bdd588504f265bbe93fb98a33a292aff5618c14f94d521c8557efbb5f777e82dfbb2d186cbfd4c628ee9522b1fcb73857e24ca2318fa34af3a3f9540e72b9a
+Size (sqlite-autoconf-3160200.tar.gz) = 2508179 bytes