public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] tmux: Update to 3.7c
@ 2026-08-17 21:20 Matthias Fischer
  0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2026-08-17 21:20 UTC (permalink / raw)
  To: development; +Cc: Matthias Fischer

For details see:
https://raw.githubusercontent.com/tmux/tmux/3.7c/CHANGES

"CHANGES FROM 3.7b TO 3.7c

* Build with jemalloc on macOS to avoid what appears to be a bug in calloc
  (issue 5385).

* Fix scrollbar initial state so they appear on new windows (issue 5339).

* Check time periodically in loops rather than every one (issue 5367).

* Use message-style again as default for message-format.

* Unzoom before creating floating panes to avoid a crash."

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

diff --git a/lfs/tmux b/lfs/tmux
index 066f2f7d6..e486ce871 100644
--- a/lfs/tmux
+++ b/lfs/tmux
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Terminal multiplexer
 
-VER        = 3.7b
+VER        = 3.7c
 
 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    = 18
+PAK_VER    = 19
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 17972a31e1164a19273adf43857f4a731218637dc33c138ff2f4f1bd809580394b4df78cde681ba3bfaeba2430b4ee175eb89a8406cdd8bb5ab474dad97e7657
+$(DL_FILE)_BLAKE2 = 854a27ad7fd2326057c516e60a88219548bbbf7001c01d1b64b83289b22c923a8b4c94f48971381d88cd8a6c9a15084c253742dfb155dd6e32aee97b78f9f68c
 
 install : $(TARGET)
 
-- 
2.53.0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-17 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 21:20 [PATCH] tmux: Update to 3.7c Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox