Update tmux to 3.1c (#6030)

This commit is contained in:
Philipp Schmitt 2020-11-14 13:02:27 +01:00 committed by GitHub
parent abefdef1e9
commit 0a30e62f15
2 changed files with 6 additions and 7 deletions

View File

@ -3,10 +3,9 @@ TERMUX_PKG_DESCRIPTION="Terminal multiplexer"
TERMUX_PKG_LICENSE="BSD"
# Link against libandroid-support for wcwidth(), see https://github.com/termux/termux-packages/issues/224
TERMUX_PKG_DEPENDS="ncurses, libevent, libandroid-support, libandroid-glob"
TERMUX_PKG_VERSION=3.1b
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=3.1c
TERMUX_PKG_SRCURL=https://github.com/tmux/tmux/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=100d0a11a822927172e8b983b5f9401476bd9f2cfa6758512f762b9ad74f9536
TERMUX_PKG_SHA256=b9617dd4d1c541ebc21b6b5760d58102fc039a593786aab273b5dd95dd514bea
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-static"
TERMUX_PKG_BUILD_IN_SRC=true

View File

@ -1,5 +1,5 @@
diff -u -r ../tmux-3.1b/tmux.1 ./tmux.1
--- ../tmux-3.1b/tmux.1 2020-05-04 10:06:57.000000000 +0200
diff -u -r ../tmux-3.1c/tmux.1 ./tmux.1
--- ../tmux-3.1c/tmux.1 2020-05-04 10:06:57.000000000 +0200
+++ ./tmux.1 2020-08-06 10:59:21.812427968 +0200
@@ -90,7 +90,7 @@
.Em server .
@ -19,8 +19,8 @@ diff -u -r ../tmux-3.1b/tmux.1 ./tmux.1
if it is unset.
The default socket is named
.Em default .
diff -u -r ../tmux-3.1b/tmux.c ./tmux.c
--- ../tmux-3.1b/tmux.c 2020-05-04 10:06:57.000000000 +0200
diff -u -r ../tmux-3.1c/tmux.c ./tmux.c
--- ../tmux-3.1c/tmux.c 2020-05-04 10:06:57.000000000 +0200
+++ ./tmux.c 2020-08-06 10:57:51.152231951 +0200
@@ -121,7 +121,7 @@
if ((s = getenv("TMUX_TMPDIR")) != NULL && *s != '\0')