From patchwork Thu Jun 2 15:14:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5642 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4LDV1P33Qxz3wtQ for ; Thu, 2 Jun 2022 15:14:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4LDV1M22cBzgW; Thu, 2 Jun 2022 15:14:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4LDV1M0XRWz2ydg; Thu, 2 Jun 2022 15:14:47 +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 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4LDV1K0FHsz2xxk for ; Thu, 2 Jun 2022 15:14:45 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4LDV1H4H8yzbp for ; Thu, 2 Jun 2022 15:14:43 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1654182883; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=anUoPEzednPKI6bQZrwjF6JAJ76Re+svZm0tF401NnE=; b=Xyu2jFa6L5xVqN8vJHXx6dgB8iOYFaCDikPe0y02xMhkdEphs7Z6qL4tVIsB+uil2S8Tqc Cgfh/QAEMbcwPlCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1654182883; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=anUoPEzednPKI6bQZrwjF6JAJ76Re+svZm0tF401NnE=; b=X+rauKtwqFvJLn6Jb4pHistHa4TNd3yAQaaF4XbX7AkC4olkG8hz7R4TP8wPgZWYIr5OiK rmy9LtQ9gOH2fu6Sml52pbr6H6oR18XLagQm7PQoj2pm81S2FmZlcrgCLSfZ1NDBceLm+b DIFPPfR1D3NZMQuYnW3nMhuso5JtPqVDG5tFwSY39YJt8O4x7ycf0Fgz+KKGNduqMv4kmS fIxT1oOa3taTuBT3qg7GKIA5u26i8JoLTer15+71ncgu6zeuY6Yu5j8An8WEROBjVG3euk J5odhW1M3PQejvvbVXZqAEgjtnqN3sB8HJdwse6butwuA9zZHVbCNb7GbbQS5Q== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tmux: Update to 3.3 Date: Thu, 2 Jun 2022 17:14:37 +0200 Message-Id: <20220602151437.1075-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://raw.githubusercontent.com/tmux/tmux/3.3/CHANGES Signed-off-by: Matthias Fischer Reviewed-by: Peter Müller --- lfs/tmux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/tmux b/lfs/tmux index e10ec5a5a..3e0b22fef 100644 --- a/lfs/tmux +++ b/lfs/tmux @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = Terminal multiplexer -VER = 3.2a +VER = 3.3 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 = 9 +PAK_VER = 10 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 94527d4d1016caddab170b5bbfd181514768474898314241fb65a53a1f5ae94863bacedf90a7543690c115d15295960dfab4d5ba2ce31cd105585a73fb9b82d1 +$(DL_FILE)_BLAKE2 = 7e5b66d6d294c580d86f4f8729f867277e00f401dfa2a4b4c5dd5bd08c1e9884122340cbebfb37f56c67c65e940667f5b79b638f20f05282c434f7b3641ad003 install : $(TARGET)