From patchwork Sat May 19 21:53:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1776 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 3AF7A60B0D for ; Sat, 19 May 2018 13:53:43 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 967F910D22F7; Sat, 19 May 2018 12:53:42 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1526730823; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=tzF9nu0eXTLVgGzZmcWFlBM/idgNB267rXj7CsJN2mI=; b=yv5yZ5K5KzAJ/K5VvBB8e8RTlTMWEYYf5OzD3/hyqYLg7GXINT28YzlYMZ6DfqYdQyw9od glTTqWxtWuo8C7E+besS4rjZlU4FTlk45xNPwUbM6hsQpxc1NfuCHhV5oAvaDPRHkx971k K51I0d4qcJA89dUlLe6ZV3mc36Fy4Ebp+S2WY+hMBLdLvO5TqUe3E3fr684wHqZD4UMLCk Fj20gxIdua9CED+Png1qHKKJL1YrqtFqdx3Jsr1sxX+M1FHhvnpzyaJ3tlpkzqZaSNpiyd 0cjQIz5ZGoEbNHiM+2LVcxeh07tBQM0/kQL2jmIkeR5rzyw0Y2xWDJq6MqTa/A== Authentication-Results: mail01.i.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1526730818; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=tzF9nu0eXTLVgGzZmcWFlBM/idgNB267rXj7CsJN2mI=; b=FgUrA6Ph+K5CdlDQNW3gN9+b+HQJNiFB7htigV9frL1Pv1/vay28UrMBo+IKM/gibtfz/K +idtjLmwUyjUURJd7EfWawRxf+s4DzsbydkIsehepZUZSwmpJbvgXYhW8NQgQLdmhF2Dnt uFihUOyGKSzrRUvHdkodBnCWCQngNZ9wzQN9UWg4Y/NcA3b2Byz+JHAXGKmnSHTpj2Z7fe l50W+9IxEI202pSU3fVXUlZYAw22T4+lx2gBjiWozOFxeKBPfqxCZ0uf1Y9+IXGHLzFHOZ n4NcSRLGF9yyWbWSNWNhc8WPC7eodcGF23jyZ2pQXuWwlxr/V0ojyeOa6UtA/A== Received: from Devel.localdomain (p5B0A2E81.dip0.t-ipconnect.de [91.10.46.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 9DCFD10D22E2 for ; Sat, 19 May 2018 12:53:38 +0100 (BST) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 2.9.7 Date: Sat, 19 May 2018 13:53:33 +0200 Message-Id: <20180519115333.23286-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.17.0 X-Spamd-Result: default: False [-5.01 / 11.00]; ASN(0.00)[asn:3320, ipnet:91.0.0.0/10, country:DE]; DKIM_SIGNED(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; RCPT_COUNT_ONE(0.00)[1]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM(-2.91)[-0.971,0] X-Spam-Status: No, score=-5.01 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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 Best, Matthias Signed-off-by: Matthias Fischer --- lfs/nano | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/nano b/lfs/nano index 68759ed05..98dec8897 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 2.9.6 +VER = 2.9.7 THISAPP = nano-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nano -PAK_VER = 21 +PAK_VER = 22 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8b12ca2e4d33794a9c1794c4c7d84623 +$(DL_FILE)_MD5 = 804a0e91cb11f2e8884aee7bfac2d18d install : $(TARGET)