From patchwork Thu Apr 25 20:43:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7759 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4VQSVd2yfXz3wwD for ; Thu, 25 Apr 2024 20:43: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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4VQSVZ5HX4z2MV; Thu, 25 Apr 2024 20:43:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4VQSVZ35hmz32mV; Thu, 25 Apr 2024 20:43:18 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4VQSVX4Xgxz2yfw for ; Thu, 25 Apr 2024 20:43:16 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4VQSVW4w9Gz1Wc; Thu, 25 Apr 2024 20:43:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1714077795; 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=SiABnGNfAaJ7kcm32fFL8Y0B9LZoUqplg+T4+v1Yxls=; b=gnMUCWjjQnKN3iVFt/59kzRvaEP/kIzgUIcHQ4yJpR+yaaT1QZ6eTr8gUr+x+W84keUi7T KFyys3PPjVKsKCBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1714077795; 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=SiABnGNfAaJ7kcm32fFL8Y0B9LZoUqplg+T4+v1Yxls=; b=cCUon/05gDxJ1riBysVUGhjdii8biRmFyBAdopyo9RdKltNoLyn1n63VYOvWeqHQEDJ0B+ rSEAoB0vA/+Hh5VqegQHFh/ZZy606NAeIY1g2GHBlXr4M0DDQNbg+pnDupo4mabhrD88lD P67O1T/lsaGznJjSi2l/2rJUFekwtqiooQJgkwvMpnqqQCZKk9uVWWrjapWH0+f5ECWFVh MeODO+bT6CSjhISn4Yys4IbZmMT0lLkqQJ1y2DVnauJR54yj4I15jsKc1Nv4PpEJuZJpo6 5MqqwysT6NJZnprzhxMPa7M38bMQ64jhMuvMcF9urnugVpekoozyhXxy+LfTBw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sqlite: Update to version 3450300 Date: Thu, 25 Apr 2024 22:43:01 +0200 Message-ID: <20240425204302.3418918-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: X4TVYIUV4NYGI4S5VNTDYUH5AYRUEIZF X-Message-ID-Hash: X4TVYIUV4NYGI4S5VNTDYUH5AYRUEIZF X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: <> List-Archive: <> List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 3450200 to 3450300 - Update of rootfile not required - Changelog 3450300 Fix a long-standing bug (going back to version 3.24.0) that might (rarely) cause the "old.*" values of an UPDATE trigger to be incorrect if that trigger fires in response to an UPSERT. Forum post 284955a3cd454a15. Fix a bug in sum() that could cause it to return NULL when it should return Infinity. Forum post 23b8688ef4. Other trifling corrections and compiler warning fixes that have come up since the previous patch release. See the timeline for details. Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/sqlite | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sqlite b/lfs/sqlite index 922b303b7..421e32dd2 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@ include Config -VER = 3450200 +VER = 3450300 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 = 7bc225167a6792a35c2e7a324fe9bff1a1540a01b0fd04197d023f113a368ba6034235045281c7653abdd2ea67aa10a5ed19b024d1d25bdb7232533e25dfb991 +$(DL_FILE)_BLAKE2 = 24e47dcfb8fb1dbd0055d48cfc540884439e9443b1b79700e867326feb60b340a9b5d5bdb83eeca210b47251e61b706ec67eb1b84e59b11bae6c76271b1030bf install : $(TARGET)