From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============4354446619137663114==" List-Id: --===============4354446619137663114== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit - 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) -- 2.31.1 --===============4354446619137663114==--