From patchwork Thu Nov 23 12:19:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7353 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) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SbccM460Vz3wvt for ; Thu, 23 Nov 2023 12:19:31 +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 4SbccL1KQNz208; Thu, 23 Nov 2023 12:19:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SbccK6xZ4z2xN7; Thu, 23 Nov 2023 12:19:29 +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) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SbccG4h5xz2xHt for ; Thu, 23 Nov 2023 12:19:26 +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 4SbccG0F9gzgW; Thu, 23 Nov 2023 12:19:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1700741966; 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=agSRtYQWgtkt+a5n3IY4bsHFEW4nS0RSYzrV53EcOmc=; b=XOdyMh+Zh4OIhu81a0+0YPfGCwpD35a9zK3q6T74VmDFsAEHPmDGNYMq8/lEfDjfwH8OMw 759D5n/sDpfb4yDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1700741966; 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=agSRtYQWgtkt+a5n3IY4bsHFEW4nS0RSYzrV53EcOmc=; b=O+Mf8ATiUApr3Do75nNN/ebk/wWJKSBjwQmJf7S+dC17dMmzYQkHExAuaO34slyXWmJIWu SWMMtVDqYlSoKaEImKGN+hCcyTZKhK/cpQ4JC8a+QOfxcLc2FvjKeIULO5j3AK5GvDjcuK 5pNKQM6HVe8d6MFdN8gS4E30sB/QFF6f283NiQANiSnoPK20ouah4VJM21ZFJK7syigGp3 9I+IimUhs3bZCkf8AOlsdpnm9r6NmQY7NG92SIrMGcOWkyIgACHQKVj30mN/9Ne5zlWmHq CB4H5p1S1MaBxifR19PpspQ68tXnaxLrqriRT82R0bjqNwxB1hGP7nco9nZO4w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sqlite: Update to version 3440100 Date: Thu, 23 Nov 2023 13:19:22 +0100 Message-ID: <20231123121922.3396596-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 45IP2UHWOQW3MYIOSLN557PMMW5VBBYT X-Message-ID-Hash: 45IP2UHWOQW3MYIOSLN557PMMW5VBBYT 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 340000 to 340100 - Update of rootfile not required - Changelog 3.44.1 Change the CLI so that it uses UTF-16 for console I/O on Windows. This enables proper display of unicode text on old Windows7 machines. Other obscure bug fixes. - more details on these can be found from the list of commits https://www.sqlite.org/src/timeline?n=100&y=ci 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 4d44d6fda..a03731a10 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -24,7 +24,7 @@ include Config -VER = 3440000 +VER = 3440100 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 = adadcf5b17aec2d6727536d9c388b76ceacfb73d51c905ed906cc09a48806091624f9bb688de8b995e09b7cad97a21deb1ac91a17c4e60f658870d4ae85d5358 +$(DL_FILE)_BLAKE2 = 8b0aa4b2fd36099e68502705d0187cf30b8755f61577942e9b8709d3ca3e56dfd64cf256d0b70a75e987f2894076cb32c170dd52cd278579a646b06b90140e9d install : $(TARGET)