From patchwork Thu Jul 2 06:45:03 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 9994 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 4grS7V4jbZz3wkB for ; Thu, 02 Jul 2026 06:45:26 +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 4grS7V2m0Rz6q9 for ; Thu, 02 Jul 2026 06:45:26 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4grS7V1yCJz32NX for ; Thu, 02 Jul 2026 06:45:26 +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 4grS7R5jGyz2xLl for ; Thu, 02 Jul 2026 06:45:23 +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 4grS7Q5dvQzfg; Thu, 02 Jul 2026 06:45:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1782974723; 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=Y8YMyFjvCqOE2J1g9tL1qzfoCgfBcDfBb0yPPV3TR7Q=; b=+qv1fuef7SO6guJiTQj9B5dzcadaclz28Hx6cLl1DY14rZPwlPW1fk4DJTsnngHZLjsIjD mFBr2cg0sNVb6/CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1782974723; 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=Y8YMyFjvCqOE2J1g9tL1qzfoCgfBcDfBb0yPPV3TR7Q=; b=KIrdvD+cJHIG2uDz8HW0d364h3i8yPWRgp0D5g9nisLg4anKCk5MJ7De5S92fKzpONKXQG pFx039NdYh+8bIMcx1Fp66j1AcGuiM6rABSeDd3L9L+ml0RKAcFDdQ113DGCqixr7Hv1Dn KVX6/gDJCF0mVUJjcYijk4VSm8M2K8mvFHsc/J7qHN7wH3ov3gKkZhYp7BA318a7qiF36K SNqvpu3bTeTPBMqz8OLecgyBVBbRAG8i+3vPGCF+m6EI4p9+3JgniBT3L62+XzEm63f9yr aI2hX6uKgOAEGK63bGsGBtD1hoCDo1XTGOPIb+AbapyIf8TbOpYLQtNniElG2A== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] tmux: Update to 3.7b Date: Thu, 2 Jul 2026 08:45:03 +0200 Message-ID: <20260702064515.17060-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 Bug fixes - again - for details see: https://raw.githubusercontent.com/tmux/tmux/3.7b/CHANGES "CHANGES FROM 3.7a TO 3.7b * Fix so that the end of a synchronized update again triggers a redraw." Signed-off-by: Matthias Fischer --- lfs/tmux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tmux b/lfs/tmux index 38c872568..066f2f7d6 100644 --- a/lfs/tmux +++ b/lfs/tmux @@ -26,7 +26,7 @@ include Config SUMMARY = Terminal multiplexer -VER = 3.7a +VER = 3.7b 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 = 17 +PAK_VER = 18 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 04632a169a33b9c60a84c05c3a6dd66b61d911059c563cb0b6bb967b32ec29e6082e127caf8e110a930dcf08a37e7498278498903806140ff3d87575ced8437a +$(DL_FILE)_BLAKE2 = 17972a31e1164a19273adf43857f4a731218637dc33c138ff2f4f1bd809580394b4df78cde681ba3bfaeba2430b4ee175eb89a8406cdd8bb5ab474dad97e7657 install : $(TARGET)