From patchwork Mon Aug 17 21:20:34 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 10160 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hP5PK4M9hz3wkB for ; Mon, 17 Aug 2026 21:21:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hP5P83qqfz6n0 for ; Mon, 17 Aug 2026 21:21:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hP5Nh5XQMz36Vr for ; Mon, 17 Aug 2026 21:21:08 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hP5Nf17mMz2xPV for ; Mon, 17 Aug 2026 21:21:06 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hP5NT2q5Qz1lq; Mon, 17 Aug 2026 21:20:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1787001657; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=gfvtuKdByT2cLe/O4mCukgdywGp7gl/X4gGsWBdSijA=; b=/ekBPcc954bSe0St4Ke8A2AnK0GWMmoa9KJhYAEhAzRRL60NNQtk5xE1ZfRWfb/MA5qLGa AUpXskCC0NHGGwBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1787001657; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=gfvtuKdByT2cLe/O4mCukgdywGp7gl/X4gGsWBdSijA=; b=ZDG5lvQcFE34gYQPBxNU97OBAY4o8RuImF1+c24BneRj+xMmHEIGIoeemGYx+3vnBs6Dch lRyOWnZ+P4JmAl6krlrQihwCwelG4yuuCulnVbCicB13JGkpIYNdoP1pETQ2OF1iC8wWFL WWQJwimBEMDpT+5xjdDubGEoo2mvzt+sAZdZVhtDmY3hWsmPbx8z3TFCbzpgJtOQmK1k8G aOF7g15PW3vRKYmQDDkrtC2cyaPJSsCrt5mpcZalqd09hxxh8O/w6WjqPkZJz/XBk+rrjb X8jCIJYnU1rLT5LtnLomJHqK5PwHnr9t6M5Ivwr/rc4uQkKmILF9PJIemTVOSg== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] tmux: Update to 3.7c Date: Mon, 17 Aug 2026 23:20:34 +0200 Message-ID: <20260817212047.119921-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 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 --- 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)