Tue Apr 20 06:30:07 2021 UTC ()
sqlite3: updated to 3.35.5

version 3.35.5:

Fix defects in the new ALTER TABLE DROP COLUMN feature that could corrupt the database file.
Fix an obscure query optimizer problem that might cause an incorrect query result.


(adam)
diff -r1.79 -r1.80 pkgsrc/databases/sqlite3/Makefile.common
diff -r1.169 -r1.170 pkgsrc/databases/sqlite3/distinfo
diff -r1.102 -r1.103 pkgsrc/databases/sqlite3-docs/PLIST
diff -r1.103 -r1.104 pkgsrc/databases/sqlite3-docs/distinfo
diff -r1.115 -r1.116 pkgsrc/databases/sqlite3-tcl/distinfo
diff -r1.44 -r1.45 pkgsrc/devel/lemon/distinfo

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

--- pkgsrc/databases/sqlite3/Makefile.common 2021/04/03 06:25:30 1.79
+++ pkgsrc/databases/sqlite3/Makefile.common 2021/04/20 06:30:07 1.80
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile.common,v 1.79 2021/04/03 06:25:30 adam Exp $ 1# $NetBSD: Makefile.common,v 1.80 2021/04/20 06:30:07 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= 3350400 8SQLITE3_DISTVERSION= 3350500
9SQLITE3_VERSION= 3.35.4 9SQLITE3_VERSION= 3.35.5
10 10
11MASTER_SITES= http://www.sqlite.org/2021/ 11MASTER_SITES= http://www.sqlite.org/2021/
12MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2021/ 12MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2021/
13 13
14HOMEPAGE?= http://www.sqlite.org/ 14HOMEPAGE?= http://www.sqlite.org/
15LICENSE= public-domain 15LICENSE= public-domain

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

--- pkgsrc/databases/sqlite3/distinfo 2021/04/03 06:25:30 1.169
+++ pkgsrc/databases/sqlite3/distinfo 2021/04/20 06:30:07 1.170
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.169 2021/04/03 06:25:30 adam Exp $ 1$NetBSD: distinfo,v 1.170 2021/04/20 06:30:07 adam Exp $
2 2
3SHA1 (sqlite-autoconf-3350400.tar.gz) = 0d8d9824bf16d15b5b5875eeff20434a9203af48 3SHA1 (sqlite-autoconf-3350500.tar.gz) = f6875472fc86c679400ede139d1dfc6937003abc
4RMD160 (sqlite-autoconf-3350400.tar.gz) = 3698ff239b6d8a72765b40278705fc6730e918a6 4RMD160 (sqlite-autoconf-3350500.tar.gz) = 2296997b18ab1b16a9371f039bd9f55e5e74fe82
5SHA512 (sqlite-autoconf-3350400.tar.gz) = 9a0a37ca2defc0fda208eda0812502f34783bec8a2470fc44caaeab2985f045d77e993d76f4ae6436d0b927601404f7e42c9e3d377a32d9a67140435c3eaf5b9 5SHA512 (sqlite-autoconf-3350500.tar.gz) = 039af796f79fc4517be0bd5ba37886264d49da309e234ae6fccdb488ef0109ed2b917fc3e6c1fc7224dff4f736824c653aaf8f0a37550c5ebc14d035cb8ac737
6Size (sqlite-autoconf-3350400.tar.gz) = 2956547 bytes 6Size (sqlite-autoconf-3350500.tar.gz) = 2956627 bytes
7SHA1 (patch-configure) = c0aa83bddc20d090b3cd2fd840ac69031f4396e4 7SHA1 (patch-configure) = c0aa83bddc20d090b3cd2fd840ac69031f4396e4

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

--- pkgsrc/databases/sqlite3-docs/PLIST 2021/04/03 06:25:30 1.102
+++ pkgsrc/databases/sqlite3-docs/PLIST 2021/04/20 06:30:07 1.103
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.102 2021/04/03 06:25:30 adam Exp $ 1@comment $NetBSD: PLIST,v 1.103 2021/04/20 06:30:07 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/appfunc.html 9share/doc/sqlite3/appfunc.html
10share/doc/sqlite3/arch.html 10share/doc/sqlite3/arch.html
11share/doc/sqlite3/assert.html 11share/doc/sqlite3/assert.html
12share/doc/sqlite3/asyncvfs.html 12share/doc/sqlite3/asyncvfs.html
13share/doc/sqlite3/atomiccommit.html 13share/doc/sqlite3/atomiccommit.html
14share/doc/sqlite3/autoinc.html 14share/doc/sqlite3/autoinc.html
@@ -617,26 +617,27 @@ share/doc/sqlite3/releaselog/3_31_0.html @@ -617,26 +617,27 @@ share/doc/sqlite3/releaselog/3_31_0.html
617share/doc/sqlite3/releaselog/3_31_1.html 617share/doc/sqlite3/releaselog/3_31_1.html
618share/doc/sqlite3/releaselog/3_32_0.html 618share/doc/sqlite3/releaselog/3_32_0.html
619share/doc/sqlite3/releaselog/3_32_1.html 619share/doc/sqlite3/releaselog/3_32_1.html
620share/doc/sqlite3/releaselog/3_32_2.html 620share/doc/sqlite3/releaselog/3_32_2.html
621share/doc/sqlite3/releaselog/3_32_3.html 621share/doc/sqlite3/releaselog/3_32_3.html
622share/doc/sqlite3/releaselog/3_33_0.html 622share/doc/sqlite3/releaselog/3_33_0.html
623share/doc/sqlite3/releaselog/3_34_0.html 623share/doc/sqlite3/releaselog/3_34_0.html
624share/doc/sqlite3/releaselog/3_34_1.html 624share/doc/sqlite3/releaselog/3_34_1.html
625share/doc/sqlite3/releaselog/3_35_0.html 625share/doc/sqlite3/releaselog/3_35_0.html
626share/doc/sqlite3/releaselog/3_35_1.html 626share/doc/sqlite3/releaselog/3_35_1.html
627share/doc/sqlite3/releaselog/3_35_2.html 627share/doc/sqlite3/releaselog/3_35_2.html
628share/doc/sqlite3/releaselog/3_35_3.html 628share/doc/sqlite3/releaselog/3_35_3.html
629share/doc/sqlite3/releaselog/3_35_4.html 629share/doc/sqlite3/releaselog/3_35_4.html
 630share/doc/sqlite3/releaselog/3_35_5.html
630share/doc/sqlite3/releaselog/3_3_0.html 631share/doc/sqlite3/releaselog/3_3_0.html
631share/doc/sqlite3/releaselog/3_3_1.html 632share/doc/sqlite3/releaselog/3_3_1.html
632share/doc/sqlite3/releaselog/3_3_10.html 633share/doc/sqlite3/releaselog/3_3_10.html
633share/doc/sqlite3/releaselog/3_3_11.html 634share/doc/sqlite3/releaselog/3_3_11.html
634share/doc/sqlite3/releaselog/3_3_12.html 635share/doc/sqlite3/releaselog/3_3_12.html
635share/doc/sqlite3/releaselog/3_3_13.html 636share/doc/sqlite3/releaselog/3_3_13.html
636share/doc/sqlite3/releaselog/3_3_14.html 637share/doc/sqlite3/releaselog/3_3_14.html
637share/doc/sqlite3/releaselog/3_3_15.html 638share/doc/sqlite3/releaselog/3_3_15.html
638share/doc/sqlite3/releaselog/3_3_16.html 639share/doc/sqlite3/releaselog/3_3_16.html
639share/doc/sqlite3/releaselog/3_3_17.html 640share/doc/sqlite3/releaselog/3_3_17.html
640share/doc/sqlite3/releaselog/3_3_2.html 641share/doc/sqlite3/releaselog/3_3_2.html
641share/doc/sqlite3/releaselog/3_3_3.html 642share/doc/sqlite3/releaselog/3_3_3.html
642share/doc/sqlite3/releaselog/3_3_4.html 643share/doc/sqlite3/releaselog/3_3_4.html

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

--- pkgsrc/databases/sqlite3-docs/distinfo 2021/04/03 06:25:30 1.103
+++ pkgsrc/databases/sqlite3-docs/distinfo 2021/04/20 06:30:07 1.104
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.103 2021/04/03 06:25:30 adam Exp $ 1$NetBSD: distinfo,v 1.104 2021/04/20 06:30:07 adam Exp $
2 2
3SHA1 (sqlite-doc-3350400.zip) = df441fc82bfa8d891e7902cd1e5236007d3315e2 3SHA1 (sqlite-doc-3350500.zip) = c973cdbbd171064260601fe7b65bbdd51a33337e
4RMD160 (sqlite-doc-3350400.zip) = 93ea15fa4b62fd3b13e579a263ad846365b65cb8 4RMD160 (sqlite-doc-3350500.zip) = d73900ea392c3639795bc7401099935c1c1c032a
5SHA512 (sqlite-doc-3350400.zip) = cc967b6625e0ae3ffb4a84f87a6efb5bc0e2d3cb2080e438c9e1ba3b8c2ba707612b8bdfc2bf3291ef2ad2836780127050762945a3ff7503f662cf30ab4fde4a 5SHA512 (sqlite-doc-3350500.zip) = 2da5357623f4db7003f46ec7ea8bdd8a794ad6e1be9a25a8ebccfe5222da43eabc32d9d17acfd7766aa4cf1fd010e476a8087fab78ac6f6596c7c5b8a06de685
6Size (sqlite-doc-3350400.zip) = 10206227 bytes 6Size (sqlite-doc-3350500.zip) = 10205830 bytes

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

--- pkgsrc/databases/sqlite3-tcl/distinfo 2021/04/03 06:25:30 1.115
+++ pkgsrc/databases/sqlite3-tcl/distinfo 2021/04/20 06:30:07 1.116
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.115 2021/04/03 06:25:30 adam Exp $ 1$NetBSD: distinfo,v 1.116 2021/04/20 06:30:07 adam Exp $
2 2
3SHA1 (sqlite-autoconf-3350400.tar.gz) = 0d8d9824bf16d15b5b5875eeff20434a9203af48 3SHA1 (sqlite-autoconf-3350500.tar.gz) = f6875472fc86c679400ede139d1dfc6937003abc
4RMD160 (sqlite-autoconf-3350400.tar.gz) = 3698ff239b6d8a72765b40278705fc6730e918a6 4RMD160 (sqlite-autoconf-3350500.tar.gz) = 2296997b18ab1b16a9371f039bd9f55e5e74fe82
5SHA512 (sqlite-autoconf-3350400.tar.gz) = 9a0a37ca2defc0fda208eda0812502f34783bec8a2470fc44caaeab2985f045d77e993d76f4ae6436d0b927601404f7e42c9e3d377a32d9a67140435c3eaf5b9 5SHA512 (sqlite-autoconf-3350500.tar.gz) = 039af796f79fc4517be0bd5ba37886264d49da309e234ae6fccdb488ef0109ed2b917fc3e6c1fc7224dff4f736824c653aaf8f0a37550c5ebc14d035cb8ac737
6Size (sqlite-autoconf-3350400.tar.gz) = 2956547 bytes 6Size (sqlite-autoconf-3350500.tar.gz) = 2956627 bytes
7SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537 7SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537

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

--- pkgsrc/devel/lemon/distinfo 2021/04/03 06:25:30 1.44
+++ pkgsrc/devel/lemon/distinfo 2021/04/20 06:30:07 1.45
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.44 2021/04/03 06:25:30 adam Exp $ 1$NetBSD: distinfo,v 1.45 2021/04/20 06:30:07 adam Exp $
2 2
3SHA1 (sqlite-src-3350400.zip) = a54013dd7e356c7cf659c675230e7f16e5239718 3SHA1 (sqlite-src-3350500.zip) = 3f5685eb64803c99fe92d5425c4688a57fef033e
4RMD160 (sqlite-src-3350400.zip) = 829223a7deed104a2c3316021a6fda283ed9881e 4RMD160 (sqlite-src-3350500.zip) = 880d8578a7e55d6e1d05a48b9094dc1aff33c7b9
5SHA512 (sqlite-src-3350400.zip) = 3a3fa1df47b8f148fffbb056522e0e671d9e295c154173124208b7b1348d321eba410a40fbdea02fdc1af3b55cdfce37044ed09f328502fc50f42f5ecabc1236 5SHA512 (sqlite-src-3350500.zip) = f9afd11b3c42a8241f91e2ecafc3928e7391cc0f1fbee236b8122c2d3ca922d0c82d2605968b131351b6c5e38f983f8eed29b86c94cfa72799e2387b3b3db561
6Size (sqlite-src-3350400.zip) = 12818802 bytes 6Size (sqlite-src-3350500.zip) = 12819198 bytes