Fri Jun 25 21:21:31 2021 UTC ()
sqlite3: updated to 3.36.0

SQLite Release 3.36.0 On 2021-06-18

Improvement to the EXPLAIN QUERY PLAN output to make it easier to understand.
Byte-order marks at the start of a token are skipped as if they were whitespace.
An error is raised on any attempt to access the rowid of a VIEW or subquery. Formerly, the rowid of a VIEW would be indeterminate and often would be NULL. The -DSQLITE_ALLOW_ROWID_IN_VIEW compile-time option is available to restore the legacy behavior for applications that need it.
The sqlite3_deserialize() and sqlite3_serialize() interfaces are now enabled by default. The -DSQLITE_ENABLE_DESERIALIZE compile-time option is no longer required. Instead, there is is a new -DSQLITE_OMIT_DESERIALIZE compile-time option to omit those interfaces.
The "memdb" VFS now allows the same in-memory database to be shared among multiple database connections in the same process as long as the database name begins with "/".
Back out the EXISTS-to-IN optimization (item 8b in the SQLite 3.35.0 change log) as it was found to slow down queries more often than speed them up.
Improve the constant-propagation optimization so that it works on non-join queries.
The REGEXP extension is now included in CLI builds.


(adam)
diff -r1.140 -r1.141 pkgsrc/databases/sqlite3/Makefile
diff -r1.80 -r1.81 pkgsrc/databases/sqlite3/Makefile.common
diff -r1.170 -r1.171 pkgsrc/databases/sqlite3/distinfo
diff -r1.103 -r1.104 pkgsrc/databases/sqlite3-docs/PLIST
diff -r1.104 -r1.105 pkgsrc/databases/sqlite3-docs/distinfo
diff -r1.106 -r1.107 pkgsrc/databases/sqlite3-tcl/Makefile
diff -r1.116 -r1.117 pkgsrc/databases/sqlite3-tcl/distinfo
diff -r1.45 -r1.46 pkgsrc/devel/lemon/distinfo

cvs diff -r1.140 -r1.141 pkgsrc/databases/sqlite3/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3/Makefile 2021/04/21 11:40:15 1.140
+++ pkgsrc/databases/sqlite3/Makefile 2021/06/25 21:21:31 1.141
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.140 2021/04/21 11:40:15 adam Exp $ 1# $NetBSD: Makefile,v 1.141 2021/06/25 21:21:31 adam Exp $
2 2
3PKGREVISION= 1 
4.include "Makefile.common" 3.include "Makefile.common"
5 4
6DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION} 5DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION}
7PKGNAME= sqlite3-${SQLITE3_VERSION} 6PKGNAME= sqlite3-${SQLITE3_VERSION}
8CATEGORIES= databases 7CATEGORIES= databases
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11COMMENT= SQL Database Engine in a C Library 10COMMENT= SQL Database Engine in a C Library
12 11
13.include "options.mk" 12.include "options.mk"
14 13
15USE_LIBTOOL= yes 14USE_LIBTOOL= yes
16USE_TOOLS+= gmake 15USE_TOOLS+= gmake

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

--- pkgsrc/databases/sqlite3/Makefile.common 2021/04/20 06:30:07 1.80
+++ pkgsrc/databases/sqlite3/Makefile.common 2021/06/25 21:21:31 1.81
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile.common,v 1.80 2021/04/20 06:30:07 adam Exp $ 1# $NetBSD: Makefile.common,v 1.81 2021/06/25 21:21:31 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= 3350500 8SQLITE3_DISTVERSION= 3360000
9SQLITE3_VERSION= 3.35.5 9SQLITE3_VERSION= 3.36.0
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.170 -r1.171 pkgsrc/databases/sqlite3/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3/distinfo 2021/04/20 06:30:07 1.170
+++ pkgsrc/databases/sqlite3/distinfo 2021/06/25 21:21:31 1.171
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.170 2021/04/20 06:30:07 adam Exp $ 1$NetBSD: distinfo,v 1.171 2021/06/25 21:21:31 adam Exp $
2 2
3SHA1 (sqlite-autoconf-3350500.tar.gz) = f6875472fc86c679400ede139d1dfc6937003abc 3SHA1 (sqlite-autoconf-3360000.tar.gz) = a4bcf9e951bfb9745214241ba08476299fc2dc1e
4RMD160 (sqlite-autoconf-3350500.tar.gz) = 2296997b18ab1b16a9371f039bd9f55e5e74fe82 4RMD160 (sqlite-autoconf-3360000.tar.gz) = ef34b98fbe1f3436fc0d1255ae2fa9a660011cb2
5SHA512 (sqlite-autoconf-3350500.tar.gz) = 039af796f79fc4517be0bd5ba37886264d49da309e234ae6fccdb488ef0109ed2b917fc3e6c1fc7224dff4f736824c653aaf8f0a37550c5ebc14d035cb8ac737 5SHA512 (sqlite-autoconf-3360000.tar.gz) = e59c57f421b4956c7759af528a2da929167e15179ab9d28267474683e2272f93c901203e5a648732f1a3d43e7be3ac4217c3cdd7adf108c378b9127b771a7cd0
6Size (sqlite-autoconf-3350500.tar.gz) = 2956627 bytes 6Size (sqlite-autoconf-3360000.tar.gz) = 2977080 bytes
7SHA1 (patch-configure) = c0aa83bddc20d090b3cd2fd840ac69031f4396e4 7SHA1 (patch-configure) = c0aa83bddc20d090b3cd2fd840ac69031f4396e4

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

--- pkgsrc/databases/sqlite3-docs/PLIST 2021/04/20 06:30:07 1.103
+++ pkgsrc/databases/sqlite3-docs/PLIST 2021/06/25 21:21:31 1.104
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.103 2021/04/20 06:30:07 adam Exp $ 1@comment $NetBSD: PLIST,v 1.104 2021/06/25 21:21:31 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
@@ -142,27 +142,27 @@ share/doc/sqlite3/c3ref/module.html @@ -142,27 +142,27 @@ share/doc/sqlite3/c3ref/module.html
142share/doc/sqlite3/c3ref/mprintf.html 142share/doc/sqlite3/c3ref/mprintf.html
143share/doc/sqlite3/c3ref/mutex.html 143share/doc/sqlite3/c3ref/mutex.html
144share/doc/sqlite3/c3ref/mutex_alloc.html 144share/doc/sqlite3/c3ref/mutex_alloc.html
145share/doc/sqlite3/c3ref/mutex_held.html 145share/doc/sqlite3/c3ref/mutex_held.html
146share/doc/sqlite3/c3ref/mutex_methods.html 146share/doc/sqlite3/c3ref/mutex_methods.html
147share/doc/sqlite3/c3ref/next_stmt.html 147share/doc/sqlite3/c3ref/next_stmt.html
148share/doc/sqlite3/c3ref/objlist.html 148share/doc/sqlite3/c3ref/objlist.html
149share/doc/sqlite3/c3ref/open.html 149share/doc/sqlite3/c3ref/open.html
150share/doc/sqlite3/c3ref/overload_function.html 150share/doc/sqlite3/c3ref/overload_function.html
151share/doc/sqlite3/c3ref/pcache.html 151share/doc/sqlite3/c3ref/pcache.html
152share/doc/sqlite3/c3ref/pcache_methods2.html 152share/doc/sqlite3/c3ref/pcache_methods2.html
153share/doc/sqlite3/c3ref/pcache_page.html 153share/doc/sqlite3/c3ref/pcache_page.html
154share/doc/sqlite3/c3ref/prepare.html 154share/doc/sqlite3/c3ref/prepare.html
155share/doc/sqlite3/c3ref/preupdate_count.html 155share/doc/sqlite3/c3ref/preupdate_blobwrite.html
156share/doc/sqlite3/c3ref/profile.html 156share/doc/sqlite3/c3ref/profile.html
157share/doc/sqlite3/c3ref/progress_handler.html 157share/doc/sqlite3/c3ref/progress_handler.html
158share/doc/sqlite3/c3ref/randomness.html 158share/doc/sqlite3/c3ref/randomness.html
159share/doc/sqlite3/c3ref/release_memory.html 159share/doc/sqlite3/c3ref/release_memory.html
160share/doc/sqlite3/c3ref/reset.html 160share/doc/sqlite3/c3ref/reset.html
161share/doc/sqlite3/c3ref/reset_auto_extension.html 161share/doc/sqlite3/c3ref/reset_auto_extension.html
162share/doc/sqlite3/c3ref/result_blob.html 162share/doc/sqlite3/c3ref/result_blob.html
163share/doc/sqlite3/c3ref/result_subtype.html 163share/doc/sqlite3/c3ref/result_subtype.html
164share/doc/sqlite3/c3ref/serialize.html 164share/doc/sqlite3/c3ref/serialize.html
165share/doc/sqlite3/c3ref/set_authorizer.html 165share/doc/sqlite3/c3ref/set_authorizer.html
166share/doc/sqlite3/c3ref/set_last_insert_rowid.html 166share/doc/sqlite3/c3ref/set_last_insert_rowid.html
167share/doc/sqlite3/c3ref/sleep.html 167share/doc/sqlite3/c3ref/sleep.html
168share/doc/sqlite3/c3ref/snapshot.html 168share/doc/sqlite3/c3ref/snapshot.html
@@ -420,49 +420,51 @@ share/doc/sqlite3/images/fullscanb.gif @@ -420,49 +420,51 @@ share/doc/sqlite3/images/fullscanb.gif
420share/doc/sqlite3/images/harmony.gif 420share/doc/sqlite3/images/harmony.gif
421share/doc/sqlite3/images/index-ex1-x-b.gif 421share/doc/sqlite3/images/index-ex1-x-b.gif
422share/doc/sqlite3/images/indirect1b1.gif 422share/doc/sqlite3/images/indirect1b1.gif
423share/doc/sqlite3/images/joe1.jpg 423share/doc/sqlite3/images/joe1.jpg
424share/doc/sqlite3/images/loc.jpg 424share/doc/sqlite3/images/loc.jpg
425share/doc/sqlite3/images/ne.gif 425share/doc/sqlite3/images/ne.gif
426share/doc/sqlite3/images/ne.png 426share/doc/sqlite3/images/ne.png
427share/doc/sqlite3/images/nocopy.gif 427share/doc/sqlite3/images/nocopy.gif
428share/doc/sqlite3/images/nw.gif 428share/doc/sqlite3/images/nw.gif
429share/doc/sqlite3/images/nw.png 429share/doc/sqlite3/images/nw.png
430share/doc/sqlite3/images/powered_by_sqlite.gif 430share/doc/sqlite3/images/powered_by_sqlite.gif
431share/doc/sqlite3/images/private_branch.gif 431share/doc/sqlite3/images/private_branch.gif
432share/doc/sqlite3/images/qp/fqp1.gif 432share/doc/sqlite3/images/qp/fqp1.gif
 433share/doc/sqlite3/images/qp/fqp1.pikchr
433share/doc/sqlite3/images/qp/fruitobstate.gif 434share/doc/sqlite3/images/qp/fruitobstate.gif
434share/doc/sqlite3/images/qp/fruitobstate0.gif 435share/doc/sqlite3/images/qp/fruitobstate0.gif
435share/doc/sqlite3/images/qp/fullscan.gif 436share/doc/sqlite3/images/qp/fullscan.gif
436share/doc/sqlite3/images/qp/idx1.gif 437share/doc/sqlite3/images/qp/idx1.gif
437share/doc/sqlite3/images/qp/idx1lu1.gif 438share/doc/sqlite3/images/qp/idx1lu1.gif
438share/doc/sqlite3/images/qp/idx1lu2.gif 439share/doc/sqlite3/images/qp/idx1lu2.gif
439share/doc/sqlite3/images/qp/idx1lu3.gif 440share/doc/sqlite3/images/qp/idx1lu3.gif
440share/doc/sqlite3/images/qp/idx2.gif 441share/doc/sqlite3/images/qp/idx2.gif
441share/doc/sqlite3/images/qp/idx2lu1.gif 442share/doc/sqlite3/images/qp/idx2lu1.gif
442share/doc/sqlite3/images/qp/idx3.gif 443share/doc/sqlite3/images/qp/idx3.gif
443share/doc/sqlite3/images/qp/idx3lu1.gif 444share/doc/sqlite3/images/qp/idx3lu1.gif
444share/doc/sqlite3/images/qp/idx3lu2.gif 445share/doc/sqlite3/images/qp/idx3lu2.gif
445share/doc/sqlite3/images/qp/idx4.gif 446share/doc/sqlite3/images/qp/idx4.gif
446share/doc/sqlite3/images/qp/idx4lu1.gif 447share/doc/sqlite3/images/qp/idx4lu1.gif
447share/doc/sqlite3/images/qp/obfruitidx1.gif 448share/doc/sqlite3/images/qp/obfruitidx1.gif
448share/doc/sqlite3/images/qp/obfruitidx4.gif 449share/doc/sqlite3/images/qp/obfruitidx4.gif
449share/doc/sqlite3/images/qp/obfruitnoidx.gif 450share/doc/sqlite3/images/qp/obfruitnoidx.gif
450share/doc/sqlite3/images/qp/obrowid.gif 451share/doc/sqlite3/images/qp/obrowid.gif
451share/doc/sqlite3/images/qp/orquery.gif 452share/doc/sqlite3/images/qp/orquery.gif
452share/doc/sqlite3/images/qp/partial-sort.gif 453share/doc/sqlite3/images/qp/partial-sort.gif
453share/doc/sqlite3/images/qp/rowidlu.gif 454share/doc/sqlite3/images/qp/rowidlu.gif
454share/doc/sqlite3/images/qp/tab.gif 455share/doc/sqlite3/images/qp/tab.gif
455share/doc/sqlite3/images/qp/tpchq8.gif 456share/doc/sqlite3/images/qp/tpchq8.gif
 457share/doc/sqlite3/images/qp/tpchq8.pikchr
456share/doc/sqlite3/images/se.gif 458share/doc/sqlite3/images/se.gif
457share/doc/sqlite3/images/se.png 459share/doc/sqlite3/images/se.png
458share/doc/sqlite3/images/shane1.jpg 460share/doc/sqlite3/images/shane1.jpg
459share/doc/sqlite3/images/shared.gif 461share/doc/sqlite3/images/shared.gif
460share/doc/sqlite3/images/sqlite370.jpg 462share/doc/sqlite3/images/sqlite370.jpg
461share/doc/sqlite3/images/sqlite370_banner.gif 463share/doc/sqlite3/images/sqlite370_banner.gif
462share/doc/sqlite3/images/sqlitepie.jpg 464share/doc/sqlite3/images/sqlitepie.jpg
463share/doc/sqlite3/images/src_logo.gif 465share/doc/sqlite3/images/src_logo.gif
464share/doc/sqlite3/images/sw.gif 466share/doc/sqlite3/images/sw.gif
465share/doc/sqlite3/images/sw.png 467share/doc/sqlite3/images/sw.png
466share/doc/sqlite3/images/table-ex1b2.gif 468share/doc/sqlite3/images/table-ex1b2.gif
467share/doc/sqlite3/images/vfs1.gif 469share/doc/sqlite3/images/vfs1.gif
468share/doc/sqlite3/imposter.html 470share/doc/sqlite3/imposter.html
@@ -618,26 +620,27 @@ share/doc/sqlite3/releaselog/3_31_1.html @@ -618,26 +620,27 @@ share/doc/sqlite3/releaselog/3_31_1.html
618share/doc/sqlite3/releaselog/3_32_0.html 620share/doc/sqlite3/releaselog/3_32_0.html
619share/doc/sqlite3/releaselog/3_32_1.html 621share/doc/sqlite3/releaselog/3_32_1.html
620share/doc/sqlite3/releaselog/3_32_2.html 622share/doc/sqlite3/releaselog/3_32_2.html
621share/doc/sqlite3/releaselog/3_32_3.html 623share/doc/sqlite3/releaselog/3_32_3.html
622share/doc/sqlite3/releaselog/3_33_0.html 624share/doc/sqlite3/releaselog/3_33_0.html
623share/doc/sqlite3/releaselog/3_34_0.html 625share/doc/sqlite3/releaselog/3_34_0.html
624share/doc/sqlite3/releaselog/3_34_1.html 626share/doc/sqlite3/releaselog/3_34_1.html
625share/doc/sqlite3/releaselog/3_35_0.html 627share/doc/sqlite3/releaselog/3_35_0.html
626share/doc/sqlite3/releaselog/3_35_1.html 628share/doc/sqlite3/releaselog/3_35_1.html
627share/doc/sqlite3/releaselog/3_35_2.html 629share/doc/sqlite3/releaselog/3_35_2.html
628share/doc/sqlite3/releaselog/3_35_3.html 630share/doc/sqlite3/releaselog/3_35_3.html
629share/doc/sqlite3/releaselog/3_35_4.html 631share/doc/sqlite3/releaselog/3_35_4.html
630share/doc/sqlite3/releaselog/3_35_5.html 632share/doc/sqlite3/releaselog/3_35_5.html
 633share/doc/sqlite3/releaselog/3_36_0.html
631share/doc/sqlite3/releaselog/3_3_0.html 634share/doc/sqlite3/releaselog/3_3_0.html
632share/doc/sqlite3/releaselog/3_3_1.html 635share/doc/sqlite3/releaselog/3_3_1.html
633share/doc/sqlite3/releaselog/3_3_10.html 636share/doc/sqlite3/releaselog/3_3_10.html
634share/doc/sqlite3/releaselog/3_3_11.html 637share/doc/sqlite3/releaselog/3_3_11.html
635share/doc/sqlite3/releaselog/3_3_12.html 638share/doc/sqlite3/releaselog/3_3_12.html
636share/doc/sqlite3/releaselog/3_3_13.html 639share/doc/sqlite3/releaselog/3_3_13.html
637share/doc/sqlite3/releaselog/3_3_14.html 640share/doc/sqlite3/releaselog/3_3_14.html
638share/doc/sqlite3/releaselog/3_3_15.html 641share/doc/sqlite3/releaselog/3_3_15.html
639share/doc/sqlite3/releaselog/3_3_16.html 642share/doc/sqlite3/releaselog/3_3_16.html
640share/doc/sqlite3/releaselog/3_3_17.html 643share/doc/sqlite3/releaselog/3_3_17.html
641share/doc/sqlite3/releaselog/3_3_2.html 644share/doc/sqlite3/releaselog/3_3_2.html
642share/doc/sqlite3/releaselog/3_3_3.html 645share/doc/sqlite3/releaselog/3_3_3.html
643share/doc/sqlite3/releaselog/3_3_4.html 646share/doc/sqlite3/releaselog/3_3_4.html
@@ -792,26 +795,27 @@ share/doc/sqlite3/session/sqlite3changes @@ -792,26 +795,27 @@ share/doc/sqlite3/session/sqlite3changes
792share/doc/sqlite3/session/sqlite3changeset_invert.html 795share/doc/sqlite3/session/sqlite3changeset_invert.html
793share/doc/sqlite3/session/sqlite3changeset_new.html 796share/doc/sqlite3/session/sqlite3changeset_new.html
794share/doc/sqlite3/session/sqlite3changeset_next.html 797share/doc/sqlite3/session/sqlite3changeset_next.html
795share/doc/sqlite3/session/sqlite3changeset_old.html 798share/doc/sqlite3/session/sqlite3changeset_old.html
796share/doc/sqlite3/session/sqlite3changeset_op.html 799share/doc/sqlite3/session/sqlite3changeset_op.html
797share/doc/sqlite3/session/sqlite3changeset_pk.html 800share/doc/sqlite3/session/sqlite3changeset_pk.html
798share/doc/sqlite3/session/sqlite3changeset_start.html 801share/doc/sqlite3/session/sqlite3changeset_start.html
799share/doc/sqlite3/session/sqlite3rebaser_configure.html 802share/doc/sqlite3/session/sqlite3rebaser_configure.html
800share/doc/sqlite3/session/sqlite3rebaser_create.html 803share/doc/sqlite3/session/sqlite3rebaser_create.html
801share/doc/sqlite3/session/sqlite3rebaser_delete.html 804share/doc/sqlite3/session/sqlite3rebaser_delete.html
802share/doc/sqlite3/session/sqlite3rebaser_rebase.html 805share/doc/sqlite3/session/sqlite3rebaser_rebase.html
803share/doc/sqlite3/session/sqlite3session_attach.html 806share/doc/sqlite3/session/sqlite3session_attach.html
804share/doc/sqlite3/session/sqlite3session_changeset.html 807share/doc/sqlite3/session/sqlite3session_changeset.html
 808share/doc/sqlite3/session/sqlite3session_changeset_size.html
805share/doc/sqlite3/session/sqlite3session_config.html 809share/doc/sqlite3/session/sqlite3session_config.html
806share/doc/sqlite3/session/sqlite3session_create.html 810share/doc/sqlite3/session/sqlite3session_create.html
807share/doc/sqlite3/session/sqlite3session_delete.html 811share/doc/sqlite3/session/sqlite3session_delete.html
808share/doc/sqlite3/session/sqlite3session_diff.html 812share/doc/sqlite3/session/sqlite3session_diff.html
809share/doc/sqlite3/session/sqlite3session_enable.html 813share/doc/sqlite3/session/sqlite3session_enable.html
810share/doc/sqlite3/session/sqlite3session_indirect.html 814share/doc/sqlite3/session/sqlite3session_indirect.html
811share/doc/sqlite3/session/sqlite3session_isempty.html 815share/doc/sqlite3/session/sqlite3session_isempty.html
812share/doc/sqlite3/session/sqlite3session_memory_used.html 816share/doc/sqlite3/session/sqlite3session_memory_used.html
813share/doc/sqlite3/session/sqlite3session_patchset.html 817share/doc/sqlite3/session/sqlite3session_patchset.html
814share/doc/sqlite3/session/sqlite3session_table_filter.html 818share/doc/sqlite3/session/sqlite3session_table_filter.html
815share/doc/sqlite3/sessionintro.html 819share/doc/sqlite3/sessionintro.html
816share/doc/sqlite3/sharedcache.html 820share/doc/sqlite3/sharedcache.html
817share/doc/sqlite3/shortnames.html 821share/doc/sqlite3/shortnames.html

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

--- pkgsrc/databases/sqlite3-docs/distinfo 2021/04/20 06:30:07 1.104
+++ pkgsrc/databases/sqlite3-docs/distinfo 2021/06/25 21:21:31 1.105
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.104 2021/04/20 06:30:07 adam Exp $ 1$NetBSD: distinfo,v 1.105 2021/06/25 21:21:31 adam Exp $
2 2
3SHA1 (sqlite-doc-3350500.zip) = c973cdbbd171064260601fe7b65bbdd51a33337e 3SHA1 (sqlite-doc-3360000.zip) = d1d98e937d565c2f8fa585498d9fde463330d2be
4RMD160 (sqlite-doc-3350500.zip) = d73900ea392c3639795bc7401099935c1c1c032a 4RMD160 (sqlite-doc-3360000.zip) = ad61422978de7a234f469cf007362be534c9b177
5SHA512 (sqlite-doc-3350500.zip) = 2da5357623f4db7003f46ec7ea8bdd8a794ad6e1be9a25a8ebccfe5222da43eabc32d9d17acfd7766aa4cf1fd010e476a8087fab78ac6f6596c7c5b8a06de685 5SHA512 (sqlite-doc-3360000.zip) = c9b5628f823c322688e2fcce0effe7564dccaf8bcdbb3397ee09c433975bfb5fd63fd81830c5c6d573314e1e55d25cdf1b3842d798f7be63b9b88b32f6694add
6Size (sqlite-doc-3350500.zip) = 10205830 bytes 6Size (sqlite-doc-3360000.zip) = 12274411 bytes

cvs diff -r1.106 -r1.107 pkgsrc/databases/sqlite3-tcl/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/sqlite3-tcl/Makefile 2021/04/21 11:41:21 1.106
+++ pkgsrc/databases/sqlite3-tcl/Makefile 2021/06/25 21:21:31 1.107
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.106 2021/04/21 11:41:21 adam Exp $ 1# $NetBSD: Makefile,v 1.107 2021/06/25 21:21:31 adam Exp $
2 2
3PKGREVISION= 1 
4.include "../../databases/sqlite3/Makefile.common" 3.include "../../databases/sqlite3/Makefile.common"
5 4
6DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION} 5DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION}
7PKGNAME= sqlite3-tcl-${SQLITE3_VERSION} 6PKGNAME= sqlite3-tcl-${SQLITE3_VERSION}
8CATEGORIES= databases 7CATEGORIES= databases
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11COMMENT= SQL Database Engine in a C Library (TCL extension) 10COMMENT= SQL Database Engine in a C Library (TCL extension)
12 11
13WRKSRC= ${WRKDIR}/${DISTNAME}/tea 12WRKSRC= ${WRKDIR}/${DISTNAME}/tea
14 13
15USE_TOOLS+= gmake 14USE_TOOLS+= gmake
16GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes

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

--- pkgsrc/databases/sqlite3-tcl/distinfo 2021/04/20 06:30:07 1.116
+++ pkgsrc/databases/sqlite3-tcl/distinfo 2021/06/25 21:21:31 1.117
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.116 2021/04/20 06:30:07 adam Exp $ 1$NetBSD: distinfo,v 1.117 2021/06/25 21:21:31 adam Exp $
2 2
3SHA1 (sqlite-autoconf-3350500.tar.gz) = f6875472fc86c679400ede139d1dfc6937003abc 3SHA1 (sqlite-autoconf-3360000.tar.gz) = a4bcf9e951bfb9745214241ba08476299fc2dc1e
4RMD160 (sqlite-autoconf-3350500.tar.gz) = 2296997b18ab1b16a9371f039bd9f55e5e74fe82 4RMD160 (sqlite-autoconf-3360000.tar.gz) = ef34b98fbe1f3436fc0d1255ae2fa9a660011cb2
5SHA512 (sqlite-autoconf-3350500.tar.gz) = 039af796f79fc4517be0bd5ba37886264d49da309e234ae6fccdb488ef0109ed2b917fc3e6c1fc7224dff4f736824c653aaf8f0a37550c5ebc14d035cb8ac737 5SHA512 (sqlite-autoconf-3360000.tar.gz) = e59c57f421b4956c7759af528a2da929167e15179ab9d28267474683e2272f93c901203e5a648732f1a3d43e7be3ac4217c3cdd7adf108c378b9127b771a7cd0
6Size (sqlite-autoconf-3350500.tar.gz) = 2956627 bytes 6Size (sqlite-autoconf-3360000.tar.gz) = 2977080 bytes
7SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537 7SHA1 (patch-Makefile.in) = 6cbbc33a5bc9c98b5aa128279f8e21e47406f537

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

--- pkgsrc/devel/lemon/distinfo 2021/04/20 06:30:07 1.45
+++ pkgsrc/devel/lemon/distinfo 2021/06/25 21:21:31 1.46
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.45 2021/04/20 06:30:07 adam Exp $ 1$NetBSD: distinfo,v 1.46 2021/06/25 21:21:31 adam Exp $
2 2
3SHA1 (sqlite-src-3350500.zip) = 3f5685eb64803c99fe92d5425c4688a57fef033e 3SHA1 (sqlite-src-3360000.zip) = ff0ccd70809c63e6c6a961d40eae6b6af6b46136
4RMD160 (sqlite-src-3350500.zip) = 880d8578a7e55d6e1d05a48b9094dc1aff33c7b9 4RMD160 (sqlite-src-3360000.zip) = 45e24313d68f6f4552e8f508e6afa4aeac4b230a
5SHA512 (sqlite-src-3350500.zip) = f9afd11b3c42a8241f91e2ecafc3928e7391cc0f1fbee236b8122c2d3ca922d0c82d2605968b131351b6c5e38f983f8eed29b86c94cfa72799e2387b3b3db561 5SHA512 (sqlite-src-3360000.zip) = 4083f96265c59001d21dce4d0288ddc6ea80ae079cbce2144c0fc3200b1904fd0d665fc54b08978c6b818527580042cde025c03b73d20d0bc56ccbeb75a330c3
6Size (sqlite-src-3350500.zip) = 12819198 bytes 6Size (sqlite-src-3360000.zip) = 12985683 bytes