pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 17 12:29:58 UTC 2023

Modified Files:
        pkgsrc/databases/sqlite3: Makefile Makefile.common distinfo
        pkgsrc/databases/sqlite3-docs: PLIST distinfo
        pkgsrc/databases/sqlite3-tcl: Makefile distinfo
        pkgsrc/devel/lemon: distinfo

Log Message:
sqlite3: updated to 3.42.0

SQLite Release 3.42.0 On 2023-05-16

Add the FTS5 secure-delete command. This option causes all forensic traces to be removed from the FTS5 inverted index when content is deleted.
Enhance the JSON SQL functions to support JSON5 extensions.
The SQLITE_CONFIG_LOG and SQLITE_CONFIG_PCACHE_HDRSZ calls to sqlite3_config() are now allowed to occur after sqlite3_initialize().
New sqlite3_db_config() options: SQLITE_DBCONFIG_STMT_SCANSTATUS and SQLITE_DBCONFIG_REVERSE_SCANORDER.
Query planner improvements:
Enable the "count-of-view" optimization by default.
Avoid computing unused columns in subqueries.
Improvements to the push-down optimization.
Enhancements to the CLI:
Add the --unsafe-testing command-line option. Without this option, some dot-commands (ex: ".testctrl") are now disabled because those commands that are intended for testing only and can cause 
malfunctions misused.
Allow commands ".log on" and ".log off", even in --safe mode.
"--" as a command-line argument means all subsequent arguments that start with "-" are interpreted as normal non-option argument.
Magic parameters ":inf" and ":nan" bind to floating point literals Infinity and NaN, respectively.
The --utf8 command-line option omits all translation to or from MBCS on the Windows console for interactive sessions, and sets the console code page for UTF-8 I/O during such sessions. The --utf8 
option is a no-op on all other platforms.
Add the ability for application-defined SQL functions to have the same name as join keywords: CROSS, FULL, INNER, LEFT, NATURAL, OUTER, or RIGHT.
Enhancements to PRAGMA integrity_check:
Detect and raise an error when a NaN value is stored in a NOT NULL column.
Improved error message output identifies the root page of a b-tree when an error is found within a b-tree.
Allow the session extension to be configured to capture changes from tables that lack an explicit ROWID.
Added the subsecond modifier to the date and time functions.
Negative values passed into sqlite3_sleep() are henceforth interpreted as 0.
The maximum recursion depth for JSON arrays and objects is lowered from 2000 to 1000.
Extended the built-in printf() function so the comma option now works with floating-point conversions in addition to integer conversions.
Miscellaneous bug fixes and performance optimizations


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 pkgsrc/databases/sqlite3/Makefile
cvs rdiff -u -r1.100 -r1.101 pkgsrc/databases/sqlite3/Makefile.common
cvs rdiff -u -r1.193 -r1.194 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.123 -r1.124 pkgsrc/databases/sqlite3-docs/PLIST
cvs rdiff -u -r1.126 -r1.127 pkgsrc/databases/sqlite3-docs/distinfo
cvs rdiff -u -r1.115 -r1.116 pkgsrc/databases/sqlite3-tcl/Makefile
cvs rdiff -u -r1.138 -r1.139 pkgsrc/databases/sqlite3-tcl/distinfo
cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/lemon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/sqlite3/Makefile
diff -u pkgsrc/databases/sqlite3/Makefile:1.150 pkgsrc/databases/sqlite3/Makefile:1.151
--- pkgsrc/databases/sqlite3/Makefile:1.150     Wed Apr 19 08:08:08 2023
+++ pkgsrc/databases/sqlite3/Makefile   Wed May 17 12:29:57 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.150 2023/04/19 08:08:08 adam Exp $
+# $NetBSD: Makefile,v 1.151 2023/05/17 12:29:57 adam Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 DISTNAME=      sqlite-autoconf-${SQLITE3_DISTVERSION}

Index: pkgsrc/databases/sqlite3/Makefile.common
diff -u pkgsrc/databases/sqlite3/Makefile.common:1.100 pkgsrc/databases/sqlite3/Makefile.common:1.101
--- pkgsrc/databases/sqlite3/Makefile.common:1.100      Tue Mar 28 13:01:40 2023
+++ pkgsrc/databases/sqlite3/Makefile.common    Wed May 17 12:29:57 2023
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.common,v 1.100 2023/03/28 13:01:40 adam Exp $
+# $NetBSD: Makefile.common,v 1.101 2023/05/17 12:29:57 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=   3410200
-SQLITE3_VERSION=       3.41.2
+SQLITE3_DISTVERSION=   3420000
+SQLITE3_VERSION=       3.42.0
 
 MASTER_SITES=  http://www.sqlite.org/2023/
 MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2023/

Index: pkgsrc/databases/sqlite3/distinfo
diff -u pkgsrc/databases/sqlite3/distinfo:1.193 pkgsrc/databases/sqlite3/distinfo:1.194
--- pkgsrc/databases/sqlite3/distinfo:1.193     Tue Mar 28 13:01:40 2023
+++ pkgsrc/databases/sqlite3/distinfo   Wed May 17 12:29:57 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.193 2023/03/28 13:01:40 adam Exp $
+$NetBSD: distinfo,v 1.194 2023/05/17 12:29:57 adam Exp $
 
-BLAKE2s (sqlite-autoconf-3410200.tar.gz) = 60bbbdb9926d9aa18607b6fee461be39ef72cc1867fe0b25904479be1ac0c9db
-SHA512 (sqlite-autoconf-3410200.tar.gz) = 8059dc4cf509dc2810fff5cc31a8aa595bf0a3ae5bc90cb7495b773b78e0a974927cf3e37cf720ed2e284dbcaf6cef05d35e248d8fbb0f0a4ee8d0a65118b67c
-Size (sqlite-autoconf-3410200.tar.gz) = 3125545 bytes
+BLAKE2s (sqlite-autoconf-3420000.tar.gz) = 1b2bc59cf530020d633e37b80da52b50187ff969d082b2ac381abad062e9c010
+SHA512 (sqlite-autoconf-3420000.tar.gz) = f54a8993433b4787dde99b11754f26cb525389446f12c78100b47ed342933385c819621c5384387aec7be68aed92d729acb1e5391d3c786f4f9cf1c767a743bd
+Size (sqlite-autoconf-3420000.tar.gz) = 3148813 bytes
 SHA1 (patch-configure) = c0aa83bddc20d090b3cd2fd840ac69031f4396e4

Index: pkgsrc/databases/sqlite3-docs/PLIST
diff -u pkgsrc/databases/sqlite3-docs/PLIST:1.123 pkgsrc/databases/sqlite3-docs/PLIST:1.124
--- pkgsrc/databases/sqlite3-docs/PLIST:1.123   Tue Mar 28 13:01:40 2023
+++ pkgsrc/databases/sqlite3-docs/PLIST Wed May 17 12:29:58 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.123 2023/03/28 13:01:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.124 2023/05/17 12:29:58 adam Exp $
 share/doc/sqlite3/34to35.html
 share/doc/sqlite3/35to36.html
 share/doc/sqlite3/about.html
@@ -681,6 +681,7 @@ share/doc/sqlite3/releaselog/3_40_1.html
 share/doc/sqlite3/releaselog/3_41_0.html
 share/doc/sqlite3/releaselog/3_41_1.html
 share/doc/sqlite3/releaselog/3_41_2.html
+share/doc/sqlite3/releaselog/3_42_0.html
 share/doc/sqlite3/releaselog/3_4_0.html
 share/doc/sqlite3/releaselog/3_4_1.html
 share/doc/sqlite3/releaselog/3_4_2.html
@@ -803,9 +804,10 @@ share/doc/sqlite3/serverless.html
 share/doc/sqlite3/session.html
 share/doc/sqlite3/session/c_changeset_abort.html
 share/doc/sqlite3/session/c_changeset_conflict.html
-share/doc/sqlite3/session/c_changesetapply_invert.html
+share/doc/sqlite3/session/c_changesetapply_ignorenoop.html
 share/doc/sqlite3/session/c_changesetstart_invert.html
 share/doc/sqlite3/session/c_session_config_strmsize.html
+share/doc/sqlite3/session/c_session_objconfig_rowid.html
 share/doc/sqlite3/session/changegroup.html
 share/doc/sqlite3/session/changeset_iter.html
 share/doc/sqlite3/session/constlist.html
@@ -846,6 +848,7 @@ share/doc/sqlite3/session/sqlite3session
 share/doc/sqlite3/session/sqlite3session_indirect.html
 share/doc/sqlite3/session/sqlite3session_isempty.html
 share/doc/sqlite3/session/sqlite3session_memory_used.html
+share/doc/sqlite3/session/sqlite3session_object_config.html
 share/doc/sqlite3/session/sqlite3session_patchset.html
 share/doc/sqlite3/session/sqlite3session_table_filter.html
 share/doc/sqlite3/sessionintro.html

Index: pkgsrc/databases/sqlite3-docs/distinfo
diff -u pkgsrc/databases/sqlite3-docs/distinfo:1.126 pkgsrc/databases/sqlite3-docs/distinfo:1.127
--- pkgsrc/databases/sqlite3-docs/distinfo:1.126        Tue Mar 28 13:01:40 2023
+++ pkgsrc/databases/sqlite3-docs/distinfo      Wed May 17 12:29:58 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.126 2023/03/28 13:01:40 adam Exp $
+$NetBSD: distinfo,v 1.127 2023/05/17 12:29:58 adam Exp $
 
-BLAKE2s (sqlite-doc-3410200.zip) = b163a40d95e5ffa08134dee847aa5015a5ac6bdece647c17d340a348cd84848c
-SHA512 (sqlite-doc-3410200.zip) = 77099fd3bfdb0c19baedb1248c5ff028a14cbc98d18956dfb13e55289a7dddbe82d25e4522f0cbbe9c2798e0531c354df5a207f89c62dfe0f84877db47bb4f9e
-Size (sqlite-doc-3410200.zip) = 10633275 bytes
+BLAKE2s (sqlite-doc-3420000.zip) = e5c603f21dfaa122deeae1f0c56a5c6d73d1eddd4ca0bbaea2727bb321b403c2
+SHA512 (sqlite-doc-3420000.zip) = d675ee2897323d468816bc713594c4e94cb5c15270b4f991758e2c82e2891ad724c5790f29b76bc9e5d6b3be04e95aee371c57ceb2d855c1057b4af62a5af162
+Size (sqlite-doc-3420000.zip) = 10665938 bytes

Index: pkgsrc/databases/sqlite3-tcl/Makefile
diff -u pkgsrc/databases/sqlite3-tcl/Makefile:1.115 pkgsrc/databases/sqlite3-tcl/Makefile:1.116
--- pkgsrc/databases/sqlite3-tcl/Makefile:1.115 Wed Apr 19 08:09:35 2023
+++ pkgsrc/databases/sqlite3-tcl/Makefile       Wed May 17 12:29:58 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.115 2023/04/19 08:09:35 adam Exp $
+# $NetBSD: Makefile,v 1.116 2023/05/17 12:29:58 adam Exp $
 
-PKGREVISION= 1
 .include "../../databases/sqlite3/Makefile.common"
 
 DISTNAME=      sqlite-autoconf-${SQLITE3_DISTVERSION}

Index: pkgsrc/databases/sqlite3-tcl/distinfo
diff -u pkgsrc/databases/sqlite3-tcl/distinfo:1.138 pkgsrc/databases/sqlite3-tcl/distinfo:1.139
--- pkgsrc/databases/sqlite3-tcl/distinfo:1.138 Tue Mar 28 13:01:41 2023
+++ pkgsrc/databases/sqlite3-tcl/distinfo       Wed May 17 12:29:58 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.138 2023/03/28 13:01:41 adam Exp $
+$NetBSD: distinfo,v 1.139 2023/05/17 12:29:58 adam Exp $
 
-BLAKE2s (sqlite-autoconf-3410200.tar.gz) = 60bbbdb9926d9aa18607b6fee461be39ef72cc1867fe0b25904479be1ac0c9db
-SHA512 (sqlite-autoconf-3410200.tar.gz) = 8059dc4cf509dc2810fff5cc31a8aa595bf0a3ae5bc90cb7495b773b78e0a974927cf3e37cf720ed2e284dbcaf6cef05d35e248d8fbb0f0a4ee8d0a65118b67c
-Size (sqlite-autoconf-3410200.tar.gz) = 3125545 bytes
+BLAKE2s (sqlite-autoconf-3420000.tar.gz) = 1b2bc59cf530020d633e37b80da52b50187ff969d082b2ac381abad062e9c010
+SHA512 (sqlite-autoconf-3420000.tar.gz) = f54a8993433b4787dde99b11754f26cb525389446f12c78100b47ed342933385c819621c5384387aec7be68aed92d729acb1e5391d3c786f4f9cf1c767a743bd
+Size (sqlite-autoconf-3420000.tar.gz) = 3148813 bytes
 SHA1 (patch-Makefile.in) = 8f68039c9169bc69eb0da4bd0f910c7584aed2b5

Index: pkgsrc/devel/lemon/distinfo
diff -u pkgsrc/devel/lemon/distinfo:1.67 pkgsrc/devel/lemon/distinfo:1.68
--- pkgsrc/devel/lemon/distinfo:1.67    Tue Mar 28 13:01:41 2023
+++ pkgsrc/devel/lemon/distinfo Wed May 17 12:29:58 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.67 2023/03/28 13:01:41 adam Exp $
+$NetBSD: distinfo,v 1.68 2023/05/17 12:29:58 adam Exp $
 
-BLAKE2s (sqlite-src-3410200.zip) = 991729c2cd188103306cc30e569c242b206e9264a77230eaaf8468b675817ded
-SHA512 (sqlite-src-3410200.zip) = 28cfa72f2b39d851c38fb757a0c6d0696c22548792ce2fa1be5e2f6084e4bf0a5fb216902b59ccba5b6ebaf140aab954ed7676d84841b58ad063404a119a0c17
-Size (sqlite-src-3410200.zip) = 13836230 bytes
+BLAKE2s (sqlite-src-3420000.zip) = 7f792dae1014897bbd84444887f33a95a86ad2b1095dc31c5d35d3315e84f6fe
+SHA512 (sqlite-src-3420000.zip) = 509b7aa292870c927ef137469028e5e07ca74907414c5b295360cb10b377a42de7469d3afe79f8d9947d486ef74d676679c7f2d3b1caaeb8c949f27201180def
+Size (sqlite-src-3420000.zip) = 13910252 bytes



Home | Main Index | Thread Index | Old Index