From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] nano: Update to 4.9.3 Date: Mon, 25 May 2020 10:27:45 +0100 Message-ID: <3F284796-507E-4D49-AEB2-EDA07ACB286A@ipfire.org> In-Reply-To: <20200524180352.1915-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7682699841168576917==" List-Id: --===============7682699841168576917== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 24 May 2020, at 19:03, Matthias Fischer = wrote: >=20 > For details see: > https://www.nano-editor.org/news.php >=20 > "One more bug introduced in version 4.9 is fixed: a crash when > the terminal screen is resized while at a lock-file prompt." >=20 > Signed-off-by: Matthias Fischer > --- > lfs/nano | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/nano b/lfs/nano > index c18288796..c169282c0 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 4.9.2 > +VER =3D 4.9.3 >=20 > THISAPP =3D nano-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D nano > -PAK_VER =3D 30 > +PAK_VER =3D 31 >=20 > DEPS =3D "" >=20 > @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_MD5 =3D 10df0100ebf4aa7bb4806428c11751eb > +$(DL_FILE)_MD5 =3D 52137a960ae8b3ca6d7dab6767fe6e5f >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============7682699841168576917==--