From patchwork Fri May 1 10:38:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3034 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 49D7yR5TPkz3xSR for ; Fri, 1 May 2020 10:38:39 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 49D7yQ0JC7z32N; Fri, 1 May 2020 10:38:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49D7yP3pPxz2ysJ; Fri, 1 May 2020 10:38:37 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 49D7yN369dz2xrB for ; Fri, 1 May 2020 10:38:36 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 49D7yK6VvdzKZ for ; Fri, 1 May 2020 10:38:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1588329514; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=2pUyDmapEWGcGUPbzsoMvMBIinVPAxZjZ5KDcPKtbO4=; b=Lv2Td3fySWh1dxBChlckSKQVgIx0hnvfwLD3+bopL+fhkcPRTwWUmQ6q0vl4Bkse2P3y7j VEthBjGih+UBfWDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1588329514; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=2pUyDmapEWGcGUPbzsoMvMBIinVPAxZjZ5KDcPKtbO4=; b=DfqSwdazTy7jSD9o3okTOJwZaeD3y8xwM6wAQZsXnT9icPJdYZWmiBQfd/Q8bwxVXrpPcs vU1h2BWvwjY/9Q7zaEh7j3wDIzLLJ4md6YTdyRuCl2D32SPIaE58jaxBPQm+QfpgG6iHu/ zDYQt2hlVv1ZIFJCy2/wFvgbhr9YYLiUw7W9+v0lGTvHD7Hr0XqJ6qTJq/D9kF9mch5lh+ 0pXDRzm6gJm+arX6kJbWL+r5pXDFaINZFXpOXrjfB5/nGVjEi79hXRg0fvtF8nVkU5X6sf WB3CbVv7HPhsCxhqnhj642R97hopEfUunDNMqEIn0GBVXeTv0LHIzEMKppvgJQ== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 4.9.2 Date: Fri, 1 May 2020 12:38:28 +0200 Message-Id: <20200501103828.16920-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=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: Michael Tremer --- lfs/nano | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/nano b/lfs/nano index 5bb20cb79..c18288796 100644 --- a/lfs/nano +++ b/lfs/nano @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 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 = 4.9 +VER = 4.9.2 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 = 29 +PAK_VER = 30 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 280c9b40b1c6984a644467a2346a8536 +$(DL_FILE)_MD5 = 10df0100ebf4aa7bb4806428c11751eb install : $(TARGET)