For details see: http://midnight-commander.org/wiki/NEWS-4.8.30
Summary:
"Major changes since 4.8.29 Core Support PCRE2 as search engine (via --with-search-engine=pcre2) (#4450) Implement panelization buffers for both file panels (#4370)
VFS tar: support extended headers (including long file names and sparse files) (#1952, #2201) extfs helpers: replace "perl -w" with "use warnings" (MidnightCommander?/mc#174) extfs/patchfs: be more specific in error message (#4485)
Editor Add syntax highlighting: Jenkinsfiles (#4469) B language (#4470) Improve syntax highlighting: ECMAScript (MidnightCommander?/mc#172) ECMAScript in TypeScript? (MidnightCommander?/mc#172) use diff syntax highlighting for git commit messages (COMMIT_EDITMSG) (MidnightCommander?/mc#85)
Misc Code cleanup (#4426, #4438) Filehighlight: recognize vsix files as zip files (MidnightCommander?/mc#171) Skin updates: julia256 (#4441, #4445)
Fixes Usage of 'sed' in build system/makefiles is not portable (#4459, #4466) Unportable '$<' in Makefiles (#4460) FTBFS if ncurses used without --with-ncurses-includes= configure parameter (#4462) Ncurses library is duplicated in MCLIBS (#4463, #4465) FTBFS without ext2fs attributes support (#4464) Wrong sort order after swapping panels (#4432) Incorrect time delimiter in the copy/move progress window (#4437) Incorrect redraw of overlapped file panels (#4408) Subshell/Command? line prompt is empty/missing (#3121) Find file: relative ignore directory is applied to the start search directory (#4235) Diff viewer: options are not applied on second run (#4486) mc.ext.ini: 'Edit' command from 'Default' section is ignored (#4434) mc.ext.ini: .md files are not recognized as Markdown ones by extension (#4444) mcedit: off-by-one error in paragraph formatting (#4446) ftp: incomplete file listing: block and character devices, pipes, sockets are missed (#4472) Various typos in the source code (MidnightCommander?/mc#177, MidnightCommander?/mc#178)"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- config/rootfiles/packages/mc | 1 + lfs/mc | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/packages/mc b/config/rootfiles/packages/mc index 9dae8c7c9..77951ceb5 100644 --- a/config/rootfiles/packages/mc +++ b/config/rootfiles/packages/mc @@ -140,6 +140,7 @@ usr/share/mc/syntax/as.syntax usr/share/mc/syntax/aspx.syntax usr/share/mc/syntax/assembler.syntax usr/share/mc/syntax/awk.syntax +usr/share/mc/syntax/b.syntax usr/share/mc/syntax/c.syntax usr/share/mc/syntax/cabal.syntax usr/share/mc/syntax/changelog.syntax diff --git a/lfs/mc b/lfs/mc index 1b45f4555..2aab53fa9 100644 --- a/lfs/mc +++ b/lfs/mc @@ -26,7 +26,7 @@ include Config
SUMMARY = Midnight Commander
-VER = 4.8.29 +VER = 4.8.30
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 = 24 +PAK_VER = 25
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 52dcb069033615518e11fbf693817138a2ff0813fb097488ece292b625dbbcbed940ad7504e485f3e526444a7fb471748377d6d03d2a6c8c44f687f8a8fc4611 +$(DL_FILE)_BLAKE2 = 2bf759314abae39db7596426cba22f6eaac0efc58e7025f1a7ef1863496ea7a3c00d298d101123b9defb109e76e31fe988227fb5c1112e06051b3c7a5b3dc1b6
install : $(TARGET)
Reviewed-by: Adolf Belka adolf.belka@ipfire.org
On 23/08/2023 17:11, Matthias Fischer wrote:
For details see: http://midnight-commander.org/wiki/NEWS-4.8.30
Summary:
"Major changes since 4.8.29 Core Support PCRE2 as search engine (via --with-search-engine=pcre2) (#4450) Implement panelization buffers for both file panels (#4370)
VFS tar: support extended headers (including long file names and sparse files) (#1952, #2201) extfs helpers: replace "perl -w" with "use warnings" (MidnightCommander?/mc#174) extfs/patchfs: be more specific in error message (#4485)
Editor Add syntax highlighting: Jenkinsfiles (#4469) B language (#4470) Improve syntax highlighting: ECMAScript (MidnightCommander?/mc#172) ECMAScript in TypeScript? (MidnightCommander?/mc#172) use diff syntax highlighting for git commit messages (COMMIT_EDITMSG) (MidnightCommander?/mc#85)
Misc Code cleanup (#4426, #4438) Filehighlight: recognize vsix files as zip files (MidnightCommander?/mc#171) Skin updates: julia256 (#4441, #4445)
Fixes Usage of 'sed' in build system/makefiles is not portable (#4459, #4466) Unportable '$<' in Makefiles (#4460) FTBFS if ncurses used without --with-ncurses-includes= configure parameter (#4462) Ncurses library is duplicated in MCLIBS (#4463, #4465) FTBFS without ext2fs attributes support (#4464) Wrong sort order after swapping panels (#4432) Incorrect time delimiter in the copy/move progress window (#4437) Incorrect redraw of overlapped file panels (#4408) Subshell/Command? line prompt is empty/missing (#3121) Find file: relative ignore directory is applied to the start search directory (#4235) Diff viewer: options are not applied on second run (#4486) mc.ext.ini: 'Edit' command from 'Default' section is ignored (#4434) mc.ext.ini: .md files are not recognized as Markdown ones by extension (#4444) mcedit: off-by-one error in paragraph formatting (#4446) ftp: incomplete file listing: block and character devices, pipes, sockets are missed (#4472) Various typos in the source code (MidnightCommander?/mc#177, MidnightCommander?/mc#178)"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org
config/rootfiles/packages/mc | 1 + lfs/mc | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/packages/mc b/config/rootfiles/packages/mc index 9dae8c7c9..77951ceb5 100644 --- a/config/rootfiles/packages/mc +++ b/config/rootfiles/packages/mc @@ -140,6 +140,7 @@ usr/share/mc/syntax/as.syntax usr/share/mc/syntax/aspx.syntax usr/share/mc/syntax/assembler.syntax usr/share/mc/syntax/awk.syntax +usr/share/mc/syntax/b.syntax usr/share/mc/syntax/c.syntax usr/share/mc/syntax/cabal.syntax usr/share/mc/syntax/changelog.syntax diff --git a/lfs/mc b/lfs/mc index 1b45f4555..2aab53fa9 100644 --- a/lfs/mc +++ b/lfs/mc @@ -26,7 +26,7 @@ include Config
SUMMARY = Midnight Commander
-VER = 4.8.29 +VER = 4.8.30
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 = 24 +PAK_VER = 25
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 52dcb069033615518e11fbf693817138a2ff0813fb097488ece292b625dbbcbed940ad7504e485f3e526444a7fb471748377d6d03d2a6c8c44f687f8a8fc4611 +$(DL_FILE)_BLAKE2 = 2bf759314abae39db7596426cba22f6eaac0efc58e7025f1a7ef1863496ea7a3c00d298d101123b9defb109e76e31fe988227fb5c1112e06051b3c7a5b3dc1b6
install : $(TARGET)