From patchwork Fri Oct 8 17:22:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4769 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 4HQw495G54z3xCR for ; Fri, 8 Oct 2021 17:22:33 +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 4HQw482m91z1qH; Fri, 8 Oct 2021 17:22:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4HQw481tgSz2yTr; Fri, 8 Oct 2021 17:22:32 +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 4HQw464HgWz2yS8 for ; Fri, 8 Oct 2021 17:22:30 +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 4HQw4572Wxz17r for ; Fri, 8 Oct 2021 17:22:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1633713750; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ubsa7YqpTPa5BWX+T8Jc4o+jDe3WnsiWafUL8q+OiGI=; b=49luudzQjDb8lMP5sCZ29xsvNzumaiF6DLZDWhv8fCdwazQZnm91M8OpOSpE9bw/UDnc0+ s8D3ooktMR9wjzCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1633713750; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ubsa7YqpTPa5BWX+T8Jc4o+jDe3WnsiWafUL8q+OiGI=; b=HMDYR7qU93C1wi781bbkcULGvMuHXRYj7j+67Bm8xi5fw6nzXZBUYwWvNsI6PbMvoddrm6 JYmeKC5nspjPLnyawUJuityqNUrdTvxY42T57GcS8QqB3FmVzj2R+ROWYOTEo/L0qHbH8r aQ1BSeBzN61pseZy/47QH36zBj98/E3ozI+qNz1c8yXHZNEWnoJfje/ll1PLYZ7LfUC9+M D9KkJ/V147ap1mqwScj6V6WoB7xsntEf2kTeJrh3bOBW1weXA3ERDjaAwdhsubM0ALfUXk xCjj4aTL4tXGSuJQAl5gwkcAvckPnhqoYdjWOEotbeSTzUli7Qcp7ckTgw5Czg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 5.9 Date: Fri, 8 Oct 2021 19:22:24 +0200 Message-Id: <20211008172224.2405-1-matthias.fischer@ipfire.org> 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 Signed-off-by: Matthias Fischer Reviewed-by: Adolf Belka --- lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nano b/lfs/nano index 3bb7806aa..237dfab20 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 5.8 +VER = 5.9 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nano -PAK_VER = 38 +PAK_VER = 39 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d2249e3dd108c830df00efd7c1b79d86 +$(DL_FILE)_MD5 = 24b67a7a2e731d3a5ec6d154b4521d08 install : $(TARGET)