From patchwork Sat Jul 13 22:18:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 7924 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 RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WM2tC3JlSz3x10 for ; Sat, 13 Jul 2024 22:18:43 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WM2t24ssHz1FW; Sat, 13 Jul 2024 22:18:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WM2t22Q8cz33nX; Sat, 13 Jul 2024 22:18:34 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WM2sz2KnCz33jq for ; Sat, 13 Jul 2024 22:18:31 +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 4WM2sx749mz10m for ; Sat, 13 Jul 2024 22:18:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1720909110; 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=uyL5RSxnMrHAOFcQoHuaQGsaCu+MeKa581s4di/Wjr8=; b=FFQ6QyDOLrZsN9gQnUm0yL1pyP20Oouvps1oP1RlUKeuysD2L5GvD31+iM88zZe+vUsTaj 9XrQHni9H0JFBFAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1720909110; 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=uyL5RSxnMrHAOFcQoHuaQGsaCu+MeKa581s4di/Wjr8=; b=aG75CgHaqscYO1GkZhrDOoR1w+CGB4R/ZIqHQH9ZE2lYcJIEOF9GZRlDZwuSnrpdfe4u91 D9hhzhzpXRoKN2bCsyLAu6n2cHC2kKOhlkbe0sRCiMlalzfe6/IHKFWe7W5bJfHQHCS2NM wB+jyzeLmNEzSFPz2E2gftXxtSKJb8VSjexppn+wFEjeIFJXBleTheoY7X8xUj4ABeEhNn WO5g5DGc2/4Y0AjQa88aOiPeldLgmOBqflCsjGcqO8DKGuHgPsKHQnJ0Y7nfZh337QK1yi Jvihl9o1OziI6hUdvUfx3IC8QEuu+Rw4BTZusX71XZQbudqdhTmx3ZXwkBly0g== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 8.1 Date: Sun, 14 Jul 2024 00:18:22 +0200 Message-Id: <20240713221822.3436656-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: JWGNGD4E62C5OX4KICT62TX5HXRRKW5V X-Message-ID-Hash: JWGNGD4E62C5OX4KICT62TX5HXRRKW5V 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 July 12 - GNU nano 8.1 "de dag van de bitterkoekjespudding" The idiom nano filename:linenumber is understood only when the option --colonparsing (or 'set colonparsing') is used. Modern bindings are not activated when nano's invocation name starts with "e", as it jars with Debian's alternatives system. New bindable function 'cycle' first centers the current row, then moves it to the top of the viewport, then to the bottom. It is bound by default to ^L. Option --listsyntaxes/-z lists the names of available syntaxes." Signed-off-by: Matthias Fischer --- lfs/nano | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nano b/lfs/nano index 41d87c3d9..557ccd6ce 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 8.0 +VER = 8.1 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ba36182da059a3ee4c1fc60a200dee26f47cc6b1441b7ff665b82871f2f8fcac054f6adf82966d353234141bf9c521518da8fa967aca28307bccf43e015ddaea +$(DL_FILE)_BLAKE2 = e454f6e5ef86afbab3b2cf6707954d8821bf47ebc89bdad8cc6c70e2d4bb9fac27614069140f40140bca156b14605d286b0dca42469901c6559051089645cab8 install : $(TARGET)