From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] mc: Update to 4.8.28 Date: Fri, 22 Apr 2022 23:28:49 +0200 Message-ID: <333092b4-2466-8cf6-87ff-4c69648eee1d@ipfire.org> In-Reply-To: <20220422113228.3556985-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6124147473747705022==" List-Id: --===============6124147473747705022== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 spe= cific 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 (lik= e NixOS) (#4298) > mcedit: errors in syntax definitions (#4286) > VFS: FISH: when uploading a symbolic link, it creates both the link an= d 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 > =20 > SUMMARY =3D Midnight Commander > =20 > -VER =3D 4.8.27 > +VER =3D 4.8.28 > =20 > THISAPP =3D mc-$(VER) > DL_FILE =3D $(THISAPP).tar.xz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D mc > -PAK_VER =3D 22 > +PAK_VER =3D 23 > =20 > DEPS =3D > =20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D efb0f3a8beb7285a793085a8e3b3a49619d0f8a4babff7de90f7= a462cf6c013bbc08b92bc48e2c2e2204799332cd0160a86e201d9368cabde78e653b4306763f > +$(DL_FILE)_BLAKE2 =3D f4218e6c166df85b7b3736f0fd1414c9507c72074f06001f12b1= 14ce6c6fbbf3688ab850aa70f5063eb3920736f878e113eb39a5d261ccfc3ffa9dab473a8436 > =20 > install : $(TARGET) > =20 --===============6124147473747705022==--