From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZTgZb0llBz335n for ; Fri, 4 Apr 2025 14:13:59 +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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZTgZW3yqdz3316 for ; Fri, 4 Apr 2025 14:13:55 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZTgZV6JT4z6p; Fri, 4 Apr 2025 14:13:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743776034; 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=RESJ2nRT7N2AC3EWT9DhxVYPSfLQuR7OA3j2MBGbJxM=; b=xis6O2UXkzOWqxDZXiDWU3/HmeauQRxu8T7oipZe4AH6k41w2jxrliAPgSjOo41ku/V+5e QVWWwIKAaIrlISAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743776034; 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=RESJ2nRT7N2AC3EWT9DhxVYPSfLQuR7OA3j2MBGbJxM=; b=jq2pCIT0/DILKTQvJMZR/+CJaehv2hKDM9T8JaonBbfbF4Ph7cccy1gkKkW2bdUqDigBHI JgYnEeLS6JddR4+eLeMYp/3+KJezoDQMc/f4704kwQ/KlUEcthemaC1q7nEJ82NxpubP8Y /YsRg/ZiWOEjXWqRP4KwSQkesDEoK+e03Vh1yREUHc+QIAIomce+BWQ3wH3qjq2GpddhWj dSURrIFRShaBgvydqZDUdwf89B7Voo+iOIYMfHHf9kA31G6OYSbce/CbhXzGCD1IxJQvFx jhVgwSAP0v+ayBRTBw+n3d1Kl1RhHrz+vEEuSL/YGk4ZMxPJXNwqendlUZDnEQ== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] nano: Update to 8.4 Date: Fri, 4 Apr 2025 16:13:03 +0200 Message-ID: <20250404141305.3283555-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit For details see: https://www.nano-editor.org/news.php "2025 April 2 - GNU nano 8.4 "Five Miles Out" - Bracketed pastes over a slow connection are more reliable. - Tabs in an external paste at a prompt are not dropped. - Feedback occurs when the cursor sits on a Byte Order Mark. - The Execute prompt is more forgiving of a typo." Signed-off-by: Matthias Fischer --- lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nano b/lfs/nano index a358ef9a4..990e5b02b 100644 --- a/lfs/nano +++ b/lfs/nano @@ -22,9 +22,9 @@ # Definitions ############################################################################### -include config +include Config -VER = 8.3 +VER = 8.4 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 39c400483f79f11da0f959fed769462b65007f9235cb76d38e71d0a63919b659dc553d44f5d13dd13db801ec361fd7a3ad68b68bfa456ac6c169c861e80c6067 +$(DL_FILE)_BLAKE2 = 2e5dbe6982ef9d284c6e018abad593bf383f27c85047241bafaa098948b73897c0a81b63aa453385ac93afc1c398936464d5a1fb024d00936ad383c5e5e4403f install : $(TARGET) -- 2.43.0