From patchwork Mon Nov 21 15:45:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 6157 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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NGBY81Bmbz3wc7 for ; Mon, 21 Nov 2022 15:45:16 +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 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NGBY63vsrz2MY; Mon, 21 Nov 2022 15:45:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NGBY62Tsvz2xNd; Mon, 21 Nov 2022 15:45:14 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NGBY43Lhfz2xNd for ; Mon, 21 Nov 2022 15:45: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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NGBY36p0yz1Py for ; Mon, 21 Nov 2022 15:45:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669045512; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AFR0zXKAXgHALwF81GcmDRKl8xqw0uFkyRe2fIgczmY=; b=8kzPGsXfFFesOGY7jp9o/tKhfRyeaQLAcUo/Pphp7CSIhDkNImL4kBwkCstfpTBPEIEHCN SAJfPuteWlT03NAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669045512; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AFR0zXKAXgHALwF81GcmDRKl8xqw0uFkyRe2fIgczmY=; b=aylr4CD1CVlr4L1t5bCsCLfCXt1o/1VWsoIj3I9TH7OvJClbRd/5gHiJHtacm2JftWt8uf kZXjL7p2YUtf71KgvguZlDgeYRCGGCNRAEVeFYZlylbEVvVsIb5CDtkdA2BCC/2JM55fGp Z3hbkXNb7ffmkUtgrvYMpA4w2/p7lX+UfjLLr0dvI9k9j+qMqE7CVbQJLLuFs+CJZH+Y5i CgOXA5yoxbF8mIXAIFizRHtWeIlKgbLnkFAo5yLdtuyeNv/1az+nmRzQhr270Gag6zbJn2 nl0UT2bSsHxPorzchsMDNfq2rxPOuDpYtg+ciIQ1hLZBGW+jyrl0LG83kSU/lA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 7.0 Date: Mon, 21 Nov 2022 16:45:07 +0100 Message-Id: <20221121154507.3587584-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://www.nano-editor.org/news.php "2022 November 15 - GNU nano 7.0 "Una existencia simple bajo el sol" String binds may contain bindable function names between braces. For example, to move the current line down to after the next one: bind ^D "{cut}{down}{paste}{up}" main. Of course, braced function names may be mixed with literal text. If an existing string bind contains a literal {, replace it with {{}. Unicode codes can be entered (via M-V) without leading zeroes, by finishing short codes with or . Word completion (^]) looks for candidates in all open buffers. No regular expression matches the final empty line any more." Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/nano | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nano b/lfs/nano index 5dc6981b0..89167b2af 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 6.4 +VER = 7.0 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = b59ff7a741ce4c8b31afdbbfaf1d704cccbceddcd7f1421f30a6dd40495ec456ca891aeb9777c070c6cce4e9c594f83798ff0cdacdfe06e81b0aa0b700033da3 +$(DL_FILE)_BLAKE2 = 5212aa2a65cc7bccb33ebd66934e53ea7c6bd739ceae94796397bd193698453417eae2a5cf63c995e90aa077795f9bcf70568a35208716a09c9a6d89d75ff409 install : $(TARGET)