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.30 Date: Wed, 23 Aug 2023 17:11:38 +0200 Message-ID: <20230823151138.1571-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4114932720637422559==" List-Id: --===============4114932720637422559== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=3Dpcre2) (#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=3D configure parame= ter (#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 direc= tory (#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, MidnightComm= ander?/mc#178)" Signed-off-by: Matthias Fischer --- 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 =20 SUMMARY =3D Midnight Commander =20 -VER =3D 4.8.29 +VER =3D 4.8.30 =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 24 +PAK_VER =3D 25 =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 52dcb069033615518e11fbf693817138a2ff0813fb097488ece292= b625dbbcbed940ad7504e485f3e526444a7fb471748377d6d03d2a6c8c44f687f8a8fc4611 +$(DL_FILE)_BLAKE2 =3D 2bf759314abae39db7596426cba22f6eaac0efc58e7025f1a7ef18= 63496ea7a3c00d298d101123b9defb109e76e31fe988227fb5c1112e06051b3c7a5b3dc1b6 =20 =20 install : $(TARGET) --=20 2.34.1 --===============4114932720637422559==--