From patchwork Fri Jan 17 11:26:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8427 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4YZHVm5bLbz3x3f for ; Fri, 17 Jan 2025 11:26:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4YZHVh5wNPz4gb; Fri, 17 Jan 2025 11:26:20 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4YZHVh4GNkz34Nj; Fri, 17 Jan 2025 11:26:20 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4YZHVd56Dlz2yRh for ; Fri, 17 Jan 2025 11:26:17 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4YZHVd1Vdsz4VM; Fri, 17 Jan 2025 11:26:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1737113177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=crdCm6d6B9GFvw1A9oiqNFMKYwGN7rVY3xOiz8yjBJU=; b=CKl7m2p68KrKGjLHmWOaDSPUjD2aTetu+XQnOPMvponmo+xqA+MsfHb+FAbBRE5oqlcd32 T32/ppYgQ46j3AAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1737113177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=crdCm6d6B9GFvw1A9oiqNFMKYwGN7rVY3xOiz8yjBJU=; b=InNUBC0DT8GNdkirCZhIMvsBBZxzSpB4pezYr8klMUCo7F/Y0bhb4yLZyW1YZBXg2/Mhsk HFh4nRzFXFN7EnBZ4N6IXaxwwzCyu/ovTqBK9ZMBKJm5a/CMfL3ifEAFtTGPaGCyFO01i/ s2mBawcDSvsp6QJWhPZFWqYWPhtgANSRTFXifS1EcWUNaPiMK3TmA5X26x/Hw9P5Xx8xfz J/UStT5zG2u0IbqcRpg7YKgxh6McDj5rTIKtJfqwih7geRZUvM9X7GMj5uQH5EobmCZFI9 p6UB+O8fc6Tdl+1/Wv6PDukoM1TSF5Ea8LvntD1pWbi3s6iyHmrKsey0yVa1Pw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sqlite: Update to version 3480000 Date: Fri, 17 Jan 2025 12:26:10 +0100 Message-ID: <20250117112612.3250389-2-adolf.belka@ipfire.org> In-Reply-To: <20250117112612.3250389-1-adolf.belka@ipfire.org> References: <20250117112612.3250389-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: ZMCDQSPWRCYS4HZPCOUGP6TIXYJZRQGB X-Message-ID-Hash: ZMCDQSPWRCYS4HZPCOUGP6TIXYJZRQGB X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 3470200 to 3480000 - Update of rootfile not required - Changelog 3480000 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. Signed-off-by: Adolf Belka --- lfs/sqlite | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/sqlite b/lfs/sqlite index ee7d96033..3f7274a5e 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3470200 +VER = 3480000 THISAPP = sqlite-autoconf-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 3c2ea6cba87f5850a9c2355cc213182d351a9d7b26687f77c07178526b300eec19040804a713e6fa3db704dcb4e0e4921ef849f6bc14496adcfc22875048c640 +$(DL_FILE)_BLAKE2 = 9bfa33875ddb964efef7c91546be0819597a697e05789fb18c6b7e41d870d838c5446a99a64ec57c564f3d995fd7893fb7617c4d0399dd0924b8a3c5986f5698 install : $(TARGET)