tmux: Update to 3.7a

Message ID 20260701141109.3476214-1-matthias.fischer@ipfire.org
State Staged
Commit 9e27ea51c08e4f2ff523d737361cdf9894fd1409
Headers
Series tmux: Update to 3.7a |

Commit Message

Matthias Fischer 1 Jul 2026, 2:11 p.m. UTC
Bugfix-Release - for details see:
https://raw.githubusercontent.com/tmux/tmux/3.7a/CHANGES

"CHANGES FROM 3.7 to 3.7a

* Fix crash in break-pane when no name is provided.

* Scrollbar options are now cached rather than being looked up for every redraw
  (issue 5298).

* Only forbid #( in names, allow #[, empty names, : and ."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/tmux | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/tmux b/lfs/tmux
index 952b8805a..38c872568 100644
--- a/lfs/tmux
+++ b/lfs/tmux
@@ -26,7 +26,7 @@  include Config
 
 SUMMARY    = Terminal multiplexer
 
-VER        = 3.7
+VER        = 3.7a
 
 THISAPP    = tmux-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tmux
-PAK_VER    = 16
+PAK_VER    = 17
 
 DEPS       =
 
@@ -48,7 +48,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 741bca6529dee6355af3d94c931d52b2ff22b5e9f126b4a44c9bbc96649b3324ccb0976bf2a84d8ecacc45a7d2cb3cad5ac6da369f38c89f1b3d9cce8c803b78
+$(DL_FILE)_BLAKE2 = 04632a169a33b9c60a84c05c3a6dd66b61d911059c563cb0b6bb967b32ec29e6082e127caf8e110a930dcf08a37e7498278498903806140ff3d87575ced8437a
 
 install : $(TARGET)