From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gbFX01fssz376w for ; Wed, 10 Jun 2026 19:02:24 +0000 (UTC) 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 4gbFWs4m6kz33xp for ; Wed, 10 Jun 2026 19:02: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 4gbFWr6vwNz2Cx; Wed, 10 Jun 2026 19:02:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1781118137; 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=GX7f1VxrY4P0ysGyQ7EV/f6UKBJnCm5HCz73a3yWYrA=; b=NG0Z1SPS5Ln6TND7WUeMopv9vek4vWEZ1mEjCPl3CmorOE3fQCqarEHC0mHhqwpll42FXe WnK+JY/JTIhHbV23u2D6jlMe+VDjnymptYSZvhEkKynohKeBkzcaw34LYVgslWfXE0D56f zAR6RXSgd0FvCXwsFPTHusqLuJmnGtvQuCHqgUnqDFuuwlCNnMjQ0HNSRKfh5pxfLSrlQ0 AKhVDf098Ghqe5Yad8P92WFB3iVzZaEySBE7rqEkEh/noFHvsF9djitcVkiNhR/Bl+9xAG 4Q79WnSkk8N6Lcx42W4BmJ8ReLuzWURdGqNJVw9t2s6FVol/E1lMtbxxsQbHog== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1781118137; 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=GX7f1VxrY4P0ysGyQ7EV/f6UKBJnCm5HCz73a3yWYrA=; b=EPD7KYv2vOQ5bgvFN4YGqlRHVsZYkIEVWoBj5QoVKFyd4GptNxg1aI92GJbVr3Ewl4iHYN U2VvXNryykQ2MdDw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] sqlite: Update to version 3530200 Date: Wed, 10 Jun 2026 21:01:59 +0200 Message-ID: <20260610190208.3662425-14-adolf.belka@ipfire.org> In-Reply-To: <20260610190208.3662425-1-adolf.belka@ipfire.org> References: <20260610190208.3662425-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 350100 to 350200 - Update of rootfile - Changelog 350200 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 bf2eabc20..5ae88c4a3 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.1 +usr/lib/libsqlite3.so.3.53.2 #usr/lib/pkgconfig/sqlite3.pc #usr/share/man/man1/sqlite3.1 diff --git a/lfs/sqlite b/lfs/sqlite index cd0445cbd..90309e571 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@ include Config -VER = 3530100 +VER = 3530200 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 = 1bfb5252bd541f4b7ae11ae2466b5656189bda7e677aa3cd53360f2ed7984ba5bbc20a3c04fa796d82a444b14baf801d9732c8c3a73eeadd8a8c9b9b7527bfa7 +$(DL_FILE)_BLAKE2 = 161b1e3e2fa6bf078d664a3ff966759f5be65a61e60748a81562782c28ac4b4e366a0f7a9f6da26c150b0a0a586d7bceb76322455f6ffbd276de92d19c133909 install : $(TARGET) -- 2.54.0