From patchwork Wed Mar 10 12:08:47 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3945 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 4DwW8275VKz3xGH for ; Wed, 10 Mar 2021 12:08:50 +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 4DwW824JPQz5Nx; Wed, 10 Mar 2021 12:08:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4DwW823hRwz2y5J; Wed, 10 Mar 2021 12:08:50 +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 4DwW806D8rz2xbW for ; Wed, 10 Mar 2021 12:08:48 +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 4DwW803mNbz20T; Wed, 10 Mar 2021 12:08:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1615378128; 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=t9ljxA+8LtJiIB02e0/V+NnT6Locvqtp/hNhx3wXH3o=; b=myR3iir1fRvg1i+TG6Redyh4brTZJ5Xb8IGKMIjulsrDAtX0Hd1z2ydXvWg16w8bQ+KF/O I2CboUdCR0yrWRBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1615378128; 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=t9ljxA+8LtJiIB02e0/V+NnT6Locvqtp/hNhx3wXH3o=; b=nAE0eAQ3oZBddOtNfqJor3ypAAUPfajxJq4n6bb+NpLScmjSX1fAA8ptfC2Ae7XFswt2a+ ZQFJ4do6OGafcjeTwpvkYh3ApKxKqkNFaJtsI8wL2UN/Ui9YpD1I81yehT91za1/SS3CHG u1Ydom+VBla1Vn9rEKgFZSXmjb+g8e+T96luitPnF7VOcMF8lAxn93VfM3/VNpH2ZlG/Xl dld0QcBE0jbhqxxd7TXYR0N5V5W9Z9rzQSmwSwM9RDwNszmUz8oL9NdCuutdsjpu8Odj/M LRq5mWtSZnHFxEQZJMCbTatpB9+9B2jycbCM2ZgPRTpOYGgis06G6Cp1eL6obA== From: "Adolf Belka (ipfire)" To: development@lists.ipfire.org Subject: [PATCH] sqlite: Update to 3.34.1 Date: Wed, 10 Mar 2021 13:08:47 +0100 Message-Id: <20210310120847.4657-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 sqlite from 3.34.0 to 3.34.1 - Update rootfile - Changelog Fix a potential use-after-free bug when processing a a subquery with both a correlated WHERE clause and a "HAVING 0" clause and where the parent query is an aggregate. Fix documentation typos Fix minor problems in extensions. Signed-off-by: Adolf Belka (ipfire) --- 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 f3b0b3697..c3863bdb7 100644 --- a/config/rootfiles/common/sqlite +++ b/config/rootfiles/common/sqlite @@ -3,7 +3,7 @@ usr/bin/sqlite3 #usr/include/sqlite3ext.h #usr/lib/libsqlite3.a #usr/lib/libsqlite3.la -usr/lib/libsqlite3.so +#usr/lib/libsqlite3.so usr/lib/libsqlite3.so.0 usr/lib/libsqlite3.so.0.8.6 #usr/lib/pkgconfig/sqlite3.pc diff --git a/lfs/sqlite b/lfs/sqlite index b2e1b6d3b..ab7d79920 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@ include Config -VER = 3340000 +VER = 3340100 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 = 7f33c9db7b713957fcb9271fe9049fef +$(DL_FILE)_MD5 = 14dca9d44fb6a57f6521c1ace4be5a68 install : $(TARGET)