From patchwork Sun Jan 1 11:34:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6359 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NlH394NVpz3xl0 for ; Sun, 1 Jan 2023 11:34:45 +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 ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NlH365G89z11k; Sun, 1 Jan 2023 11:34:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NlH362XwQz2yxs; Sun, 1 Jan 2023 11:34:42 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NlH350wFMz2xSj for ; Sun, 1 Jan 2023 11:34:41 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NlH3462jwzw4; Sun, 1 Jan 2023 11:34:40 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672572880; 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=iaaRjWRgzEodX3CtV4lGknk9U0dL48whbRjy6rZAksY=; b=pLKmlJ83x6QdAqx+bCWJL4GyGVT8hurcP/aWD0rxXwKkov4TKa9msNqg37gYAAIlsFaVWY 3yiRfJ8ktJzJaUAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672572880; 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=iaaRjWRgzEodX3CtV4lGknk9U0dL48whbRjy6rZAksY=; b=R4xk+Cq19UFOBGoZrpphCqD2LOJiBr8V0xXMs5AfxVFjTd/GA+tozTMMXcFC8G4YVtxdeL xj+6xNDJw8sYrQzwqGUxXzQtA9TFRreVUmH+eLCS++83PoZPW52wP9tllsIXZR4XET330n YPuGTy1QcgaYZc8UrK4lb7fi4B3rzH/+740iPJ/Kj1IYWT41I6LOdvYufwM4g3EjZ0PY6n aPr7PAmG0txWyO7hZssJKzWoQ/l419QsEqMvjWt13Eh4wU8xbcjjlaTTkCXtglh25KxWY7 BXS7XaYCJwd8CJJhbmNPKydNmKwzkfDPlF5T4lYjtEzMZZYtUyzwNURloflR+g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sqlite: Update to version 3400100 Date: Sun, 1 Jan 2023 12:34:35 +0100 Message-Id: <20230101113435.3562408-2-adolf.belka@ipfire.org> In-Reply-To: <20230101113435.3562408-1-adolf.belka@ipfire.org> References: <20230101113435.3562408-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 3400000 to 3400100 - Update of rootfile not required - Changelog 3.40.1 -Fix the --safe command-line option to the CLI such that it correctly disallows the use of SQL functions like writefile() that can cause harmful side-effects. -Fix a potential infinite loop in the memsys5 alternative memory allocator. This bug was introduced by a performance optimization in version 3.39.0. -Various other obscure fixes. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/sqlite | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/sqlite b/lfs/sqlite index 180b7b30b..49771ff33 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2022 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 = 3400000 +VER = 3400100 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 = b5d03a5117de708681acb6074e63d1d5e6e45a260622b5f8efd31f52210097f31e5cf926802aa6e094ec6db0ac677fe62f9b34bf1f50a561efd1e8f110687021 +$(DL_FILE)_BLAKE2 = 495ffa185598b11e8258d2bfed88516753c0a13b3a67850f3464a112f225a13db3b75e4f977ed549305e05a995074a8c5ef12d65c2b353306e58c098c89b36b6 install : $(TARGET)