Merge pull request #16397 from paper42/mc-21.02
[21.02] mc: update to 2.8.27
This commit is contained in:
commit
f1df60218b
3 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mc
|
PKG_NAME:=mc
|
||||||
PKG_VERSION:=4.8.25
|
PKG_VERSION:=4.8.27
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||||
PKG_LICENSE:=GPL-3.0-or-later
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
|
@ -14,7 +14,7 @@ PKG_CPE_ID:=cpe:/a:midnight_commander:midnight_commander
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://ftp.midnight-commander.org/
|
PKG_SOURCE_URL:=http://ftp.midnight-commander.org/
|
||||||
PKG_HASH:=ffc19617f20ebb23330acd3998b7fd559a042d172fa55746d53d246697b2548a
|
PKG_HASH:=31be59225ffa9920816e9a8b3be0ab225a16d19e4faf46890f25bdffa02a4ff4
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
PKG_FIXUP:=autoreconf gettext-version
|
PKG_FIXUP:=autoreconf gettext-version
|
||||||
PKG_BUILD_DEPENDS:=MC_VFS:libtirpc
|
PKG_BUILD_DEPENDS:=MC_VFS:libtirpc
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/src/subshell/common.c
|
--- a/src/subshell/common.c
|
||||||
+++ b/src/subshell/common.c
|
+++ b/src/subshell/common.c
|
||||||
@@ -836,7 +836,7 @@ init_subshell_precmd (char *precmd, size
|
@@ -1140,7 +1140,7 @@ init_subshell_precmd (char *precmd, size
|
||||||
"else "
|
"else "
|
||||||
"[ \"${PWD##$HOME/}\" = \"$PWD\" ] && MC_PWD=\"$PWD\" || MC_PWD=\"~/${PWD##$HOME/}\"; "
|
"[ \"${PWD##$HOME/}\" = \"$PWD\" ] && MC_PWD=\"$PWD\" || MC_PWD=\"~/${PWD##$HOME/}\"; "
|
||||||
"fi; "
|
"fi; "
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/lib/tty/tty.c
|
--- a/lib/tty/tty.c
|
||||||
+++ b/lib/tty/tty.c
|
+++ b/lib/tty/tty.c
|
||||||
@@ -370,7 +370,7 @@ tty_init_xterm_support (gboolean is_xter
|
@@ -402,7 +402,7 @@ tty_init_xterm_support (gboolean is_xter
|
||||||
if (xmouse_seq != NULL)
|
if (xmouse_seq != NULL)
|
||||||
{
|
{
|
||||||
if (strcmp (xmouse_seq, ESC_STR "[<") == 0)
|
if (strcmp (xmouse_seq, ESC_STR "[<") == 0)
|
||||||
|
|
Loading…
Reference in a new issue