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.33 Date: Sun, 02 Feb 2025 12:03:35 +0100 Message-ID: <2d163110-89d5-46b5-b877-003b50a32978@ipfire.org> In-Reply-To: <20250125093209.1818-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1267889201555245603==" List-Id: --===============1267889201555245603== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 25/01/2025 10:32, Matthias Fischer wrote: > For details see: > https://midnight-commander.org/wiki/NEWS-4.8.33 > > "Major changes since 4.8.32 > > Starting with this release, we will be using language features that require > a C99 compiler to build. > > Core > Minimal version of Automake is 1.14 (#4604) > Upgrade C standard to C99 (#4604) > Support ksh variants as subshell (#3748) > Improve fish 4.0 shell support (#4597) > Add support for bash PROMPT_COMMAND being an array (#4599) > Don't override ENV variable for ash/dash subshell (#4605) > Don't disable verbose mode if tty baudrate can't be reliably determined > (#2452) > New keymap for vim users (#4588) > > VFS > extfs vfs: chmod/chown inside extfs (e.g. zip archive) silently fails > (#4629) > Add embedded torrent viewer/vfs (#3100) > > Misc > Code cleanup (#4572, #4593, #4595, #4598) > Adjust mc-wrappers to work with the new MC_TMPDIR creation logic (#457= 5) > Prefer console players for sound, images and video in non-graphical > sessions (#4479, #4596) > Support TERM=3Dxterm-clear for FreeBSD users (#2633) > mc.ext.ini: > Support for Rust crates file format (#4609) > Support for OpenEmbedded ipk archives (#4626) > ext.d: select browser at runtime (#4615) > Move CI from Travis to GitHub Actions (#4170, #3738, #4602) > > Fixes > Segfault if filter makes file panel empty (#4600) > Segfault in built-in help when going to the previous topic (#4627) > Incorrect handling of ext2 attributes of a directory (#4590) > Failed copy/move operations make ETA inaccurate (#3205, #4613, #4623) > Hotlist: use after free (#4621) > mc.ext.ini: typo for apt view command line (#4583) > mcedit: visual glitches if built with aspell, but libraries not > installed (#4576) > mcedit: segfault on new file creation (#4580) > mcedit: PageDown skips lines in edit window (#4617) > mcedit: cursor jumps during PageDown in edit window (#4618) > mvciew: false-positive regex search of BOL (#4587) > mcdiff: segmentation fault on empty files merge (#4608) > tar vfs: double free (#4616) > sftpfs vfs: use after free (#4620) > tests: fix charset-related code on non-glibc platforms (Alpine, > Illumos) (#3972, #4495) > tests: use weak symbols instead of symbol duplication to support > non-GNU linkers / macOS (#4584, #3542)" > > Signed-off-by: Matthias Fischer > --- > config/rootfiles/packages/mc | 2 ++ > lfs/mc | 8 ++++---- > 2 files changed, 6 insertions(+), 4 deletions(-) > > diff --git a/config/rootfiles/packages/mc b/config/rootfiles/packages/mc > index 72b03ed49..12a8696d4 100644 > --- a/config/rootfiles/packages/mc > +++ b/config/rootfiles/packages/mc > @@ -6,6 +6,7 @@ etc/mc/mc.emacs.keymap > etc/mc/mc.ext.ini > etc/mc/mc.keymap > etc/mc/mc.menu > +etc/mc/mc.vim.keymap > etc/mc/mcedit.menu > etc/mc/sfs.ini > usr/bin/mc > @@ -46,6 +47,7 @@ usr/libexec/mc/extfs.d/patchsetfs > usr/libexec/mc/extfs.d/rpm > usr/libexec/mc/extfs.d/rpms+ > usr/libexec/mc/extfs.d/s3+ > +usr/libexec/mc/extfs.d/torrent > usr/libexec/mc/extfs.d/trpm > usr/libexec/mc/extfs.d/u7z > usr/libexec/mc/extfs.d/uace > diff --git a/lfs/mc b/lfs/mc > index b23e9c759..42aa249ac 100644 > --- a/lfs/mc > +++ b/lfs/mc > @@ -1,7 +1,7 @@ > #########################################################################= ###### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2024 IPFire Team = # > +# Copyright (C) 2007-2025 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.32 > +VER =3D 4.8.33 > =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 27 > +PAK_VER =3D 28 > =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 eb2ac2474c86dbcfe43b4f229cdc458bdfc9de2acf1d02061987= 21b56ec188010aba24063c1fc079ada295c73ab915786749be1ead599a582832ca649b9a8347 > +$(DL_FILE)_BLAKE2 =3D abfe493006930e7de7f7242308309382cf28c6b7f41967cf151e= 6507b081149322217f5a10a8e2c98c2bc39b8053a4e51443c956ec93e7850a00f8d19e7c1266 > =20 > =20 > install : $(TARGET) --=20 Sent from my laptop --===============1267889201555245603==--