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 4ZhkjY5pw2z331l for ; Tue, 22 Apr 2025 14:13:21 +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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZhkjV1w0Bz2y9H for ; Tue, 22 Apr 2025 14:13:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZhkjT4PTrz19H; Tue, 22 Apr 2025 14:13:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1745331197; 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=7NfKZsmMBIxhag4DvZ2xshE+TGwqXa5FAmUFo6xeYMA=; b=zNveZocfN2h0HyYeSTXqypJkXNQmL+PHgGu27sqX1zb5XMej3ZjolO6jGfW0L0bJY4GjKr 70nhw+/rZkyPAECQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1745331197; 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=7NfKZsmMBIxhag4DvZ2xshE+TGwqXa5FAmUFo6xeYMA=; b=E0Ay/T75B/ggTHoHwlKmqG2UBT05DdiQ73Zk7MZ+c4QIOHPanQ2M5CS7k1iNbkFy6TgvH2 g2pEwj8ZeHxt16sLinVX+MT6PMQUPInvD0ui1ZvOR8PgOqZvjN5LhzDlrMqcU6k+rg+3f5 5NPqXdTe9k2xvcZDUco0o4m4SNdlEig1zhBD1C1defOxMoU66jTwwlBAQKoFccMQQMm4R1 vcUFn4zHF9s4qWZcj5mpE7mUbXhlDhR2niekU/sVmVKOcdvM1yQGPxser+/bYFlYt6HgJa nP0F5/XgRTDYek+aQpCKq3zph4HybgSYwhxWDnd9X0ak2LKmvkuQpbx/Clxtaw== Content-Type: text/plain; charset=us-ascii 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.4 From: Michael Tremer In-Reply-To: <20250404141305.3283555-1-matthias.fischer@ipfire.org> Date: Tue, 22 Apr 2025 15:13:17 +0100 Cc: development@lists.ipfire.org Content-Transfer-Encoding: quoted-printable Message-Id: <6F079774-479B-48C8-88CF-B12DA5DA629A@ipfire.org> References: <20250404141305.3283555-1-matthias.fischer@ipfire.org> To: Matthias Fischer Hello Matthias, Thank you for this patch. > On 4 Apr 2025, at 15:13, Matthias Fischer = wrote: >=20 > For details see: > https://www.nano-editor.org/news.php >=20 > "2025 April 2 - GNU nano 8.4 "Five Miles Out" >=20 > - 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." >=20 > Signed-off-by: Matthias Fischer > --- > lfs/nano | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/nano b/lfs/nano > index a358ef9a4..990e5b02b 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -22,9 +22,9 @@ > # Definitions > = ##########################################################################= ##### >=20 > -include config > +include Config For some reason there is a change in here that makes the patch fail to = apply.=20 Any idea where this is coming from? -Michael > -VER =3D 8.3 > +VER =3D 8.4 >=20 > THISAPP =3D nano-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D = 39c400483f79f11da0f959fed769462b65007f9235cb76d38e71d0a63919b659dc553d44f5= d13dd13db801ec361fd7a3ad68b68bfa456ac6c169c861e80c6067 > +$(DL_FILE)_BLAKE2 =3D = 2e5dbe6982ef9d284c6e018abad593bf383f27c85047241bafaa098948b73897c0a81b63aa= 453385ac93afc1c398936464d5a1fb024d00936ad383c5e5e4403f >=20 > install : $(TARGET) >=20 > --=20 > 2.43.0 >=20 >=20