From patchwork Mon May 25 12:25: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: 9884 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 4gPFTF5Dv4z3wr4 for ; Mon, 25 May 2026 12:25:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gPFTF3p2mz76l for ; Mon, 25 May 2026 12:25:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gPFTB20nTz376q for ; Mon, 25 May 2026 12:25:18 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gPFT4441kz333n for ; Mon, 25 May 2026 12:25:12 +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 4gPFT25qs7z7CM; Mon, 25 May 2026 12:25:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779711910; 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=tsJ4ubruquMBI7KrOxAvKjhKLrjip61AZd16GFJI8wE=; b=VNJmORwCH0B9/T8DB/9f2nh64evNE/RncOW0dvc4EkZXEYceiufCCpJ5+dDWXdNlQNzTyI 5GcnToa4hddbRjBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779711910; 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=tsJ4ubruquMBI7KrOxAvKjhKLrjip61AZd16GFJI8wE=; b=afs986E0SSV3rByeCo8nHjsVWzZbP0DIrJqDWAczRQ+zZdg90k0QSwxoy8XTST/fQSRfPm Ajxfg4f/QkrlateRzua82HTpGmzFLue+LfK2IZwdbnUj2mkasBift0VAMGJqnXXn7WBjP0 /xqROY2iFa/OgQuQcdE7HPd7t8LfF/uuoKtvrTGerez/ATH0P+lcN/xBmwwy/ONOM7nfne p/+upSApYbnO4Su+6o21AipOwgGmE5EU1Ipxud06L+EeEsnelsg9c9+47WGbCjACSuaNc2 bz7osSZc/IDIHfudWHXCjIoHI61/+PZYlp09S9edpHnRvCBMuNFA4wdpDLPKoA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] sqlite: Update to version 3530100 Date: Mon, 25 May 2026 14:25:02 +0200 Message-ID: <20260525122505.3658371-12-adolf.belka@ipfire.org> In-Reply-To: <20260525122505.3658371-1-adolf.belka@ipfire.org> References: <20260525122505.3658371-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 3530000 to 3530100 - Update of rootfile - Changelog 3530100 Fixes for problems in 3.53.0 reported by users. See the check-in timeline for details. 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 47cd98234..bf2eabc20 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.53.0 +usr/lib/libsqlite3.so.3.53.1 #usr/lib/pkgconfig/sqlite3.pc #usr/share/man/man1/sqlite3.1 diff --git a/lfs/sqlite b/lfs/sqlite index 2db5e5a09..cd0445cbd 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@ include Config -VER = 3530000 +VER = 3530100 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 = bf09ac0ba5b2950de6f0467e564898759d40ab73b11fcc2fd1310d5de42dbb0473d92842c10c2c5f886bb91c06b89bfed074956d442a61ba604c970977924958 +$(DL_FILE)_BLAKE2 = 1bfb5252bd541f4b7ae11ae2466b5656189bda7e677aa3cd53360f2ed7984ba5bbc20a3c04fa796d82a444b14baf801d9732c8c3a73eeadd8a8c9b9b7527bfa7 install : $(TARGET)