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 4e5802a9be6eb2bcaebcbebecaca5501fda23a32 (commit) from 4e69701332f4cee583752ed3ff3e4d44b129931d (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 4e5802a9be6eb2bcaebcbebecaca5501fda23a32 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Mon Jun 24 13:07:32 2019 +0200
mc: Update to 4.8.23
For details see: http://midnight-commander.org/wiki/NEWS-4.8.23
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/mc | 1 + lfs/mc | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/mc b/config/rootfiles/packages/mc index 06c536ed4..73ff588c7 100644 --- a/config/rootfiles/packages/mc +++ b/config/rootfiles/packages/mc @@ -106,6 +106,7 @@ usr/share/mc/skins/dark.ini usr/share/mc/skins/darkfar.ini usr/share/mc/skins/default.ini usr/share/mc/skins/double-lines.ini +usr/share/mc/skins/featured-plus.ini usr/share/mc/skins/featured.ini usr/share/mc/skins/gotar.ini usr/share/mc/skins/gray-green-purple256.ini diff --git a/lfs/mc b/lfs/mc index 6600702e5..ff23c4064 100644 --- a/lfs/mc +++ b/lfs/mc @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2019 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 4.8.22 +VER = 4.8.23
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 = 17 +PAK_VER = 18
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 62bba2bfccadf08eb554321899f475bc +$(DL_FILE)_MD5 = 466c3135f727f8ac2102d060a080ace3
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree