From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e3419f9469754f1bb9f1414e98a6ebf361166feb Date: Thu, 24 Aug 2023 10:14:44 +0000 Message-ID: <4RWf8P3TNhz2xYW@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8603404528269521421==" List-Id: --===============8603404528269521421== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via e3419f9469754f1bb9f1414e98a6ebf361166feb (commit) from 6aa8145d5f0dfecf1ef1f303a634c9513eb4d3be (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e3419f9469754f1bb9f1414e98a6ebf361166feb Author: Matthias Fischer Date: Wed Aug 23 17:11:38 2023 +0200 mc: Update to 4.8.30 =20 For details see: http://midnight-commander.org/wiki/NEWS-4.8.30 =20 Summary: =20 "Major changes since 4.8.29 Core Support PCRE2 as search engine (via --with-search-engine=3Dpcre2) (#4= 450) Implement panelization buffers for both file panels (#4370) =20 VFS tar: support extended headers (including long file names and sparse f= iles) (#1952, #2201) extfs helpers: replace "perl -w" with "use warnings" (MidnightCommand= er?/mc#174) extfs/patchfs: be more specific in error message (#4485) =20 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_EDIT= MSG) (MidnightCommander?/mc#85) =20 Misc Code cleanup (#4426, #4438) Filehighlight: recognize vsix files as zip files (MidnightCommander?/mc#171) Skin updates: julia256 (#4441, #4445) =20 Fixes Usage of 'sed' in build system/makefiles is not portable (#4459, #446= 6) Unportable '$<' in Makefiles (#4460) FTBFS if ncurses used without --with-ncurses-includes=3D configure pa= rameter (#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 d= irectory (#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 extensio= n (#4444) mcedit: off-by-one error in paragraph formatting (#4446) ftp: incomplete file listing: block and character devices, pipes, soc= kets are missed (#4472) Various typos in the source code (MidnightCommander?/mc#177, Midnight= Commander?/mc#178)" =20 Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/packages/mc | 1 + lfs/mc | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) Difference in files: 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) hooks/post-receive -- IPFire 2.x development tree --===============8603404528269521421==--