public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] mc: Update to 4.8.33
@ 2025-01-25  9:32 Matthias Fischer
  2025-02-02 11:03 ` Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2025-01-25  9:32 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 4745 bytes --]

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(a)ipfire.org>
---
 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  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info(a)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)
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] mc: Update to 4.8.33
  2025-01-25  9:32 [PATCH] mc: Update to 4.8.33 Matthias Fischer
@ 2025-02-02 11:03 ` Adolf Belka
  0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2025-02-02 11:03 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 5181 bytes --]

Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>


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 (#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(a)ipfire.org>
> ---
>   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  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2025  IPFire Team  <info(a)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)

-- 
Sent from my laptop


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-02 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-25  9:32 [PATCH] mc: Update to 4.8.33 Matthias Fischer
2025-02-02 11:03 ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox