From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 0d9f82166175af1032333623582216bfe14bbb22 Date: Wed, 18 May 2016 23:07:21 +0100 Message-ID: <20160518220722.563901078E81@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4986925207607099253==" List-Id: --===============4986925207607099253== 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 0d9f82166175af1032333623582216bfe14bbb22 (commit) from 15a43158ab0d2de3ec7b16f7743d33f314c5c43d (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 0d9f82166175af1032333623582216bfe14bbb22 Author: Matthias Fischer Date: Tue May 17 20:44:33 2016 +0200 Midnight Commander: Update to 4.8.17 =20 For Details see: http://www.midnight-commander.org/wiki/NEWS-4.8.17 =20 Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/packages/mc | 2 +- lfs/mc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) Difference in files: diff --git a/config/rootfiles/packages/mc b/config/rootfiles/packages/mc index d09a21b..f41e2d5 100644 --- a/config/rootfiles/packages/mc +++ b/config/rootfiles/packages/mc @@ -6,7 +6,6 @@ etc/mc/mc.emacs.keymap etc/mc/mc.ext etc/mc/mc.keymap etc/mc/mc.menu -etc/mc/mc.menu.sr etc/mc/mcedit.menu etc/mc/sfs.ini usr/bin/mc @@ -153,6 +152,7 @@ usr/share/mc/syntax/erlang.syntax usr/share/mc/syntax/f90.syntax usr/share/mc/syntax/filehighlight.syntax usr/share/mc/syntax/fortran.syntax +usr/share/mc/syntax/go.syntax usr/share/mc/syntax/haskell.syntax usr/share/mc/syntax/html.syntax usr/share/mc/syntax/idl.syntax diff --git a/lfs/mc b/lfs/mc index 091b58a..945d604 100644 --- a/lfs/mc +++ b/lfs/mc @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2015 IPFire Team = # +# Copyright (C) 2007-2016 IPFire Team = # # = # # 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 @@ =20 include Config =20 -VER =3D 4.8.15 +VER =3D 4.8.17 =20 THISAPP =3D mc-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D mc -PAK_VER =3D 11 +PAK_VER =3D 12 =20 DEPS =3D "" =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 7c1935433866fdf59a3c2d9b7dae81ad +$(DL_FILE)_MD5 =3D 0b3965f3267a76d895ce8ab90df2402b =20 install : $(TARGET) =20 hooks/post-receive -- IPFire 2.x development tree --===============4986925207607099253==--