From patchwork Thu Apr 22 18:22:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4204 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 4FR5P94qD5z44Qw for ; Thu, 22 Apr 2021 18:22:21 +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 4FR5P91bZfz12M; Thu, 22 Apr 2021 18:22:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FR5P919TXz2yN4; Thu, 22 Apr 2021 18:22:21 +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 4FR5P74zFcz2xS8 for ; Thu, 22 Apr 2021 18:22:19 +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 4FR5P70Yb8zlH; Thu, 22 Apr 2021 18:22:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619115739; 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=LwOBmy30OCpHbBiOqYxeTU4DqsMBWA50BlAIcKD02/c=; b=GQ/FPcBwy+T4X9FLy0EH1LNOkS4+ORU+bVRemGCjYNeBDJofZ7AM1faPTa7cArR+yWY1w5 gleAVyo98k+htYAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619115739; 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=LwOBmy30OCpHbBiOqYxeTU4DqsMBWA50BlAIcKD02/c=; b=Es2GZ4PK+MkdcfHnNF9dtcLLTWVaJQkqAVYYfz6UzdaEQB7cOegOrRu6fbIGUDp+B+10Wt DEPDMLssGT4/+peN09hLjNXt0p74e/gNiKAO8qubKDVuPcEV4SKlijnerqVKlOJaTCuPn1 ruL5hU2E7I1EtmUwH2BEkbrvJDBFwxoDygNo5UG6K//1z5xGD/Sjr4hbDXPYDC5gh0OHje LbrxRFw2rmSF1iKqaKOaKQYrQIPUPO5l8hSuP5ZpaXVzyqd3AMmF+U7DKcN61R8+UkY4N1 PiHGr/9KeL45xE43+P9W3/JNIscWHqkRCUZMSS2HicmtC0Lw2e6l/2JxDG4b2Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sqlite: Update to3.35.5 Date: Thu, 22 Apr 2021 20:22:16 +0200 Message-Id: <20210422182216.3892427-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 3.35.4 to 3.35.5 - Update of rootfile not required - Changelog Fix defects in the new ALTER TABLE DROP COLUMN feature that could corrupt the database file. Fix an obscure query optimizer problem that might cause an incorrect query result. Signed-off-by: Adolf Belka --- lfs/sqlite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sqlite b/lfs/sqlite index 7aada7585..a68bf462b 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@ include Config -VER = 3350400 +VER = 3350500 THISAPP = sqlite-autoconf-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9cf453a9cd0e40cdbc8e6f008acfc4fb +$(DL_FILE)_MD5 = d1d1aba394c8e0443077dc9f1a681bb8 install : $(TARGET)