From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bFBQb1xsJz32pm for ; Sat, 7 Jun 2025 21:39:03 +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 "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bFBQW5m1bz2yTw for ; Sat, 7 Jun 2025 21:38:59 +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 4bFBQW08dYzlL; Sat, 7 Jun 2025 21:38:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1749332339; 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; bh=D8KyUdOSnRjDt51USOdWnKfOJe/O31XVgN/RXZHtQkQ=; b=nFt6fWwh6dg+0OhjX/sQ21HLgbvwjcvIIQOKjTABN3eShQU/dmIjAstjr7on3gvzAh+9YW 0jlkBLP8oNtbX/CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1749332339; 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; bh=D8KyUdOSnRjDt51USOdWnKfOJe/O31XVgN/RXZHtQkQ=; b=tsHUdnpX1glTceq/UgK3MIv+5UtBw/YMsm6jhMmftq8xf7EoDapxaryi92sF8HtbKP5Oif LRXWWXjca5M8GyCXI6Hu63ftqqzSnkgCeZ6O7W7tug3Iu05oAs8ddYtiRyWA35B3phqCa/ 2ByMJTYrrjnrtI0tqv1jQ9YoDaPh7Nl+U+bXz7uji90iO9pw+YBbyOkhEmROSXEhgHHrGq XlsHJZlJbaOYZm4gC28P7x85/zNzsKxafBadVNPnIoRURZIYRvSZ9Cb7UDf9rf0N300wiF zvnNqB+eTXUP/0wZj8yXFY0fw3doXDe66sgBCz0MWMGyPbs+yh4neeH1UR2Tyg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] sqlite: Update to version 3.50.1 Date: Sat, 7 Jun 2025 23:38:51 +0200 Message-ID: <20250607213851.3325435-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 3.50.0 to 3.50.1 - Update of rootfile - Changelog 3.50.1 Fix a long-standing bug in jsonb_set() and similar that was exposed by new optimizations added in version 3.50.0. Fix an apparently harmless ASAN warning that can occur on builds that use -DSQLITE_DEFAULT_MEMSTATUS=0. Fix an off-by-one bug in sqlite3_rsync that can result in the last page not being transferred for the replicate database. Query planner optimization: Allow the right-hand side of a LEFT JOIN to be flattened even if it is a virtual table. Fix sqlite3_setlk_timeout() to use a blocking lock when opening a snapshot transaction and when block by another process running recovery. Other minor fixes that were reported after the 3.50.0 release. Signed-off-by: Adolf Belka --- config/rootfiles/common/sqlite | 2 +- lfs/sqlite | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/sqlite b/config/rootfiles/common/sqlite index d6e4926cb..11b42a99e 100644 --- a/config/rootfiles/common/sqlite +++ b/config/rootfiles/common/sqlite @@ -3,6 +3,6 @@ usr/bin/sqlite3 #usr/include/sqlite3ext.h usr/lib/libsqlite3.so usr/lib/libsqlite3.so.0 -usr/lib/libsqlite3.so.3.50.0 +usr/lib/libsqlite3.so.3.50.1 #usr/lib/pkgconfig/sqlite3.pc #usr/share/man/man1/sqlite3.1 diff --git a/lfs/sqlite b/lfs/sqlite index 76f70bc48..a02642020 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@ include Config -VER = 3500000 +VER = 3500100 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 = 11d904d09030a1f8641fa322100c65adff1ac9b1363003d953cc2ad1c79d6dd02cf3d4a02710808ca2f0e5a04cbb10e5df814a180d133804ccd7cc47a57c0182 +$(DL_FILE)_BLAKE2 = 4c475415cddad5b86b6a7f48971d15a5b5df3685ef9514af2f435f2cba26ae8a2c942232c194a83b685a79f9edb2d748f5f38cb00af7d0c6fdd930d2b3953ea5 install : $(TARGET) -- 2.49.0