Reviewed-by: Adolf Belka On 22/04/2022 13:32, Matthias Fischer wrote: > For details see: > http://midnight-commander.org/wiki/NEWS-4.8.28 > > Summary: > > "Major changes since 4.8.27 > Core > VFS > Remove SMB support (#1) > > Editor > Add syntax highlighting: > Ngspice/SPICE (http://ngspice.sourceforge.net/) (#4316, #4319) > DOT/Graphviz (https://graphviz.org/doc/info/lang.html) (#4322) > > Viewer > Support file/dir macros from mc.ect for standalone viewer (#4150) > > Misc > Minimal version of "check" utility is 0.9.10. > Code cleanup (#4270, #4330) > Support Shift+Fn keys for KiTTY (#4325) > Filehighlight: > graphical formats: avif, jp2, jxl, heic, heif, psb, psd (#4328) > Markdown (#4351) > > Fixes > FTBFS with ncurses build with --disable-widec (#4200) > There is no exit on Ubuntu PPC64 big endian (#3887) > Segfault on change panel mode (#4323) > Accelerator conflict in Left/Right? menu (#4284) > move a lot of files across filesystems is slow (#4287) > mc.ext: wrong order of rules: general matches are made before more specific ones (#4273) > mc.ext: compressed man pages are shown unformatted (#4272) > ext.d/misc.sh: invoking /bin/cat on systems that have no /bin/cat (like NixOS) (#4298) > mcedit: errors in syntax definitions (#4286) > VFS: FISH: when uploading a symbolic link, it creates both the link and its target (#4281) > VFS: SFTP: timestamps are not preserved for uploaded symlink (#4285) > VFS: EXTFS: incorrect test of isoinfo (#4326) > Typo in skin files (#3146)" > > Signed-off-by: Matthias Fischer > --- > config/rootfiles/packages/mc | 4 +++- > lfs/mc | 8 ++++---- > 2 files changed, 7 insertions(+), 5 deletions(-) > > diff --git a/config/rootfiles/packages/mc b/config/rootfiles/packages/mc > index 1faf7ee76..9d063581b 100644 > --- a/config/rootfiles/packages/mc > +++ b/config/rootfiles/packages/mc > @@ -158,6 +158,7 @@ usr/share/mc/syntax/debian-sources-list.syntax > usr/share/mc/syntax/diff.syntax > usr/share/mc/syntax/dlink.syntax > usr/share/mc/syntax/dos.syntax > +usr/share/mc/syntax/dot.syntax > usr/share/mc/syntax/ebuild.syntax > usr/share/mc/syntax/eiffel.syntax > usr/share/mc/syntax/erlang.syntax > @@ -173,9 +174,9 @@ usr/share/mc/syntax/idl.syntax > usr/share/mc/syntax/ini.syntax > usr/share/mc/syntax/j.syntax > usr/share/mc/syntax/jal.syntax > -usr/share/mc/syntax/json.syntax > usr/share/mc/syntax/java.syntax > usr/share/mc/syntax/js.syntax > +usr/share/mc/syntax/json.syntax > usr/share/mc/syntax/kotlin.syntax > usr/share/mc/syntax/latex.syntax > usr/share/mc/syntax/lisp.syntax > @@ -211,6 +212,7 @@ usr/share/mc/syntax/sh.syntax > usr/share/mc/syntax/slang.syntax > usr/share/mc/syntax/smalltalk.syntax > usr/share/mc/syntax/spec.syntax > +usr/share/mc/syntax/spice.syntax > usr/share/mc/syntax/sql.syntax > usr/share/mc/syntax/strace.syntax > usr/share/mc/syntax/swift.syntax > diff --git a/lfs/mc b/lfs/mc > index 36d60b416..5c77e544d 100644 > --- a/lfs/mc > +++ b/lfs/mc > @@ -1,7 +1,7 @@ > ############################################################################### > # # > # IPFire.org - A linux based firewall # > -# Copyright (C) 2007-2021 IPFire Team # > +# Copyright (C) 2007-2022 IPFire Team # > # # > # This program is free software: you can redistribute it and/or modify # > # it under the terms of the GNU General Public License as published by # > @@ -26,7 +26,7 @@ include Config > > SUMMARY = Midnight Commander > > -VER = 4.8.27 > +VER = 4.8.28 > > THISAPP = mc-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = mc > -PAK_VER = 22 > +PAK_VER = 23 > > DEPS = > > @@ -48,7 +48,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_BLAKE2 = efb0f3a8beb7285a793085a8e3b3a49619d0f8a4babff7de90f7a462cf6c013bbc08b92bc48e2c2e2204799332cd0160a86e201d9368cabde78e653b4306763f > +$(DL_FILE)_BLAKE2 = f4218e6c166df85b7b3736f0fd1414c9507c72074f06001f12b114ce6c6fbbf3688ab850aa70f5063eb3920736f878e113eb39a5d261ccfc3ffa9dab473a8436 > > install : $(TARGET) >