From patchwork Sun Jun 20 12:18:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 4448 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 4G7BWw6BNDz3wcf for ; Sun, 20 Jun 2021 12:18:20 +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 4G7BWv6dD8z1Sq; Sun, 20 Jun 2021 12:18:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G7BWv5ShQz2xdN; Sun, 20 Jun 2021 12:18:19 +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 4G7BWt1PT6z2xS9 for ; Sun, 20 Jun 2021 12:18:18 +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 4G7BWs4SmVz13Q for ; Sun, 20 Jun 2021 12:18:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1624191497; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=rka4TbywlOPOxeZpmcEFJ3PXL+228AziPTXxBRuHA50=; b=oA+fID9A5qmFvTm/iiXk1xA45hPz6KtHmjxJajjVgp/yA8/Q0CaVO1Ztv4Bgo9+BqkgJgH 67Vt3riGuasfJwAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1624191497; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=rka4TbywlOPOxeZpmcEFJ3PXL+228AziPTXxBRuHA50=; b=ZZ4nG0cmanTpAJywCqGjy2EilJKaC5o8KBWBwsd8h2ihkcyOCBOMOKdILFZHE7qzNcTnaO uKgnzXzUXFWDrsZP2sgCAyQdElmpqQzI8m+GD2f0JYh5eUYKzJbDtzxEwOQ9dqRkOTPc+k XuYMoK38niiyJ/a1y64iBVBUGX8Xoyjtl+uXxahw63dQYFMVxgFIDx2UtCeUOgsRUI3dhL 77KqqdirhcVfcdTEY5p74k2jHiza5KSgYqTNSQozeW+HZN28TywKda0BFy/9JcrgKBLR4L NnboWPhdK0gKRvrZtc/eJCyVwJ/Di/Ew/8n8g5QZ+0nIbGgwhIoF5rtzE/ZCoA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 5.8 Date: Sun, 20 Jun 2021 14:18:13 +0200 Message-Id: <20210620121813.1565-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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/nano b/lfs/nano index 70d605601..3bb7806aa 100644 --- a/lfs/nano +++ b/lfs/nano @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2021 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 5.7 +VER = 5.8 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 = 37 +PAK_VER = 38 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c2d6540a33248edc31a5830861b4b4ea +$(DL_FILE)_MD5 = d2249e3dd108c830df00efd7c1b79d86 install : $(TARGET)