From patchwork Sun May 6 18:56:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 1749 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 CC9DD60ACA for ; Sun, 6 May 2018 10:56:37 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 2A815111EBF0; Sun, 6 May 2018 09:56:37 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1525596997; 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=fOJqsDgaYAyH1rABaMxVBPlLeEeA/au/d9vGXAqDY50=; b=gMc/Tosx24fVccu7GwgiUEOCAO93p8ZjsSFt3Piz2zyH27znEpx3TH/Zs/UYD8fKabLvri mKsP0vRN6RNbbHFl9snCsZSxUHjqTSDm8hH608mZIeW02ly5gsH2d8+G/UnF8A6XUCl+9G uzEPdvvO7Oq2YjpaSwAZCs9tjfFfk18YcqpIBJ9f58JgOwyrFMdYPfuTT+8nhPVdnJVw9s BI0HgmiHaMckijjAxnXlA1lUHChRLKH3c2HX2K19bgrigSBvlj8Ldopmg0/LVypz6z+dRp xlEiYLb/vxO+ex3EJD6YEuH58pJAhKLA/aauRDqvLdNFrYlbp1YCwNbDlQvDuQ== 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=1525596994; 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=fOJqsDgaYAyH1rABaMxVBPlLeEeA/au/d9vGXAqDY50=; b=PJceAWUcV5m0Jw3jpdGI6TTlTZdg1cZ9kHlvFJHJA7T77qPPLy0v82nacY1u9NvXEYUib8 4oS9ah6e0webPb7gHPwCsP+1Up4sToqsB3nHFWovRJ42BIRWvHLa/2LqNUujV+RjZh6fhC H2YBjnaweEJjdROsLrmaZh1mOLWMD6FRGqrquHXntb9PwJwC5wSMxBL6sVGFFrTi2r53Yz nbr0EEnDGVtio+jNypakXIC7t42FL7KfEg9bydFKwiI5ua2Udf8JBFLdeFvyPabzshuWnq LqazytBKsTpHjApL63svPSfUidzgZV7QyscSvYL2yg4pTI0ivtz0rjMV5MrA0g== Received: from Devel.localdomain (p5B0A1994.dip0.t-ipconnect.de [91.10.25.148]) (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 1D43B10F4847 for ; Sun, 6 May 2018 09:56:33 +0100 (BST) From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 2.9.6 Date: Sun, 6 May 2018 10:56:29 +0200 Message-Id: <20180506085629.30948-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.17.0 X-Spamd-Result: default: False [-2.10 / 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)[] X-Spam-Status: No, score=-2.10 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 6269ea208..68759ed05 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 2.9.4 +VER = 2.9.6 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 = 20 +PAK_VER = 21 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8c2941cd89a79aea488da9457fa47f37 +$(DL_FILE)_MD5 = 8b12ca2e4d33794a9c1794c4c7d84623 install : $(TARGET)