public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] mc: Update to 4.8.30
Date: Mon, 04 Sep 2023 15:12:55 +0200	[thread overview]
Message-ID: <a126bd67-1763-4220-a653-4c7fee364a83@ipfire.org> (raw)
In-Reply-To: <20230823151138.1571-1-matthias.fischer@ipfire.org>

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

Reviewed-by: Adolf Belka <adolf.belka(a)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(a)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)

-- 
Sent from my laptop


      reply	other threads:[~2023-09-04 13:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-23 15:11 Matthias Fischer
2023-09-04 13:12 ` Adolf Belka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a126bd67-1763-4220-a653-4c7fee364a83@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox