From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] mc: Update to 4.8.33 Date: Sat, 25 Jan 2025 10:32:07 +0100 Message-ID: <20250125093209.1818-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6626437346604573144==" List-Id: --===============6626437346604573144== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 (#4575) 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 eb2ac2474c86dbcfe43b4f229cdc458bdfc9de2acf1d0206198721= b56ec188010aba24063c1fc079ada295c73ab915786749be1ead599a582832ca649b9a8347 +$(DL_FILE)_BLAKE2 =3D abfe493006930e7de7f7242308309382cf28c6b7f41967cf151e65= 07b081149322217f5a10a8e2c98c2bc39b8053a4e51443c956ec93e7850a00f8d19e7c1266 =20 =20 install : $(TARGET) --=20 2.43.0 --===============6626437346604573144==--