]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
mc: Update to 4.8.33 next
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 25 Jan 2025 09:28:42 +0000 (10:28 +0100)
committerMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 25 Jan 2025 09:28:46 +0000 (10:28 +0100)
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=xterm-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 <matthias.fischer@ipfire.org>
config/rootfiles/packages/mc
lfs/mc

index 72b03ed497e8659b570c8e400611efd946846528..12a8696d4949bfa67427f17b4ab6469a04051580 100644 (file)
@@ -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 b23e9c759e357a707476d8eb4696979549a083e6..42aa249acf780c85348ec526ec0f245edcb707bc 100644 (file)
--- a/lfs/mc
+++ b/lfs/mc
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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.32
+VER        = 4.8.33
 
 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    = 27
+PAK_VER    = 28
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = eb2ac2474c86dbcfe43b4f229cdc458bdfc9de2acf1d0206198721b56ec188010aba24063c1fc079ada295c73ab915786749be1ead599a582832ca649b9a8347
+$(DL_FILE)_BLAKE2 = abfe493006930e7de7f7242308309382cf28c6b7f41967cf151e6507b081149322217f5a10a8e2c98c2bc39b8053a4e51443c956ec93e7850a00f8d19e7c1266
 
 
 install : $(TARGET)