From patchwork Sat Dec 17 12:14:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6308 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 4NZ4fP3FPMz3xk9 for ; Sat, 17 Dec 2022 12:14:53 +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 4NZ4fG6llGz15r; Sat, 17 Dec 2022 12:14:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NZ4fF3w1Rz30Cp; Sat, 17 Dec 2022 12:14:45 +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 4NZ4fC6BFLz2ykr for ; Sat, 17 Dec 2022 12:14:43 +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 4NZ4fC59vQzsj; Sat, 17 Dec 2022 12:14:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1671279283; 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=0bEI+otqWWmFo9jxUO/+K7I4Gb1NqOs43DM8IF2Q5KM=; b=hKnUWBv5Ul0BlNnydvwDXOlI/u63Bb+xVFspczbOXBS2ckahxsKVNDLYi2um+LYhPuUv2Z M12BAmHdJ6dd+RDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1671279283; 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=0bEI+otqWWmFo9jxUO/+K7I4Gb1NqOs43DM8IF2Q5KM=; b=GVB8lOOg+3uq98Ud0ITsMHhjFHhY9S1TFEq8Oy53QxARzOHugmJo3ilBwVv0+TWwKvhVk0 2Eo2ownKtouPDShDnldk/qYERBlH/M/4OIAMXM6T52vyG3tTOTISKd4U7TQAXFqvpeQ+Y2 oEwDWKY+CCxGbpdlVeX+2si+5dEdiADiqbONODQ3XO/F2+y8z1LPvqxat4luR47w/51cY6 +/Ogy49wt7cS3PRBtKuV8yrFkbss5c+AbiIuOviP+5fqQqakMdepDkEmyzZNxugy6jZKeY aDtfAvZOKxQsAJRfPWGWKchuTS98xRQcU06LHM81J7W7aexCWeQxr3wiIcwrMA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] nano: Update to version 7.1 Date: Sat, 17 Dec 2022 13:14:24 +0100 Message-Id: <20221217121427.3532488-5-adolf.belka@ipfire.org> In-Reply-To: <20221217121427.3532488-1-adolf.belka@ipfire.org> References: <20221217121427.3532488-1-adolf.belka@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" - Update from version 7.0 to 7.1 - Update of rootfile not required - Changelog 2022.12.14 - GNU nano 7.1 "And the devices shall be made of wood" • When --autoindent and --breaklonglines are combined, pressing at a specific position no longer eats characters. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/nano | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nano b/lfs/nano index 89167b2af..7ec2eca48 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 7.0 +VER = 7.1 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5212aa2a65cc7bccb33ebd66934e53ea7c6bd739ceae94796397bd193698453417eae2a5cf63c995e90aa077795f9bcf70568a35208716a09c9a6d89d75ff409 +$(DL_FILE)_BLAKE2 = cc606a04b34e723da01326d617b50f79711d0b35034b3e75f410fa7e277ba3eddbb1a408a80255533d2fa953f23fee745979363d5621b63a79bd89b29d8d528e install : $(TARGET)