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 4bNq4z3W3pz309S for ; Fri, 20 Jun 2025 07:35:15 +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 4bNq4w0gGHz307y for ; Fri, 20 Jun 2025 07:35:12 +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 4bNq4v1wJPzBm for ; Fri, 20 Jun 2025 07:35:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1750404911; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YwNapK7jvPfKEAAfBYFl6rWl1q7TIiFATUrJHeiwgLI=; b=HssH02LxhYRyqNeYJ6VZozVADi/BGxt9Nl+9SbeX41VvCHStIGO++8RQi51ctCKGKATBd3 Xu0OD9v2FQSh32AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1750404911; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YwNapK7jvPfKEAAfBYFl6rWl1q7TIiFATUrJHeiwgLI=; b=rUF1VNxZGbLvlR/c1MUe+UTFzUtPktLVa+neIPZCcmci/eUwzvn6nQeHfbprgPK75z91UA lO95M6aGxUV8rEviAMTidSxcoxgf90gp73XlybK4tqAyA7wZevmZMTL1c0r5pW0HG+H549 frwRnYZRyPi3ff9DOUSjXA0qeBHdpE8r7We6vzYsbHS2OxJB/aWrI02spfc7yjKE8J6dIr MFgQqKDtb11vNabLBqy2OzYjrTyALh8W7+bky+bzDuZnB44gbR3Tt2QOfCygluhJV/of5v 1+cdwyBgymKpKd0OrALfVIjER8m5z6ZGX01tZtMSKQ3aHxiOY/UwKcLsspG+gQ== Message-ID: Date: Fri, 20 Jun 2025 09:35:07 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Subject: Re: [PATCH] nano: Update to 8.5 To: development@lists.ipfire.org References: <20250617203922.1301-1-matthias.fischer@ipfire.org> Content-Language: en-GB From: Adolf Belka In-Reply-To: <20250617203922.1301-1-matthias.fischer@ipfire.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reviewed-by: Adolf Belka On 17/06/2025 22:39, Matthias Fischer wrote: > For details see: > https://www.nano-editor.org/news.php > > "Anchors are now saved when a file is closed, and restored when > the file is reopened -- if and when --positionlog is active. > Nano exits with an error status upon keystrokes ^O^Q and ^X^Q. > Keystroke ^L just centers the cursor, while M-% cycles it. > Option --whitespace is accepted, but left undocumented. > Syntax coloring now works correctly in more locales." > > Signed-off-by: Matthias Fischer > --- > lfs/nano | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/nano b/lfs/nano > index f88ea70cd..cc41e36f6 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -24,7 +24,7 @@ > > include Config > > -VER = 8.4 > +VER = 8.5 > > THISAPP = nano-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = 2e5dbe6982ef9d284c6e018abad593bf383f27c85047241bafaa098948b73897c0a81b63aa453385ac93afc1c398936464d5a1fb024d00936ad383c5e5e4403f > +$(DL_FILE)_BLAKE2 = 85de6d5349ed2332d41c054ff64979d7b00ec3c792564fcfb6ebed56b74a17c948117218a50297fead17674c06755afba393e73466eb2af9d3bb33af085c4f23 > > install : $(TARGET) >