From patchwork Mon Dec 23 18:19:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2656 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 47hSLg61pGz3xXp for ; Mon, 23 Dec 2019 18:19:55 +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 47hSLf2sF3z2Jy; Mon, 23 Dec 2019 18:19:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47hSLf0wYCz2yX0; Mon, 23 Dec 2019 18:19:54 +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 47hSLd1qY7z2y4F for ; Mon, 23 Dec 2019 18:19:53 +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 47hSLb0PXSz2Jy for ; Mon, 23 Dec 2019 18:19:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1577125191; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=p/IplW67whDGJHe+XrOTUor7EDtqdaFF0lX4RmuX1SU=; b=9LjLV6UbqGImZ5lrGpvLsileDLQgr8eTVP9CMxLbuzsGbkTjDlklv3OoaDL+odosKBq3fy rx4Spw1A1um0/sDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1577125191; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=p/IplW67whDGJHe+XrOTUor7EDtqdaFF0lX4RmuX1SU=; b=T6EA91D3wySOw9CuecUogi0aj34bo4Aa3H4hCuDLdhzwxhJo+h1j/Qnd7EWbYwBGEvq8XZ I8H3odY+xUwhdWxE3LPes7+h9Ut+6z2iqEwKwdF3VN3gml9o5MpjGtivtz2OC/Db2HFFOV /TjQEsnDf6aS2LJpfhPc0S/TgnNbyX5yZ8VN1iIUNAyNYsocif4peH/rmdA4tFaoLSBiJN nQ/7RJmfL93j5fm3VQ6xZWJo+WfUJ53z2MGnfeNLaz5agFeKRPn3ST0tZadxOsI4NcTevh D9fC5zbOArjMkh2X7C5xqiJUELNg6BqcHVIALAO5AxBFKyZGxLhjODTLGjLxYw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 4.7 Date: Mon, 23 Dec 2019 19:19:44 +0100 Message-Id: <20191223181944.10618-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer 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 --- lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nano b/lfs/nano index 198aeb5d0..02ba358c4 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 4.6 +VER = 4.7 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 = 27 +PAK_VER = 28 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9e87ae93cc7a5c7f5e64f97db089ae1b +$(DL_FILE)_MD5 = 8622b7b733dc5d9645f5ceaec24e6ba6 install : $(TARGET)