From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] mc: Update to 4.8.22 Date: Wed, 02 Jan 2019 17:24:23 +0000 Message-ID: <84092BEA-3203-45E1-8052-2DD06C9A537E@ipfire.org> In-Reply-To: <20190102154342.26343-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2839941217838776190==" List-Id: --===============2839941217838776190== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, Merged. -Michael > On 2 Jan 2019, at 15:43, Matthias Fischer w= rote: >=20 > For details see: > http://midnight-commander.org/wiki/NEWS-4.8.22 >=20 > Best, > Matthias >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/packages/mc | 2 ++ > lfs/mc | 6 +++--- > 2 files changed, 5 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/packages/mc b/config/rootfiles/packages/mc > index 4733af6fa..06c536ed4 100644 > --- a/config/rootfiles/packages/mc > +++ b/config/rootfiles/packages/mc > @@ -179,6 +179,7 @@ usr/share/mc/syntax/m4.syntax > usr/share/mc/syntax/mail.syntax > usr/share/mc/syntax/makefile.syntax > usr/share/mc/syntax/markdown.syntax > +usr/share/mc/syntax/meson.syntax > usr/share/mc/syntax/ml.syntax > usr/share/mc/syntax/named.syntax > usr/share/mc/syntax/nemerle.syntax > @@ -198,6 +199,7 @@ usr/share/mc/syntax/puppet.syntax > usr/share/mc/syntax/python.syntax > usr/share/mc/syntax/r.syntax > usr/share/mc/syntax/ruby.syntax > +usr/share/mc/syntax/rust.syntax > usr/share/mc/syntax/sh.syntax > usr/share/mc/syntax/slang.syntax > usr/share/mc/syntax/smalltalk.syntax > diff --git a/lfs/mc b/lfs/mc > index 1aa07c133..6600702e5 100644 > --- a/lfs/mc > +++ b/lfs/mc > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 4.8.20 > +VER =3D 4.8.22 >=20 > THISAPP =3D mc-$(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 mc > -PAK_VER =3D 16 > +PAK_VER =3D 17 >=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 7f808b01f3f7d9aa52152a9efb86dbca > +$(DL_FILE)_MD5 =3D 62bba2bfccadf08eb554321899f475bc >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============2839941217838776190==--