Mon Feb 25 18:04:30 2019 UTC ()
sqlite3: updated to 3.27.2

SQLite Release 3.27.2:
Fix a bug in the IN operator that was introduced by an attempted optimization in version 3.27.0.
Fix a bug causing a crash when a window function is misused.
Fix various documentation typos


(adam)
diff -r1.60 -r1.61 pkgsrc/databases/sqlite3/Makefile.common
diff -r1.149 -r1.150 pkgsrc/databases/sqlite3/distinfo
diff -r1.83 -r1.84 pkgsrc/databases/sqlite3-docs/PLIST
diff -r1.84 -r1.85 pkgsrc/databases/sqlite3-docs/distinfo
diff -r1.96 -r1.97 pkgsrc/databases/sqlite3-tcl/distinfo
diff -r1.25 -r1.26 pkgsrc/devel/lemon/distinfo

cvs diff -r1.60 -r1.61 pkgsrc/databases/sqlite3/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3/Makefile.common 2019/02/11 10:45:20 1.60
+++ pkgsrc/databases/sqlite3/Makefile.common 2019/02/25 18:04:29 1.61
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile.common,v 1.60 2019/02/11 10:45:20 adam Exp $ 1# $NetBSD: Makefile.common,v 1.61 2019/02/25 18:04:29 adam Exp $
2# 2#
3# used by databases/sqlite3/Makefile 3# used by databases/sqlite3/Makefile
4# used by databases/sqlite3-docs/Makefile 4# used by databases/sqlite3-docs/Makefile
5# used by databases/sqlite3-tcl/Makefile 5# used by databases/sqlite3-tcl/Makefile
6# used by devel/lemon/Makefile 6# used by devel/lemon/Makefile
7 7
8SQLITE3_DISTVERSION= 3270100 8SQLITE3_DISTVERSION= 3270200
9SQLITE3_VERSION= 3.27.1 9SQLITE3_VERSION= 3.27.2
10 10
11MASTER_SITES= http://www.sqlite.org/2019/ 11MASTER_SITES= http://www.sqlite.org/2019/
12MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2019/ 12MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2019/
13 13
14HOMEPAGE?= http://www.sqlite.org/ 14HOMEPAGE?= http://www.sqlite.org/
15LICENSE= public-domain 15LICENSE= public-domain

cvs diff -r1.149 -r1.150 pkgsrc/databases/sqlite3/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3/distinfo 2019/02/11 10:45:20 1.149
+++ pkgsrc/databases/sqlite3/distinfo 2019/02/25 18:04:29 1.150
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.149 2019/02/11 10:45:20 adam Exp $ 1$NetBSD: distinfo,v 1.150 2019/02/25 18:04:29 adam Exp $
2 2
3SHA1 (sqlite-autoconf-3270100.tar.gz) = 6cdb46a153b0e88f8a5fd80e29b3966885f39ea4 3SHA1 (sqlite-autoconf-3270200.tar.gz) = 5f5750e3f39b7b60394a2fb6ddb2371f848670e6
4RMD160 (sqlite-autoconf-3270100.tar.gz) = 59be346b5c342a72eb55cfb4c1b962963d8bad04 4RMD160 (sqlite-autoconf-3270200.tar.gz) = c47b1ed9ffd5662b3dd1faf5eb2abad28e7d2554
5SHA512 (sqlite-autoconf-3270100.tar.gz) = 1dca61b82ce1dbae2fe9c568ff97e0671900bab46b354bd0aadc1946cbc46b3ea84bd1504ae922f795d1ce10791bf7861a2873f045887646609e26b74919e8e4 5SHA512 (sqlite-autoconf-3270200.tar.gz) = 0ac2515c7816932a4f725e657122c9f202bd7aba637bad9af5b4592b85efdd10a55ad34ac621b60a7aea91b1021c2ef0924c6ddfe05b2edb4f70e3d34b005972
6Size (sqlite-autoconf-3270100.tar.gz) = 2797765 bytes 6Size (sqlite-autoconf-3270200.tar.gz) = 2797531 bytes

cvs diff -r1.83 -r1.84 pkgsrc/databases/sqlite3-docs/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-docs/PLIST 2019/02/11 10:45:20 1.83
+++ pkgsrc/databases/sqlite3-docs/PLIST 2019/02/25 18:04:30 1.84
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.83 2019/02/11 10:45:20 adam Exp $ 1@comment $NetBSD: PLIST,v 1.84 2019/02/25 18:04:30 adam Exp $
2share/doc/sqlite3/34to35.html 2share/doc/sqlite3/34to35.html
3share/doc/sqlite3/35to36.html 3share/doc/sqlite3/35to36.html
4share/doc/sqlite3/about.html 4share/doc/sqlite3/about.html
5share/doc/sqlite3/aff_short.html 5share/doc/sqlite3/aff_short.html
6share/doc/sqlite3/affcase1.html 6share/doc/sqlite3/affcase1.html
7share/doc/sqlite3/amalgamation.html 7share/doc/sqlite3/amalgamation.html
8share/doc/sqlite3/appfileformat.html 8share/doc/sqlite3/appfileformat.html
9share/doc/sqlite3/arch.html 9share/doc/sqlite3/arch.html
10share/doc/sqlite3/assert.html 10share/doc/sqlite3/assert.html
11share/doc/sqlite3/asyncvfs.html 11share/doc/sqlite3/asyncvfs.html
12share/doc/sqlite3/atomiccommit.html 12share/doc/sqlite3/atomiccommit.html
13share/doc/sqlite3/autoinc.html 13share/doc/sqlite3/autoinc.html
14share/doc/sqlite3/backup.html 14share/doc/sqlite3/backup.html
@@ -643,26 +643,27 @@ share/doc/sqlite3/releaselog/3_20_0.html @@ -643,26 +643,27 @@ share/doc/sqlite3/releaselog/3_20_0.html
643share/doc/sqlite3/releaselog/3_20_1.html 643share/doc/sqlite3/releaselog/3_20_1.html
644share/doc/sqlite3/releaselog/3_21_0.html 644share/doc/sqlite3/releaselog/3_21_0.html
645share/doc/sqlite3/releaselog/3_22_0.html 645share/doc/sqlite3/releaselog/3_22_0.html
646share/doc/sqlite3/releaselog/3_23_0.html 646share/doc/sqlite3/releaselog/3_23_0.html
647share/doc/sqlite3/releaselog/3_23_1.html 647share/doc/sqlite3/releaselog/3_23_1.html
648share/doc/sqlite3/releaselog/3_24_0.html 648share/doc/sqlite3/releaselog/3_24_0.html
649share/doc/sqlite3/releaselog/3_25_0.html 649share/doc/sqlite3/releaselog/3_25_0.html
650share/doc/sqlite3/releaselog/3_25_1.html 650share/doc/sqlite3/releaselog/3_25_1.html
651share/doc/sqlite3/releaselog/3_25_2.html 651share/doc/sqlite3/releaselog/3_25_2.html
652share/doc/sqlite3/releaselog/3_25_3.html 652share/doc/sqlite3/releaselog/3_25_3.html
653share/doc/sqlite3/releaselog/3_26_0.html 653share/doc/sqlite3/releaselog/3_26_0.html
654share/doc/sqlite3/releaselog/3_27_0.html 654share/doc/sqlite3/releaselog/3_27_0.html
655share/doc/sqlite3/releaselog/3_27_1.html 655share/doc/sqlite3/releaselog/3_27_1.html
 656share/doc/sqlite3/releaselog/3_27_2.html
656share/doc/sqlite3/releaselog/3_2_0.html 657share/doc/sqlite3/releaselog/3_2_0.html
657share/doc/sqlite3/releaselog/3_2_1.html 658share/doc/sqlite3/releaselog/3_2_1.html
658share/doc/sqlite3/releaselog/3_2_2.html 659share/doc/sqlite3/releaselog/3_2_2.html
659share/doc/sqlite3/releaselog/3_2_3.html 660share/doc/sqlite3/releaselog/3_2_3.html
660share/doc/sqlite3/releaselog/3_2_4.html 661share/doc/sqlite3/releaselog/3_2_4.html
661share/doc/sqlite3/releaselog/3_2_5.html 662share/doc/sqlite3/releaselog/3_2_5.html
662share/doc/sqlite3/releaselog/3_2_6.html 663share/doc/sqlite3/releaselog/3_2_6.html
663share/doc/sqlite3/releaselog/3_2_7.html 664share/doc/sqlite3/releaselog/3_2_7.html
664share/doc/sqlite3/releaselog/3_2_8.html 665share/doc/sqlite3/releaselog/3_2_8.html
665share/doc/sqlite3/releaselog/3_3_0.html 666share/doc/sqlite3/releaselog/3_3_0.html
666share/doc/sqlite3/releaselog/3_3_1.html 667share/doc/sqlite3/releaselog/3_3_1.html
667share/doc/sqlite3/releaselog/3_3_10.html 668share/doc/sqlite3/releaselog/3_3_10.html
668share/doc/sqlite3/releaselog/3_3_11.html 669share/doc/sqlite3/releaselog/3_3_11.html

cvs diff -r1.84 -r1.85 pkgsrc/databases/sqlite3-docs/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-docs/distinfo 2019/02/11 10:45:20 1.84
+++ pkgsrc/databases/sqlite3-docs/distinfo 2019/02/25 18:04:30 1.85
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.84 2019/02/11 10:45:20 adam Exp $ 1$NetBSD: distinfo,v 1.85 2019/02/25 18:04:30 adam Exp $
2 2
3SHA1 (sqlite-doc-3270100.zip) = 6e22acfb6c3f7dd19ad94e251cbfdb62a2061143 3SHA1 (sqlite-doc-3270200.zip) = 7b49d59acdfd08be8d098b4fc7e150b3e90e6a9c
4RMD160 (sqlite-doc-3270100.zip) = 216f513763a14566389bfaafbca8074d7f8c9aae 4RMD160 (sqlite-doc-3270200.zip) = c433654546467cea6ebd358de5f5a4555c6f5abd
5SHA512 (sqlite-doc-3270100.zip) = a56cfe57702ab1ab342c24536bcd3c01c3c57fb9e863fc775f07275d236fc0617f7eb832ca5173bf5c4c5c4b7a0b4b80e2d19b91e7724b838bf141cf0852cc1f 5SHA512 (sqlite-doc-3270200.zip) = 00a7c51aeaea2d9338662553c331addca8cd4ae656f4090630b4b2c2e6ceffffd9bd3c6a97117915577cfd6dafeddf9da21f865ab378f86c4832ba0b1c419a2f
6Size (sqlite-doc-3270100.zip) = 9361284 bytes 6Size (sqlite-doc-3270200.zip) = 9371606 bytes

cvs diff -r1.96 -r1.97 pkgsrc/databases/sqlite3-tcl/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-tcl/distinfo 2019/02/11 10:45:21 1.96
+++ pkgsrc/databases/sqlite3-tcl/distinfo 2019/02/25 18:04:30 1.97
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.96 2019/02/11 10:45:21 adam Exp $ 1$NetBSD: distinfo,v 1.97 2019/02/25 18:04:30 adam Exp $
2 2
3SHA1 (sqlite-autoconf-3270100.tar.gz) = 6cdb46a153b0e88f8a5fd80e29b3966885f39ea4 3SHA1 (sqlite-autoconf-3270200.tar.gz) = 5f5750e3f39b7b60394a2fb6ddb2371f848670e6
4RMD160 (sqlite-autoconf-3270100.tar.gz) = 59be346b5c342a72eb55cfb4c1b962963d8bad04 4RMD160 (sqlite-autoconf-3270200.tar.gz) = c47b1ed9ffd5662b3dd1faf5eb2abad28e7d2554
5SHA512 (sqlite-autoconf-3270100.tar.gz) = 1dca61b82ce1dbae2fe9c568ff97e0671900bab46b354bd0aadc1946cbc46b3ea84bd1504ae922f795d1ce10791bf7861a2873f045887646609e26b74919e8e4 5SHA512 (sqlite-autoconf-3270200.tar.gz) = 0ac2515c7816932a4f725e657122c9f202bd7aba637bad9af5b4592b85efdd10a55ad34ac621b60a7aea91b1021c2ef0924c6ddfe05b2edb4f70e3d34b005972
6Size (sqlite-autoconf-3270100.tar.gz) = 2797765 bytes 6Size (sqlite-autoconf-3270200.tar.gz) = 2797531 bytes
7SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537 7SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537

cvs diff -r1.25 -r1.26 pkgsrc/devel/lemon/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/lemon/distinfo 2019/02/11 10:45:21 1.25
+++ pkgsrc/devel/lemon/distinfo 2019/02/25 18:04:30 1.26
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.25 2019/02/11 10:45:21 adam Exp $ 1$NetBSD: distinfo,v 1.26 2019/02/25 18:04:30 adam Exp $
2 2
3SHA1 (sqlite-src-3270100.zip) = 491d12da3c189313bb5d4d9779572c74fed43f0d 3SHA1 (sqlite-src-3270200.zip) = 823a77ee707b56722cd201aaf2f82e7bef57c042
4RMD160 (sqlite-src-3270100.zip) = ea9627dd74e0ff317c5c90e69e6b38e8bc769c76 4RMD160 (sqlite-src-3270200.zip) = c35455e494983a04dbff6bd4b9b1511d1b60a107
5SHA512 (sqlite-src-3270100.zip) = 5ae0d3ee747df85e5dcd7cb64057ec64843079cfcf163558aa793194ec8ba0ad5570d9c8cb152b6510357ec074da6dba7cfd2f64466f06565c54cd175d9f8945 5SHA512 (sqlite-src-3270200.zip) = 52f61e2fa54558b953dba62b27961eef8563f40e6b4a62638087cb22c7d1fdf2c915ea1071939e2e98f3ce6041da2c9bfb1bdbc1e8b8b4a049b8148e878a4e5e
6Size (sqlite-src-3270100.zip) = 12247922 bytes 6Size (sqlite-src-3270200.zip) = 12248529 bytes