From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Re: [PATCH] mc: Update to 7.8.27 Date: Tue, 17 Aug 2021 20:53:25 +0200 Message-ID: <98d885ed-3894-014a-4e48-d72a5fb4ae13@ipfire.org> In-Reply-To: <20210817184028.25923-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1497570870415646124==" List-Id: --===============1497570870415646124== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, just saw the typo...but too late. Subject should read: "...Update to 4.8.27", of course. Shall I send a patch with a corrected subject? On 17.08.2021 20:40, Matthias Fischer wrote: > For details see: > http://midnight-commander.org/wiki/NEWS-4.8.27 > > 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 4c71298a1..1faf7ee76 100644 > --- a/config/rootfiles/packages/mc > +++ b/config/rootfiles/packages/mc > @@ -173,6 +173,7 @@ usr/share/mc/syntax/idl.syntax > usr/share/mc/syntax/ini.syntax > usr/share/mc/syntax/j.syntax > usr/share/mc/syntax/jal.syntax > +usr/share/mc/syntax/json.syntax > usr/share/mc/syntax/java.syntax > usr/share/mc/syntax/js.syntax > usr/share/mc/syntax/kotlin.syntax > diff --git a/lfs/mc b/lfs/mc > index b5498ab24..9ef542bac 100644 > --- a/lfs/mc > +++ b/lfs/mc > @@ -24,7 +24,7 @@ > > include Config > > -VER = 4.8.26 > +VER = 4.8.27 > > THISAPP = mc-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = mc > -PAK_VER = 21 > +PAK_VER = 22 > > DEPS = > > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 3c1f77b71dba1f4eeeedc4276627fed7 > +$(DL_FILE)_MD5 = e51cd40a897d9aa01af251d191637ca4 > > install : $(TARGET) > > --===============1497570870415646124==--