From patchwork Sat Nov 30 15:57:46 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2622 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 47QGHd19QPz43XY for ; Sat, 30 Nov 2019 15:58:05 +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 47QGHR2YFSz2qW; Sat, 30 Nov 2019 15:57:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 47QGHQ3t51z2yjx; Sat, 30 Nov 2019 15:57: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 47QGHP13QQz2yT3 for ; Sat, 30 Nov 2019 15:57: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 47QGHN381Zz2d4 for ; Sat, 30 Nov 2019 15:57:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1575129472; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZEY8fRcE8oJwwHa8Js+b/IwkfWW92vsYpc8Z7Mx4pzk=; b=K+A6QNMekAsyLDM2MEiOtNpg+hBP4LCNtVVC33I/UbpWqIHZ4sI8nnV+X+xU+66bisvtkU FlqZ02mvFpK/lAcdkT1XUro5fMHnay3/pmi8PjagRQyVuLQLdqk6mM0JC4xcggTGPvI4QS mFx4jCpW1d1TXXhlzVeIgyAnHT4I4BaCpKI69wl2XlW4vE4FehOK8a//rfwwvD0e+i5eKP lrfzunqoc+aQYKdtR5VPq9lu2hAN0IpasdHWeSzZbyYhYa74lBePxx/j/1yUU6Rv6VS0e5 YjpsQaSFX2K71CXmbvRaOZaPcbdcl97jlt5ZH2kiNs2ObxTKJavmjoDHjLbL9w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1575129472; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=ZEY8fRcE8oJwwHa8Js+b/IwkfWW92vsYpc8Z7Mx4pzk=; b=UT/e0s3uhte9aUNEwN0yxQRhunWDKDJGp5oy+Y5VmDhV4Wa5bHsZtYGzbk+5CGa75Cim8O J90I7jUcIjwY2eBg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 4.6 Date: Sat, 30 Nov 2019 16:57:46 +0100 Message-Id: <20191130155746.1725-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 ... and a long list of other changes in https://www.nano-editor.org/dist/latest/ChangeLog ... Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nano b/lfs/nano index 3a68bf9cb..198aeb5d0 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 4.5 +VER = 4.6 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 = 26 +PAK_VER = 27 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 686a169b6e5e1f76fe79570f07934001 +$(DL_FILE)_MD5 = 9e87ae93cc7a5c7f5e64f97db089ae1b install : $(TARGET)