From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4d8Wyz2QsWz2xh0 for ; Sun, 16 Nov 2025 13:32:59 +0000 (UTC) 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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d8Wyv6tTRz2xLw for ; Sun, 16 Nov 2025 13:32:55 +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 4d8Wyt39G5zmL; Sun, 16 Nov 2025 13:32:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1763299974; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jxbNAMnFFcrPAaqlcu65Z8tb0Jb8wNI6BGNEjXSKSQk=; b=aDpEbDN26N56s9QqUfCPPQ6RWMkXPMBovi71xlO73w0ZiE9kXagSIYbagZM8U8IgZOWLHg hsnsucgE5GAldgJ/0/gucqwYyCk+qTSgXfVpzsd8W5VzQ+VyCdq5FPKRWwegWOjw1StEaC cbsZrgIpGWZshJZsc7qYtgBv+wZthhSp4lvHo3e2UOFuq0qGsunvz27PrKwzXptSvWQO1a r2hrXOyYAW0uGb6LoJTC8rNFrvIhZGR7hV+ox7dW8g/NT3Dn4b7wl9JFj+kNJpKNqhq/xV J/CQNLS0oj+FdFQNrld8i8M9WQWSpTGOu9XMQFSZomzVRtrHFGO7wdBk0amdUw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1763299974; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jxbNAMnFFcrPAaqlcu65Z8tb0Jb8wNI6BGNEjXSKSQk=; b=gdIQmbiMnsNK+XHwdAtmSs4xUc2JYBAoHis/8QVO2PUDz/MuxIQK7BZMekOCKuNRxRIEZy XTdkapEt/4okj6Dw== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] nano: Update to 8.7 Date: Sun, 16 Nov 2025 14:32:36 +0100 Message-ID: <20251116133244.2486-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 Content-Transfer-Encoding: 8bit For details see: https://www.nano-editor.org/news.php "2025 November 12 - GNU nano 8.7 "Blue Highways" At the Execute prompt, preceding the command with two pipe symbols allows implementing a copy-to-clipboard feature in your nanorc (on terminals that support OSC 52). See the doc/sample.nanorc file." Signed-off-by: Matthias Fischer --- lfs/nano | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nano b/lfs/nano index d0c83e40b..9d670e589 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 8.6 +VER = 8.7 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f7e17085d237ec3512b21bb732c2ebcf71a96991344acd0efc3592a650be856aed3ad958df59e27f332f750ac5e46ba7ed06b23093c8b68c4bf0a94aeecd2af0 +$(DL_FILE)_BLAKE2 = 4a7a67f854969960c96d1e3b2c7184f9d9c9fb305a14ff9764a39a8103ca5f5878f9e344b0dc522e27643f93e57582881ea8e664ac9c6eaa99c3b2d9632febdc install : $(TARGET) -- 2.43.0