From patchwork Tue Apr 7 15:11:02 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9639 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fqqRS0HFNz3x5B for ; Tue, 07 Apr 2026 15:11:48 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fqqRR63rBz672 for ; Tue, 07 Apr 2026 15:11:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fqqR56yvYz37Wb for ; Tue, 07 Apr 2026 15:11:29 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fqqQw6Gfmz34b2 for ; Tue, 07 Apr 2026 15:11:20 +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 4fqqQw2JFCz5jp; Tue, 07 Apr 2026 15:11:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775574680; 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=deM7xxvMETdwxRmKANt/RlsoA6HsPVY42Iy0g3hXF10=; b=lz7IV1rLTEIqeyK3QfYDq+ugXGFg2RorxIWvPkoMY8yj+sBY6SvjE7ioRFFNAvMLd1rkTk RaO58nhWj6PkOFAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775574680; 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=deM7xxvMETdwxRmKANt/RlsoA6HsPVY42Iy0g3hXF10=; b=Aix7z8BjnmsRMIDkM9jSdm/a2h4TW1NgNs0a33ccej+op/1//zpzNxdcGTheb4Ugo04IDr Borb/H3GcvPQuVRMmZ822LZx3E+Bmb03l8c7TNm4Etgcm7aIhu2l5rEPvN0ifXRe4gm1pT kA/1NAJV0KBLkF0nFPUiiUNWDv4ya6MXaJNjppJQGmz791WO8CiVay0/+keuD012KHQC0L GAPtm40+gwMEwf/ve+RGy0lR4Gl/ILS2Y+hCgnvL3nJFRPB7hzQvpHdnTliwCuMj9zucU5 jDgoGRP4u3J7j3YkFxyYb54YYSoPbhZq219cZBWJmmH3h+pa7T4MQO5bbxQ5AQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] sqlite: Update to version 3510300 Date: Tue, 7 Apr 2026 17:11:02 +0200 Message-ID: <20260407151108.3472751-29-adolf.belka@ipfire.org> In-Reply-To: <20260407151108.3472751-1-adolf.belka@ipfire.org> References: <20260407151108.3472751-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 - Update from version 3510100 to 3510300 - Update of rootfile - Changelog 3510300 Fix the WAL-reset database corruption bug. Other minor bug fixes. 3510200 Fix an obscure deadlock in the new broken-posix-lock detection logic in item 17 above. Fix multiple problems in the EXISTS-to-JOIN optimization that was added as part of optimization item 6b above. Other minor bug fixes. Signed-off-by: Adolf Belka --- config/rootfiles/common/sqlite | 2 +- lfs/sqlite | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/sqlite b/config/rootfiles/common/sqlite index 0d18c64c1..50553bb75 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.51.1 +usr/lib/libsqlite3.so.3.51.3 #usr/lib/pkgconfig/sqlite3.pc #usr/share/man/man1/sqlite3.1 diff --git a/lfs/sqlite b/lfs/sqlite index 45dcfea34..214f8c824 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 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 = 3510100 +VER = 3510300 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 = c946652f07cf743f425aa8182e29bb4fff9f929ee56202235f6e6dfd9d06c4fcda06a3f0b0a41a1d52401f067dfb6e4c0871851ce402c1f7cfc358aac72855aa +$(DL_FILE)_BLAKE2 = 2fa1fac0a0fe539c637602a5c7a066c62e429f153bce23f8055dfb5c4c9970ab3b3d4a1c25b59d1861567631b63fdadb2fa9495cff6b6800eb7eb038195577de install : $(TARGET)