mc: Update to 7.8.27

Message ID 20210817184028.25923-1-matthias.fischer@ipfire.org
State Accepted
Commit 2664c94463fbfc00939048a527e4a0912f7e3cbf
Headers
Series mc: Update to 7.8.27 |

Commit Message

Matthias Fischer Aug. 17, 2021, 6:40 p.m. UTC
  For details see:
http://midnight-commander.org/wiki/NEWS-4.8.27

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/rootfiles/packages/mc | 1 +
 lfs/mc                       | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)
  

Comments

Matthias Fischer Aug. 17, 2021, 6:53 p.m. UTC | #1
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 <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 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)
>  
>
  

Patch

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)