From patchwork Tue Aug 26 18:48:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9009 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) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cBGtX6rDRz3xPS for ; Tue, 26 Aug 2025 18:49:56 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cBGtX57D3z5Tn for ; Tue, 26 Aug 2025 18:49:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cBGt61zcHz33nf for ; Tue, 26 Aug 2025 18:49:34 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cBGsz4JD0z32fN for ; Tue, 26 Aug 2025 18:49:27 +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 4cBGsx70vJz5S2; Tue, 26 Aug 2025 18:49:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756234166; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5xjQ3evGDtzmzw9Vo0ZEaQfOEkLW8g+cB0w5Plk/BAo=; b=J7GR4E9r4hRUH0F/C9RgLzuEqaLYWmOb44T5suHMUDlYAifj7KTNkc4M4iTqoA14R/Ybpk /zzC6C43zMRHRuvQ7UEpt0K2CHO3UKe8cu9tUaEItHppLDgVdH+2kwcKB/2Oxv2YDtNxC1 cVxhHdCR7meBeqdWAwb8pb/DnT5i8L/c1hPry5dTR3gvXJ8XrOP2De5f/YlJjHyy+JLwYl 2kcHgbQxaDN/h1FUK2lzUiI2hGyIKJgCXX2GM7HFroK+ehNcca+vS0NEHGJ9QFfkjQWyEU G2ufCMXvkXfYs+WhU4ebNlOgS4IgP2ZekUuEvkumn+anNXs5NQxGMbY7ntethg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756234166; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5xjQ3evGDtzmzw9Vo0ZEaQfOEkLW8g+cB0w5Plk/BAo=; b=n4kP37Nkw06WwP0UZxIQiCmKPMlb9kKOQ53zA8ehNS8pTeL0XYdJaeykHGVqTDA12TE4jG zZSOydYdfpFXPJCw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] nano: Update to version 8.6 Date: Tue, 26 Aug 2025 20:48:59 +0200 Message-ID: <20250826184904.6229-18-adolf.belka@ipfire.org> In-Reply-To: <20250826184904.6229-1-adolf.belka@ipfire.org> References: <20250826184904.6229-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 8.5 to 8.6 - Update of rootfile not required - Changelog 8.6 • The GotoLine menu accepts the prefixes ++ and -- for jumping a number of lines forward or backward. • Anchors are not forgotten when a line number is given on the command line. Signed-off-by: Adolf Belka --- lfs/nano | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nano b/lfs/nano index cc41e36f6..d0c83e40b 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 8.5 +VER = 8.6 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 85de6d5349ed2332d41c054ff64979d7b00ec3c792564fcfb6ebed56b74a17c948117218a50297fead17674c06755afba393e73466eb2af9d3bb33af085c4f23 +$(DL_FILE)_BLAKE2 = f7e17085d237ec3512b21bb732c2ebcf71a96991344acd0efc3592a650be856aed3ad958df59e27f332f750ac5e46ba7ed06b23093c8b68c4bf0a94aeecd2af0 install : $(TARGET)