From: Maxim Storchak Date: Sun, 23 Aug 2026 09:02:33 +0000 (+0300) Subject: tmux: update to 3.7c X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f9e4d73848816033077b724b746d9746def515a7;p=openwrt-packages.git tmux: update 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: Maxim Storchak --- diff --git a/utils/tmux/Makefile b/utils/tmux/Makefile index 76fd9d60e..19c1edcad 100644 --- a/utils/tmux/Makefile +++ b/utils/tmux/Makefile @@ -2,12 +2,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tmux -PKG_VERSION:=3.7b +PKG_VERSION:=3.7c PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tmux/tmux/tar.gz/$(PKG_VERSION)? -PKG_HASH:=156dc43dcbc7f06e35e1fae3118c44d77a370c46676b34b82bbafc4e608d8130 +PKG_HASH:=5e7b0f533b66e5633e2b72a9d483f9534a343ab7011eb2621b6309dfba553daa PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=ISC