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 4gPFTC2ZX7z378h for ; Mon, 25 May 2026 12:25:19 +0000 (UTC) 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gPFT50hYyz32xp for ; Mon, 25 May 2026 12:25:13 +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 4gPFT30LqZz76K; Mon, 25 May 2026 12:25:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779711911; 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: in-reply-to:in-reply-to:references:references; bh=GUBEBCtJ2jyMKpqLT/30kQKlIxteDNhpY1oCHzw67lQ=; b=MmEpLhc2sayH7juNfpJXBI017Y0cI/xu0kpRR77PZ0hRpDGBQ7EJLSwp0aOy5mhUY1VsIi rnjkIMhZQCbVwmy0BQGIfzpWdH7nrmxqvM8xld15Kr2TqD7j70XdhnTEijek8eSmqSjIE6 Z3+YIhcfR6XaGn4fzULVT0Ysrnn0O1hm3bYpGigITSAucpXQ4/8O2J8ZkGBRm2aRXHn0Za ZJ/t5b0muLA9peaxcQTKuaFPJ7v/N/849X5vIucpgohsF4QSMi7bav74ojkRL2WPy6i3zb epuoO1qSPGSKDCsN+7v+Mf5Qw299zmpTe1EsGQ31BmrOo5J2g088Pmkn5nkS2g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779711911; 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: in-reply-to:in-reply-to:references:references; bh=GUBEBCtJ2jyMKpqLT/30kQKlIxteDNhpY1oCHzw67lQ=; b=UJ6TXxQfiauH3seS37liIVvrhEMw5+ZVR1S7n1Y9vER2H2FwUdXWJ2waJfp5JYlo7zPyPI KhaQ47fSEY3Y31Bw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] tmux: Update to version 3.6b Date: Mon, 25 May 2026 14:25:03 +0200 Message-ID: <20260525122505.3658371-13-adolf.belka@ipfire.org> In-Reply-To: <20260525122505.3658371-1-adolf.belka@ipfire.org> References: <20260525122505.3658371-1-adolf.belka@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 - Update from version 3.6a to 3.6b - No change to rootfile - Changelog 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: Adolf Belka --- lfs/tmux | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lfs/tmux b/lfs/tmux index 4d7700670..169a7a4c6 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 = 75e8470fb5c5f893e9f5488e5029ae9c3c77a4bdf1a6b7fab9daced048b1f31b7977344f39e97a53efbc28fb05a68d82676ddcb661cd5eb6fb6bd6acc9ab64ee install : $(TARGET) @@ -81,9 +81,8 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure \ - --prefix=/usr + --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) -- 2.54.0