mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
mc: Update to 4.8.31
For details see: https://midnight-commander.org/wiki/NEWS-4.8.31 "Major changes since 4.8.30 Core Minimal version of GLib is 2.32.0. VFS fish: drop support of native FISH server and protocol. Rename VFS to shell (#4232) extfs; uc1541 extfs: update up to 3.6 version (#4511) s3+: port to Python3 (#4324) Support for LZO/LZOP compression format (#4509) ... Skins: add color for non-printable characters in editor (#4433) Fixes FTBFS on FreeBSD with ext2fs attribute support (#4493) Broken stickchars (-a) mode (#4498) Wrong timestamp after resuming of file copy operation (#4499) Editor: wrong deletion of marked column (#3761) Diff viewer: segfault when display of line numbers is enabled (#4500) Tar VFS: broken handling of hard links (#4494) Sftp VFS: failure establishing SSH session due hashed host names in ~/.ssh/known_hosts (#4506) Shell VFS: incorrect file names with cyrillic or diacritic symbols (#4507) mc.ext.ini: incorrect description of of how multiple sections and keys with same names are processed (#4497) mc.ext.ini: unescaped backslash \ is treated as invalid escape sequence in glib-2.77.3 and glib-2.79 (#4502) mc.ext.ini: file "Makefile.zip" is handled as Makefile not as zip-arhive (#4419)" Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
65f2f43b0a
commit
10851f7ffa
@@ -63,27 +63,27 @@ usr/libexec/mc/extfs.d/urar
|
||||
usr/libexec/mc/extfs.d/uwim
|
||||
usr/libexec/mc/extfs.d/uzip
|
||||
usr/libexec/mc/extfs.d/uzoo
|
||||
#usr/libexec/mc/fish
|
||||
#usr/libexec/mc/fish/README.fish
|
||||
usr/libexec/mc/fish/append
|
||||
usr/libexec/mc/fish/chmod
|
||||
usr/libexec/mc/fish/chown
|
||||
usr/libexec/mc/fish/fexists
|
||||
usr/libexec/mc/fish/get
|
||||
usr/libexec/mc/fish/hardlink
|
||||
usr/libexec/mc/fish/info
|
||||
usr/libexec/mc/fish/ln
|
||||
usr/libexec/mc/fish/ls
|
||||
usr/libexec/mc/fish/mkdir
|
||||
usr/libexec/mc/fish/mv
|
||||
usr/libexec/mc/fish/rmdir
|
||||
usr/libexec/mc/fish/send
|
||||
usr/libexec/mc/fish/unlink
|
||||
usr/libexec/mc/fish/utime
|
||||
usr/libexec/mc/mc-wrapper.csh
|
||||
usr/libexec/mc/mc-wrapper.sh
|
||||
usr/libexec/mc/mc.csh
|
||||
usr/libexec/mc/mc.sh
|
||||
#usr/libexec/mc/shell
|
||||
#usr/libexec/mc/shell/README.shell
|
||||
usr/libexec/mc/shell/append
|
||||
usr/libexec/mc/shell/chmod
|
||||
usr/libexec/mc/shell/chown
|
||||
usr/libexec/mc/shell/fexists
|
||||
usr/libexec/mc/shell/get
|
||||
usr/libexec/mc/shell/hardlink
|
||||
usr/libexec/mc/shell/info
|
||||
usr/libexec/mc/shell/ln
|
||||
usr/libexec/mc/shell/ls
|
||||
usr/libexec/mc/shell/mkdir
|
||||
usr/libexec/mc/shell/mv
|
||||
usr/libexec/mc/shell/rmdir
|
||||
usr/libexec/mc/shell/send
|
||||
usr/libexec/mc/shell/unlink
|
||||
usr/libexec/mc/shell/utime
|
||||
#usr/share/man/man1/mc.1
|
||||
#usr/share/man/man1/mcedit.1
|
||||
#usr/share/man/man1/mcview.1
|
||||
|
||||
8
lfs/mc
8
lfs/mc
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2023 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2024 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.30
|
||||
VER = 4.8.31
|
||||
|
||||
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 = 25
|
||||
PAK_VER = 26
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 2bf759314abae39db7596426cba22f6eaac0efc58e7025f1a7ef1863496ea7a3c00d298d101123b9defb109e76e31fe988227fb5c1112e06051b3c7a5b3dc1b6
|
||||
$(DL_FILE)_BLAKE2 = aa8406d7d68a7466f662f83730dfc157f6e4f444b62284d9b71ea12def333996e298352f94526a3eb85491030f62373cf8d5621e449a7abf1fb5267a13a396fe
|
||||
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user