]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tmux: Update to 3.7a
authorMatthias Fischer <matthias.fischer@ipfire.org>
Wed, 1 Jul 2026 14:11:06 +0000 (16:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Jul 2026 19:17:49 +0000 (19:17 +0000)
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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/tmux

index 952b8805ad6d016e9cff8a53b861a080e73076ae..38c8725686a09502fdb24b7d6e3b68ce740f4bbc 100644 (file)
--- 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)