]> git.99rst.org Git - openwrt-packages.git/commitdiff
tmux: update to 3.7c
authorMaxim Storchak <redacted>
Sun, 23 Aug 2026 09:02:33 +0000 (12:02 +0300)
committerJosef Schlehofer <redacted>
Sun, 23 Aug 2026 10:35:52 +0000 (12:35 +0200)
* 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 <redacted>
utils/tmux/Makefile

index 76fd9d60e1c92675d674a7c7b83046fb5340b6a4..19c1edcad3e87be2d089a941daab0a2b46dd0cab 100644 (file)
@@ -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 <m.storchak@gmail.com>
 
 PKG_LICENSE:=ISC
git clone https://git.99rst.org/PROJECT