From patchwork Sat Apr 25 05:00:33 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3002 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 498JlH33B4z3yC1 for ; Sat, 25 Apr 2020 05:00:43 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 498JlF6ynJzS5; Sat, 25 Apr 2020 05:00:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 498JlF4mRzz2ymc; Sat, 25 Apr 2020 05:00:41 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 498JlD0Bghz2yCL for ; Sat, 25 Apr 2020 05:00:40 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 498JlC2S1VzS5 for ; Sat, 25 Apr 2020 05:00:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1587790839; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=mjkYfw+NVu3/meU27lW/cfCy7XB6ZKAwOpzgUHitthA=; b=ZsNDZKtzbAxgaaiUGlQsZZEFPUZxuBGJHy1vfO0bdtU6qGKmi+bGTis4U6QPP28Mojfw1y EWYQCJGEWTLsLwAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1587790839; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=mjkYfw+NVu3/meU27lW/cfCy7XB6ZKAwOpzgUHitthA=; b=al8l4dnFcUmwS+J8EAB3suYXYhM12wE4Su5ZLHcr5Cea5ZVYG5LQmgjDjMb7Sg3W1bS+PQ 3AaVIls95LBKCT/6qZoTxYSNgSC1jTXlqFBLMkh84NiBiQJAoS2fkyEp68SDNA+VUVnSfZ CN6ElIqBkaZNas5gXzHEfjnUekCKTOpoBEhupn+htTqZvR5zb1nKBh159NolhA9BLUFDna /zyvqo2TqILbgIX7B+jvF1F/JkfXwX1JJyxjeDFVVTxdzfT33G4xQ0lbziHCnuukKWayDd KIc3Bz3vnFfp7sYYizzDO8ZFBqcpeMLNzVAN+2pZMw98YisLmtkT25sLzxrSaA== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] tmux: Update to 3.1 Date: Sat, 25 Apr 2020 07:00:33 +0200 Message-Id: <20200425050033.14586-1-matthias.fischer@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=matthias.fischer@ipfire.org 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.1/CHANGES Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- lfs/tmux | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lfs/tmux b/lfs/tmux index 40f19dfea..aae90dab1 100644 --- a/lfs/tmux +++ b/lfs/tmux @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 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 # @@ -24,7 +24,7 @@ include Config -VER = 3.0a +VER = 3.1 THISAPP = tmux-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tmux -PAK_VER = 7 +PAK_VER = 8 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 003b7df5b12ba2553710492b89850ce5 +$(DL_FILE)_MD5 = 76c3ef9d40d2c1ade7a6cd7993b549ac install : $(TARGET) @@ -54,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: +dist: @$(PAK) ############################################################################### @@ -78,8 +78,6 @@ $(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