From patchwork Fri Jul 31 16:39:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 10086 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hBWzB2Ybcz3wb0 for ; Fri, 31 Jul 2026 16:40:54 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hBWz21GKFz6gH for ; Fri, 31 Jul 2026 16:40:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hBWyZ6ypGz36VV for ; Fri, 31 Jul 2026 16:40:22 +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 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hBWyX2rt8z2xhj for ; Fri, 31 Jul 2026 16:40:20 +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 4hBWyL5G2bz6c; Fri, 31 Jul 2026 16:40:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1785516010; 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; bh=EzbxDZYEjsg3BDLiXnRKfFbgHzRc9YU8SOB4qaKyBuI=; b=zp5BQyMuPcp6KHdEoAyQ7hVj9Klm3FR6M0BWwGucMRl6VhQ2tm/67ZnFzm6R+lZwOn2lmb /U6/GDoZGzGp+pBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1785516010; 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; bh=EzbxDZYEjsg3BDLiXnRKfFbgHzRc9YU8SOB4qaKyBuI=; b=Wr31r4r1tDa52voZJ8CgcOHdG3dZPr1fHw92Hgk8LjwdOxyW5KnKd1OsxESgtzl7ibK1EY eiAEjVEG41krVDF7QvvPW1spgOSuNxoh4iGljaVSdV1n2FGNf7tyXTYBAV6okL6bfoRq// jrhwgar6kFZAOtYF1F9LYMsUz+rgn6AnKgNdIs+akHZfnVjIsvGOvj2KUDHo2EEmZEDPk9 3lm7J+gDGWXGDYvIbGNiA39+urNw9v/7roSFmgByg6wxv6+rQZa2n6d7iwu9Td2DZF2Axu tbIBoJrqzuRnxw0xa8LYl/wCqUDnsiXVgbNKYwP1wFaTQnYLzNRjcjAdcxcA8A== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] nano: Update to 9.2 Date: Fri, 31 Jul 2026 18:39:53 +0200 Message-ID: <20260731164003.3363563-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 For details see: https://www.nano-editor.org/news.php "2026 July 31 - GNU nano 9.2 "Alquézar" Nano refuses to start when standard output is not a terminal. Options --newbuffer and 'set newbuffer' were added as better synonyms of --multibuffer and 'set multibuffer'. Legacy keystroke pairs ^W^T and ^/^T are recognized again." Signed-off-by: Matthias Fischer --- lfs/nano | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nano b/lfs/nano index 6f0793d16..b308f1258 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 9.1 +VER = 9.2 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d762076463b0c683d13cd4c47cc05db573a1890c9ea0629c2aa37d36305197242eb724229afc59468aa47c515dbfb8378d9fa6fafa88d8b90a2af6d1ed467b14 +$(DL_FILE)_BLAKE2 = b8f5aedbb296654817eac82723a6ae6323b2710d225152ee6356fefe5e692958236a00ab4c7fd5abff71b84c3c023afc06854e4e216b80879c48ce94486c4b89 install : $(TARGET)