From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gLqZd1krZz34Sm for ; Thu, 21 May 2026 13:51:37 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gLqZY5Nnrz2xNp for ; Thu, 21 May 2026 13:51:33 +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 4gLqZY1Fqhz4W; Thu, 21 May 2026 13:51:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779371493; 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=cfdYhspx/U6LqPeF5203/55hIYcz170JKW80PJeqxTU=; b=lfrtWWx+Lkvv6xI4xAF1Ww+P7/vOZ3xPQwgqeyepK0FqWhSuU5jS56kT7upNnk10Jo7WlX qSNaiBsUYx+Yi3BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779371493; 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=cfdYhspx/U6LqPeF5203/55hIYcz170JKW80PJeqxTU=; b=uYalWJaEa3wiO4Dw32QkkbJ/LinrjqZa7JPG+Vn0KpMv82OQU4iSklyv2zcPemMDHyI2lR S242GZpS3TFR+qSVXzXbla+Tsh4dZ1yYMxwHbvbWei9IijOlxj5kOJbaVItVBbepKz1+ZJ Nwc4sXHjDsv9aV1MUWM6oUjsI3/GbZKsbUcbAOvvayo5tV07XcfsKDG1yYTovhuB4UmgPl JrhsJGVBZL9TyfW+2SowrTZCai6n6UemfUhy71wt6dIwGLhl4d4jLWG3atXgRvFmlaiIyk 5I7H/MalwsXzpVcT9oP4iosxk9h2xDadIzI0cdDY4VbApqvrBvQvSOuK/QWTMw== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] tmux: Update to 3.6b Date: Thu, 21 May 2026 15:51:08 +0200 Message-ID: <20260521135125.2655927-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 Content-Transfer-Encoding: 8bit X-Spam: Yes For details see: https://raw.githubusercontent.com/tmux/tmux/3.6b/CHANGES "CHANGES FROM 3.6a TO 3.6b * Remove images from the correct list when they are removed while in the alternate screen (reported by xlabai at tencent dot com)." Signed-off-by: Matthias Fischer --- lfs/tmux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/tmux b/lfs/tmux index 4d7700670..d7abfbc14 100644 --- a/lfs/tmux +++ b/lfs/tmux @@ -26,7 +26,7 @@ include Config SUMMARY = Terminal multiplexer -VER = 3.6a +VER = 3.6b 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 = 14 +PAK_VER = 15 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a2946fa9449fe40d94d1ab25e48c7faecedec8dce4372147a738a2c61443a8f430f37c252bb5ef9d5cb99041d4d928ea4389ec21da7247817a6238a46f6598d8 +$(DL_FILE)_BLAKE2 = b65b0d4243267010422ef4efc7c43926312eac4d691459dfefe0c567956ce19d58074aafdcbcd22d0e5dafe66947919eaa7f5fa8a2eb68ccdb3709c8e9681875 install : $(TARGET) -- 2.53.0