From patchwork Wed Mar 25 11:51:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2861 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48nRKK32XDz3yBk for ; Wed, 25 Mar 2020 11:51:17 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48nRKJ0gxdz23v; Wed, 25 Mar 2020 11:51:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48nRKH5tPqz2yHm; Wed, 25 Mar 2020 11:51:15 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48nRKF4YW8z2yFJ for ; Wed, 25 Mar 2020 11:51:13 +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 48nRKF0x4Qzhw for ; Wed, 25 Mar 2020 11:51:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1585137073; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=doolcYRfygnHiyJmeL3QBE5T6mZYdjLiTyD5ZEouIXU=; b=KSKD6LNZXkxlDueyPyQP0vYi42ZdagWhdRQKorabbOhEDH+QJ28eUpMZpj3EHXF6YU5HT6 lrMY+VPE/q7LPsOx5gRP9me4yVS4SDc9DkehRLhxCyDmF4++PpvpZlIKPr4CTatz4qkCS/ lc+ZOr3CeKTFsncmgztmg+EMvBZgFcwHj8tnFXgMJKpVAqy6n8KoigAhj9R5T9gDZEW/yC AD4by9wiWoKljOdQ508kCToC+QbQhgGKY/dzBJowWhJY098n90UYMFcU7ZV5/B/LmTl9ll kzVXNagBonJIonf4i7U8KluNrqX8OsDVXChLxp9tMrR5iahkN6L17VoeXw/DmQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1585137073; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=doolcYRfygnHiyJmeL3QBE5T6mZYdjLiTyD5ZEouIXU=; b=YtjCkRH4Eb9MWkcGYtUvH3JH3p6k+EiUfIU49IpCLbNxf5cp5OeAYA9DPD1vXAzC8mIfZN JVMWwzu4Xby5A6Cg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 4.9 Date: Wed, 25 Mar 2020 12:51:07 +0100 Message-Id: <20200325115107.6292-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 --- lfs/nano | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lfs/nano b/lfs/nano index b37d80cdf..5bb20cb79 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 4.7 +VER = 4.9 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nano -PAK_VER = 28 +PAK_VER = 29 -DEPS = +DEPS = "" ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8622b7b733dc5d9645f5ceaec24e6ba6 +$(DL_FILE)_MD5 = 280c9b40b1c6984a644467a2346a8536 install : $(TARGET) @@ -54,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: +dist: @$(PAK) ###############################################################################