From 4c7ab4994cce94b431a587c3acec23f3895e2dd2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 29 Jul 2026 02:20:07 +0000 Subject: [PATCH] tmux: upgrade 3.6b -> 3.7 Changes: - Add floating panes: non-modal panes that sit above the tiled layout, created with the new new-pane command (bound to * by default). Early, currently limited release (move/resize via mouse only). - Allow run-shell arguments after the shell command to be expanded as #{1}, #{2}, and so on. - Add -g to kill-session to kill all sessions in a session group. - Add line numbers in copy mode via the new copy-mode-line-numbers option (off/default/absolute/relative/hybrid) plus matching styles. - Tighten read-only checks on attach-session, detach-client and switch-client; various control-mode and paste-detection fixes. Signed-off-by: Khem Raj --- meta-oe/recipes-extended/tmux/{tmux_3.6b.bb => tmux_3.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/tmux/{tmux_3.6b.bb => tmux_3.7.bb} (90%) diff --git a/meta-oe/recipes-extended/tmux/tmux_3.6b.bb b/meta-oe/recipes-extended/tmux/tmux_3.7.bb similarity index 90% rename from meta-oe/recipes-extended/tmux/tmux_3.6b.bb rename to meta-oe/recipes-extended/tmux/tmux_3.7.bb index fe84600276..a81fc8592e 100644 --- a/meta-oe/recipes-extended/tmux/tmux_3.6b.bb +++ b/meta-oe/recipes-extended/tmux/tmux_3.7.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf DEPENDS = "ncurses libevent bison-native" SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz" -SRC_URI[sha256sum] = "390759d25fdba016887ec982b808927e637070fd7d03a8021f8ef3102b9ae3c7" +SRC_URI[sha256sum] = "2344f191501b8a73eb71dd6c5fd5dcf8c765f5066f34ab46f04b3013dc7bc1a5" UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+[a-z]?)"