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 Jan 15 15:23:42 UTC 2025
Modified Files:
pkgsrc/databases/sqlite3: Makefile Makefile.common distinfo
pkgsrc/databases/sqlite3-docs: PLIST distinfo
pkgsrc/databases/sqlite3-tcl: distinfo
pkgsrc/devel/lemon: distinfo
Log Message:
sqlite3: updated to 3.48.0
SQLite Release 3.48.0 On 2025-01-14
Refactor the "configure" script used to help build SQLite from canonical sources, to fix bugs, improve performance, and make the code more maintainable.
This does not affect the "configure" script in the sqlite3-autoconf-NNNNNNN.tar.gz "amalgamation tarball", only the canonical sources. The build system for the amalgamation tarball is unchanged. If
you are using the amalgamation tarball, nothing about this change log entry applies to you.
The key innovation here is that Autosetup is now used instead of GNU Autoconf. That seems like a big change, but it is really just an implementation detail. The ./configure script is coded very
differently, but should work the same as before.
One advantage of the new configure is that you no longer need to install TCL in order to build most SQLite targets. TCL is still required to run tests or to build accessory programs (like
sqlite3_analyzer) that use TCL, but it is not required for most common targets. Hence, as of this release, the only build dependencies are a C compiler and "make" or "nmake".
Improved EXPLAIN QUERY PLAN output for covering indexes.
Allow a two-argument version of the iif() SQL function. Also allow if() as an alternative spelling for iif().
Add the ".dbtotxt" command to the CLI.
Add the SQLITE_IOCAP_SUBPAGE_READ property to the xDeviceCharacteristics method of the sqlite3_io_methods object.
Add the SQLITE_PREPARE_DONT_LOG option to sqlite3_prepare_v3() that prevents warning messages being sent to the error log if the SQL is ill-formed. This allows sqlite3_prepare_v3() to be used to do
test compiles of SQL to check for validity without polluting the error log with false messages.
Increase the minimum allowed value of SQLITE_LIMIT_LENGTH from 1 to 30.
Added the SQLITE_FCNTL_NULL_IO file control.
Extend the FTS5 auxiliary API xInstToken() to work with prefix queries via the insttoken configuration option and the fts5_insttoken() SQL function.
Increase the maximum number of arguments to an SQL function from 127 to 1000.
Remove vestigial traces of SQLITE_USER_AUTHENTICATION.
Various obscure bug fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/databases/sqlite3/Makefile
cvs rdiff -u -r1.115 -r1.116 pkgsrc/databases/sqlite3/Makefile.common
cvs rdiff -u -r1.209 -r1.210 pkgsrc/databases/sqlite3/distinfo
cvs rdiff -u -r1.138 -r1.139 pkgsrc/databases/sqlite3-docs/PLIST
cvs rdiff -u -r1.141 -r1.142 pkgsrc/databases/sqlite3-docs/distinfo
cvs rdiff -u -r1.155 -r1.156 pkgsrc/databases/sqlite3-tcl/distinfo
cvs rdiff -u -r1.82 -r1.83 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.161 pkgsrc/databases/sqlite3/Makefile:1.162
--- pkgsrc/databases/sqlite3/Makefile:1.161 Thu Dec 26 22:04:28 2024
+++ pkgsrc/databases/sqlite3/Makefile Wed Jan 15 15:23:41 2025
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.161 2024/12/26 22:04:28 riastradh Exp $
+# $NetBSD: Makefile,v 1.162 2025/01/15 15:23:41 adam Exp $
.include "Makefile.common"
DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION}
PKGNAME= sqlite3-${SQLITE3_VERSION}
-PKGREVISION= 1
CATEGORIES= databases
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/databases/sqlite3/Makefile.common
diff -u pkgsrc/databases/sqlite3/Makefile.common:1.115 pkgsrc/databases/sqlite3/Makefile.common:1.116
--- pkgsrc/databases/sqlite3/Makefile.common:1.115 Mon Dec 9 08:33:51 2024
+++ pkgsrc/databases/sqlite3/Makefile.common Wed Jan 15 15:23:41 2025
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile.common,v 1.115 2024/12/09 08:33:51 adam Exp $
+# $NetBSD: Makefile.common,v 1.116 2025/01/15 15:23:41 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= 3470200
-SQLITE3_VERSION= 3.47.2
+SQLITE3_DISTVERSION= 3480000
+SQLITE3_VERSION= 3.48.0
-MASTER_SITES= http://www.sqlite.org/2024/
-MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2024/
+MASTER_SITES= http://www.sqlite.org/2025/
+MASTER_SITES+= http://www.hwaci.com/sw/sqlite/2025/
HOMEPAGE?= http://www.sqlite.org/
LICENSE= public-domain
Index: pkgsrc/databases/sqlite3/distinfo
diff -u pkgsrc/databases/sqlite3/distinfo:1.209 pkgsrc/databases/sqlite3/distinfo:1.210
--- pkgsrc/databases/sqlite3/distinfo:1.209 Mon Dec 9 08:33:51 2024
+++ pkgsrc/databases/sqlite3/distinfo Wed Jan 15 15:23:41 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.209 2024/12/09 08:33:51 adam Exp $
+$NetBSD: distinfo,v 1.210 2025/01/15 15:23:41 adam Exp $
-BLAKE2s (sqlite-autoconf-3470200.tar.gz) = 1052f10d58a194c2b90ff4a2c5421c92c3771f654589d51ca5a7b8bfa6b505f0
-SHA512 (sqlite-autoconf-3470200.tar.gz) = 9f311e7834330d112a633a9ae7c211c602b36b6c44f94a7ff7463217da8f09ba2c469d1f2ca38da5ba88358c40e328a8958c1e4ad466b016f3bd2799ef2431e2
-Size (sqlite-autoconf-3470200.tar.gz) = 3328600 bytes
+BLAKE2s (sqlite-autoconf-3480000.tar.gz) = 3b9e59650110335988510ae1cc310d00fe1c64f21ac177c6ece6fa023920c0d4
+SHA512 (sqlite-autoconf-3480000.tar.gz) = c607cbc58cdef6910a87ddb6ae8aeabdab2769d6cc33aad04f31fc428ecc5a8eaf19f5d3a3590591aae2c920b106a684891d38efef712f91631602245f6f4d3d
+Size (sqlite-autoconf-3480000.tar.gz) = 3337615 bytes
SHA1 (patch-configure) = c0aa83bddc20d090b3cd2fd840ac69031f4396e4
Index: pkgsrc/databases/sqlite3-docs/PLIST
diff -u pkgsrc/databases/sqlite3-docs/PLIST:1.138 pkgsrc/databases/sqlite3-docs/PLIST:1.139
--- pkgsrc/databases/sqlite3-docs/PLIST:1.138 Mon Dec 9 08:33:51 2024
+++ pkgsrc/databases/sqlite3-docs/PLIST Wed Jan 15 15:23:41 2025
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.138 2024/12/09 08:33:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.139 2025/01/15 15:23:41 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
share/doc/sqlite3/aff_short.html
share/doc/sqlite3/affcase1.html
+share/doc/sqlite3/amalg-v-canon.html
share/doc/sqlite3/amalgamation.html
share/doc/sqlite3/appfileformat.html
share/doc/sqlite3/appfunc.html
@@ -60,7 +61,7 @@ share/doc/sqlite3/c3ref/c_limit_attached
share/doc/sqlite3/c3ref/c_lock_exclusive.html
share/doc/sqlite3/c3ref/c_mutex_fast.html
share/doc/sqlite3/c3ref/c_open_autoproxy.html
-share/doc/sqlite3/c3ref/c_prepare_normalize.html
+share/doc/sqlite3/c3ref/c_prepare_dont_log.html
share/doc/sqlite3/c3ref/c_scanstat_complex.html
share/doc/sqlite3/c3ref/c_scanstat_est.html
share/doc/sqlite3/c3ref/c_serialize_nocopy.html
@@ -702,6 +703,7 @@ share/doc/sqlite3/releaselog/3_46_1.html
share/doc/sqlite3/releaselog/3_47_0.html
share/doc/sqlite3/releaselog/3_47_1.html
share/doc/sqlite3/releaselog/3_47_2.html
+share/doc/sqlite3/releaselog/3_48_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
Index: pkgsrc/databases/sqlite3-docs/distinfo
diff -u pkgsrc/databases/sqlite3-docs/distinfo:1.141 pkgsrc/databases/sqlite3-docs/distinfo:1.142
--- pkgsrc/databases/sqlite3-docs/distinfo:1.141 Mon Dec 9 08:33:51 2024
+++ pkgsrc/databases/sqlite3-docs/distinfo Wed Jan 15 15:23:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.141 2024/12/09 08:33:51 adam Exp $
+$NetBSD: distinfo,v 1.142 2025/01/15 15:23:41 adam Exp $
-BLAKE2s (sqlite-doc-3470200.zip) = 114302cacb0df61aa560935d4b6d53f9dfd556f7c6a93dfecc7f02a1c1a3cb34
-SHA512 (sqlite-doc-3470200.zip) = 48349d512b7cd9bc6f6a5da3a2b2285de159d4653667311adb0f5e6a970060db940a590c2d01b529afc1614065b22434d5b3ac4d8d0122d003d74926745ba56e
-Size (sqlite-doc-3470200.zip) = 10957830 bytes
+BLAKE2s (sqlite-doc-3480000.zip) = aa43d4e9a7a86da77229556b8f45632208d50a35413b05c3ca4a98e972a09eab
+SHA512 (sqlite-doc-3480000.zip) = d7cad0da8598a3abcacf0e05ba4e285ad1d790691e571e431f920abf1bf27c5a416408ff60ff051b01a65662c0e60bb63b9ba73872851fe63f379e834c5a0f04
+Size (sqlite-doc-3480000.zip) = 11391112 bytes
Index: pkgsrc/databases/sqlite3-tcl/distinfo
diff -u pkgsrc/databases/sqlite3-tcl/distinfo:1.155 pkgsrc/databases/sqlite3-tcl/distinfo:1.156
--- pkgsrc/databases/sqlite3-tcl/distinfo:1.155 Mon Dec 9 08:33:52 2024
+++ pkgsrc/databases/sqlite3-tcl/distinfo Wed Jan 15 15:23:41 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.155 2024/12/09 08:33:52 adam Exp $
+$NetBSD: distinfo,v 1.156 2025/01/15 15:23:41 adam Exp $
-BLAKE2s (sqlite-autoconf-3470200.tar.gz) = 1052f10d58a194c2b90ff4a2c5421c92c3771f654589d51ca5a7b8bfa6b505f0
-SHA512 (sqlite-autoconf-3470200.tar.gz) = 9f311e7834330d112a633a9ae7c211c602b36b6c44f94a7ff7463217da8f09ba2c469d1f2ca38da5ba88358c40e328a8958c1e4ad466b016f3bd2799ef2431e2
-Size (sqlite-autoconf-3470200.tar.gz) = 3328600 bytes
+BLAKE2s (sqlite-autoconf-3480000.tar.gz) = 3b9e59650110335988510ae1cc310d00fe1c64f21ac177c6ece6fa023920c0d4
+SHA512 (sqlite-autoconf-3480000.tar.gz) = c607cbc58cdef6910a87ddb6ae8aeabdab2769d6cc33aad04f31fc428ecc5a8eaf19f5d3a3590591aae2c920b106a684891d38efef712f91631602245f6f4d3d
+Size (sqlite-autoconf-3480000.tar.gz) = 3337615 bytes
SHA1 (patch-Makefile.in) = 8f68039c9169bc69eb0da4bd0f910c7584aed2b5
SHA1 (patch-configure) = 31f4cdc68c30daa6fdc5fa2e0dab217016380136
Index: pkgsrc/devel/lemon/distinfo
diff -u pkgsrc/devel/lemon/distinfo:1.82 pkgsrc/devel/lemon/distinfo:1.83
--- pkgsrc/devel/lemon/distinfo:1.82 Mon Dec 9 08:33:52 2024
+++ pkgsrc/devel/lemon/distinfo Wed Jan 15 15:23:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.82 2024/12/09 08:33:52 adam Exp $
+$NetBSD: distinfo,v 1.83 2025/01/15 15:23:42 adam Exp $
-BLAKE2s (sqlite-src-3470200.zip) = 42c2bffaf9fac912c0e2dc949a2127753e190995e8d69020301e25343a0c24e6
-SHA512 (sqlite-src-3470200.zip) = a6280a02304bfae173d9e9ebf376b2d3624658f04af4d8e95d5a042e24cf0405a47c0a4023f4dbc2790716cd85e16b97fcc0a83c1534e6d554f4eb0bfb0a3ed3
-Size (sqlite-src-3470200.zip) = 14421983 bytes
+BLAKE2s (sqlite-src-3480000.zip) = e0cca205b9a6f5eca962781de2dcf603fe20acd20db05142296254b31d91da31
+SHA512 (sqlite-src-3480000.zip) = 854832e9a5dc486a81934e36c1f1678ce50db55b8bd3c48ed2d569fb0bb7ce23d4b490c0a0f699274ff11ddf2000db4a620e064557084c54b217e7fdd836f4e1
+Size (sqlite-src-3480000.zip) = 14350897 bytes
Home |
Main Index |
Thread Index |
Old Index