From patchwork Sun May 24 18:03:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3125 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 49VSlq0sdmz43rk for ; Sun, 24 May 2020 18:04:07 +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 49VSln19Nbz2cd; Sun, 24 May 2020 18:04:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 49VSlm2n2Tz2yCL; Sun, 24 May 2020 18:04:04 +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 49VSll0lxGz2xkc for ; Sun, 24 May 2020 18:04:03 +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 49VSld0Bvxz8r for ; Sun, 24 May 2020 18:03:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1590343438; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=pc98QjLr3cLImMO20ohILy5gxZ7nbiB4D07xinDSQSA=; b=kTmKyajeEatKogcMfWtEalkq6DFAV/odcaMp9tkzyi0UgcKkFd73CjevJ1FbnZ/mUOjGjC /n09yd6Ha6jy2OAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1590343438; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=pc98QjLr3cLImMO20ohILy5gxZ7nbiB4D07xinDSQSA=; b=a3aLAQgiYsIMS67NMPNUXA2MPi0WOoLiIqKKcVOb4R48B+urYXP9sM5ZgrtlH/5LN85GSx SJZkGsFWzuiDDOuuEritsGt/JuKKOZC+PjZIdp/oX0Inscrn8YqGtlTZG/8BtJ1MvqIfsZ DhAp5N4YQa8a3Jd0qPOyGk4xZsBWEIL24bzJfoENsxpRt5T2jCHkCOynbKb66Et3m34wrm yYRUJfCNtK2v9Oy5x3mACmJ+25uPVEhL2y+HBqYBkoU7LXK5kEPL0D5MbB/cCBAPyXu35S 7gu0iUwRe8OZqV0LQE1Sw6/AticKp4d6dhW4QaOjEFmQPOSMP1EOW1LgYj4qhw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] nano: Update to 4.9.3 Date: Sun, 24 May 2020 20:03:52 +0200 Message-Id: <20200524180352.1915-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 "One more bug introduced in version 4.9 is fixed: a crash when the terminal screen is resized while at a lock-file prompt." 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 c18288796..c169282c0 100644 --- a/lfs/nano +++ b/lfs/nano @@ -24,7 +24,7 @@ include Config -VER = 4.9.2 +VER = 4.9.3 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 = 30 +PAK_VER = 31 DEPS = "" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 10df0100ebf4aa7bb4806428c11751eb +$(DL_FILE)_MD5 = 52137a960ae8b3ca6d7dab6767fe6e5f install : $(TARGET)