From patchwork Sat Sep 16 13:17:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7182 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 4Rns7671sDz3wtx for ; Sat, 16 Sep 2023 13:17:54 +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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rns752s4Sz1Wn; Sat, 16 Sep 2023 13:17:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rns75211Qz2yT5; Sat, 16 Sep 2023 13:17:53 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Rns736cSWz2xbV for ; Sat, 16 Sep 2023 13:17:51 +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 4Rns723L2FzpN; Sat, 16 Sep 2023 13:17:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694870270; 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=L/MeA50AfV7cIMQsZbRnvpRp/nK8hMbZOABJoIUGh7E=; b=LElvMnz4CxrUE+c2Q/NwQ9BGKi2rwxjg/8vpxSD34VNYCcrWQIQRKOWjUF8nZiU7UjaFzg /e0eZx8zqaHJ0sCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694870270; 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=L/MeA50AfV7cIMQsZbRnvpRp/nK8hMbZOABJoIUGh7E=; b=EOPy1KvuhYTSqKdO4gO8DtIYIYs6+PAZrUQSMtr0i8WKH2xlDRz87p4IuUf1TnC3+SCUnE VsMi4nU8Me7iV2ODpG+T7h3cO6+6jEXmPrLqD8X/bGkDw5mjH12g98lMw4kst8mFdZmNlU 6S+wriFdcrcnmm5xezqHWqvde+6ZONM13XHnNYOg//rdcQTwAbwn1fsHLYJyjy4aqlLcbf W8mJ7Nr8yWXoUZ4mCC7e/D7AcE8ThvgwPIcFv9IgzXNgKwRR8nZJdGZ9EMJBpN/e7JetWr 2rAE23F3mJpfJKMWdervZpfgcV1laTpQWX4RmgV9j5TVgUIC4CrHm1OrMj2ClA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sqlite: Update to version 3430100 Date: Sat, 16 Sep 2023 15:17:47 +0200 Message-ID: <20230916131747.6261-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" - IPFire3.x - Update from version 340000 release 1.1 to 3430100 release 1 - Changelog is very large - see https://www.sqlite.org/chronology.html for links for each release that show the changelog Signed-off-by: Adolf Belka --- sqlite/sqlite.nm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sqlite/sqlite.nm b/sqlite/sqlite.nm index 1d73fdce9..f2ec6a7af 100644 --- a/sqlite/sqlite.nm +++ b/sqlite/sqlite.nm @@ -4,9 +4,9 @@ ############################################################################### name = sqlite -version = 3.40.0 -release = 1.1 -realver = 3400000 +version = 3.43.1 +release = 1 +realver = 3430100 groups = System/Databases url = http://www.sqlite.org/ @@ -23,7 +23,7 @@ description end thisapp = %{name}-autoconf-%{realver} -source_dl = http://www.sqlite.org/2022/ +source_dl = http://www.sqlite.org/2023/ build requires