From patchwork Wed Jun 26 15:35:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7899 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 4W8Qkq5QQcz3wxT for ; Wed, 26 Jun 2024 15:35: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 4W8Qkn4hG7z74; Wed, 26 Jun 2024 15:35:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4W8Qkn2WFJz2xdy; Wed, 26 Jun 2024 15:35: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) 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 4W8Qkk5Yjsz2xdy for ; Wed, 26 Jun 2024 15:35: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 4W8Qkj6Wx5z7f for ; Wed, 26 Jun 2024 15:35:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1719416126; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mdcDDirAqya5zy5/ysZMNDapwnQel4VIQPahKA2Uemk=; b=e3DlA5qtDz0pSF4U2fwmCjvsFTmmqLTI9ImSZHMHuiKFSyL5S605jTzVJZRU9r3dy8TVmk vHgAHo0/HfcfWzDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1719416126; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=mdcDDirAqya5zy5/ysZMNDapwnQel4VIQPahKA2Uemk=; b=KOyYdGw1yq3TwY+V8ob87hNRzIzJdz1d0/WdraRNbhklyTngWCfZmPGeSCAA8J40mCeBMH yiBcyOuHY7RAmqglrVeC/Z2dMROhobWAzHdzgXuBPF4bKypCjcdL7OjgpH95ptwS54hFdg faTZl5fH9H95aHwdiVwj1IcQEJmryUIrPlUYmBPp6FcISs3mywejTC7rsv2kiju7nDv0VB NGUkgTqOheUvJpaaTZ2OyaeL6MZuBEYgfzjATpLV5Z8tfZIo0vHwqgMdj7dzxtWP1kcO3F /vy/QNa0eFwcPYLMYq5OQT1OX73f3AWKH+b7HYqJVi2HZ1u9w58Mvso1G+5pQQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 8.0 Date: Wed, 26 Jun 2024 17:35:18 +0200 Message-Id: <20240626153518.3404591-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: BJUCKZQEHVLDK7M37QKNEVF4XVGQKHMC X-Message-ID-Hash: BJUCKZQEHVLDK7M37QKNEVF4XVGQKHMC X-MailFrom: matthias.fischer@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: For details see: https://www.nano-editor.org/news.php "2024 May 1 - GNU nano 8.0 "Grus grus" By default ^F is bound to starting a forward search, and ^B to starting a backward search, while M-F and M-B repeat the search in the corresponding direction. (See the documentation if you want the old bindings back.) Command-line option --modernbindings (-/) makes ^Q quit, ^X cut, ^C copy, ^V paste, ^Z undo, ^Y redo, ^O open a file, ^W write a file, ^R replace, ^G find again, ^D find again backwards, ^A set the mark, ^T jump to a line, ^P show the position, and ^E execute. Above modern bindings are activated also when the name of nano's executable (or a symlink to it) starts with the letter "e". To open a file at a certain line number, one can now use also nano filename:number, besides nano +number filename. and put the cursor on the first and last row in the viewport, while retaining the horizontal position. When the three digits in an #RGB color code are all the same, the code is mapped to the xterm grey scale, giving access to fourteen levels of grey instead of just four. For easier access, M-" is bound to placing/removing an anchor, and M-' to jumping to the next anchor. Whenever an error occurs, the keystroke buffer is cleared, thus stopping the execution of a macro or a string bind. The mousewheel scrolls the viewport instead of moving the cursor." Signed-off-by: Matthias Fischer --- lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nano b/lfs/nano index 735f4e66f..41d87c3d9 100644 --- a/lfs/nano +++ b/lfs/nano @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 7.2 +VER = 8.0 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = c7e3b18383e9f2f9db1f6059c875ddd164d730ea0e5b363e66fb8e5f30e8598ba49a5afd8eea3a55e295f1e43fb136019f60cc9154ae276c5d589002c0e5298a +$(DL_FILE)_BLAKE2 = ba36182da059a3ee4c1fc60a200dee26f47cc6b1441b7ff665b82871f2f8fcac054f6adf82966d353234141bf9c521518da8fa967aca28307bccf43e015ddaea install : $(TARGET)