summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-03-14 10:01:19 +0000
committeradam <adam@pkgsrc.org>2022-03-14 10:01:19 +0000
commitb10d36b515700349a371433dc9f0d47c59defe28 (patch)
tree96b6870de7cf6d0708992b617d70d9d3d078a168 /databases
parent493e0dde6f87ed428a7fa1bc2d4acde45cb3b6ac (diff)
downloadpkgsrc-b10d36b515700349a371433dc9f0d47c59defe28.tar.gz
sqlite3: updated to 3.38.1
3.38.1 (2022-03-12): Fix problems with the new Bloom filter optimization that might cause some obscure queries to get an incorrect answer. Fix the localtime modifier of the date and time functions so that it preserves fractional seconds. Fix the sqlite_offset SQL function so that it works correctly even in corner cases such as when the argument is a virtual column or the column of a view. Fix row value IN operator constraints on virtual tables so that they work correctly even if the virtual table implementation relies on bytecode to filter rows that do not satisfy the constraint. Other minor fixes to assert() statements, test cases, and documentation.
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3-docs/PLIST3
-rw-r--r--databases/sqlite3-docs/distinfo8
-rw-r--r--databases/sqlite3-tcl/distinfo8
-rw-r--r--databases/sqlite3/Makefile.common6
-rw-r--r--databases/sqlite3/distinfo8
5 files changed, 17 insertions, 16 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index 6c9793b8a03..066c13df6e9 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.108 2022/02/23 17:07:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.109 2022/03/14 10:01:19 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -642,6 +642,7 @@ share/doc/sqlite3/releaselog/3_37_0.html
share/doc/sqlite3/releaselog/3_37_1.html
share/doc/sqlite3/releaselog/3_37_2.html
share/doc/sqlite3/releaselog/3_38_0.html
+share/doc/sqlite3/releaselog/3_38_1.html
share/doc/sqlite3/releaselog/3_3_0.html
share/doc/sqlite3/releaselog/3_3_1.html
share/doc/sqlite3/releaselog/3_3_10.html
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index 4ee8ebaec4b..5a01342de8f 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.111 2022/02/23 17:07:36 adam Exp $
+$NetBSD: distinfo,v 1.112 2022/03/14 10:01:19 adam Exp $
-BLAKE2s (sqlite-doc-3380000.zip) = 86d1732125b456fdfb4b86131ff4b2ac27aec58eef4a31044b2167ef24aaa9b7
-SHA512 (sqlite-doc-3380000.zip) = 8e1f77504a1057cd23a8a6c2a285d63c5df50ceaf6ab84054a6f5422286dd868bdb3d5bd9be180b7834caba2b65ca185ffff60455bb504df30801157b62a62ef
-Size (sqlite-doc-3380000.zip) = 10603776 bytes
+BLAKE2s (sqlite-doc-3380100.zip) = 17ee199d3aea6f4008ed3cf9278a7361ddf7eb5672367ca390cf838a38753628
+SHA512 (sqlite-doc-3380100.zip) = ccdfee3d07f2c43b6dda52a2240fd3e72ada38be5a644d097b23116e1b0c2e21f539bf56afbae30fc4275b9b4a954393f95b0a5272bcf18c98e1538d190ff6bc
+Size (sqlite-doc-3380100.zip) = 10615296 bytes
diff --git a/databases/sqlite3-tcl/distinfo b/databases/sqlite3-tcl/distinfo
index 12bb4dfa5fa..aaa8f006d53 100644
--- a/databases/sqlite3-tcl/distinfo
+++ b/databases/sqlite3-tcl/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.123 2022/02/23 17:07:37 adam Exp $
+$NetBSD: distinfo,v 1.124 2022/03/14 10:01:19 adam Exp $
-BLAKE2s (sqlite-autoconf-3380000.tar.gz) = 4fd427938f2d2e2436b5e7c8e8d7b143654a6a98e51a7099d526fdd0be71742c
-SHA512 (sqlite-autoconf-3380000.tar.gz) = 30577730e54ac4f83acfe0ff2fac9cb2ba6eb917907d7584f2b18ca852382f2f4ff596e1e1cd4ce41fe90ac271501ee97b5e508b7e5072cda713855aae562d28
-Size (sqlite-autoconf-3380000.tar.gz) = 3030934 bytes
+BLAKE2s (sqlite-autoconf-3380100.tar.gz) = 7a0b11133239900a328dc9089fa626ffc33f1d70092048dc3a456bafc5c952a1
+SHA512 (sqlite-autoconf-3380100.tar.gz) = 9ed4ac73f73f14227eb442eb5f7963b92e28cfdb6b88fa380b756740dd38eddc13c8315c78f453c6869bc45aeafdf4946ce133592c3b4a3fdd0861775ec833ec
+Size (sqlite-autoconf-3380100.tar.gz) = 3031923 bytes
SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common
index feb1dc3ed01..4478bc3662f 100644
--- a/databases/sqlite3/Makefile.common
+++ b/databases/sqlite3/Makefile.common
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.85 2022/02/23 17:07:36 adam Exp $
+# $NetBSD: Makefile.common,v 1.86 2022/03/14 10:01:19 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= 3380000
-SQLITE3_VERSION= 3.38.0
+SQLITE3_DISTVERSION= 3380100
+SQLITE3_VERSION= 3.38.1
MASTER_SITES= http://www.sqlite.org/2022/
MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2022/
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 8c68ec329a3..8b22ca94b0c 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.178 2022/02/23 17:07:36 adam Exp $
+$NetBSD: distinfo,v 1.179 2022/03/14 10:01:19 adam Exp $
-BLAKE2s (sqlite-autoconf-3380000.tar.gz) = 4fd427938f2d2e2436b5e7c8e8d7b143654a6a98e51a7099d526fdd0be71742c
-SHA512 (sqlite-autoconf-3380000.tar.gz) = 30577730e54ac4f83acfe0ff2fac9cb2ba6eb917907d7584f2b18ca852382f2f4ff596e1e1cd4ce41fe90ac271501ee97b5e508b7e5072cda713855aae562d28
-Size (sqlite-autoconf-3380000.tar.gz) = 3030934 bytes
+BLAKE2s (sqlite-autoconf-3380100.tar.gz) = 7a0b11133239900a328dc9089fa626ffc33f1d70092048dc3a456bafc5c952a1
+SHA512 (sqlite-autoconf-3380100.tar.gz) = 9ed4ac73f73f14227eb442eb5f7963b92e28cfdb6b88fa380b756740dd38eddc13c8315c78f453c6869bc45aeafdf4946ce133592c3b4a3fdd0861775ec833ec
+Size (sqlite-autoconf-3380100.tar.gz) = 3031923 bytes
SHA1 (patch-configure) = c0aa83bddc20d090b3cd2fd840ac69031f4396e4