Hello, Merged. -Michael > On 2 Jan 2019, at 15:43, Matthias Fischer wrote: > > For details see: > http://midnight-commander.org/wiki/NEWS-4.8.22 > > Best, > Matthias > > Signed-off-by: Matthias Fischer > --- > config/rootfiles/packages/mc | 2 ++ > lfs/mc | 6 +++--- > 2 files changed, 5 insertions(+), 3 deletions(-) > > 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 @@ > > include Config > > -VER = 4.8.20 > +VER = 4.8.22 > > THISAPP = mc-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = mc > -PAK_VER = 16 > +PAK_VER = 17 > > DEPS = "" > > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 7f808b01f3f7d9aa52152a9efb86dbca > +$(DL_FILE)_MD5 = 62bba2bfccadf08eb554321899f475bc > > install : $(TARGET) > > -- > 2.18.0 >