From patchwork Wed Jul 17 22:20:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arne Fitzenreiter X-Patchwork-Id: 2349 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 3AEB8887E56 for ; Wed, 17 Jul 2019 13:20:48 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45pbvg2Vv5z51VVw; Wed, 17 Jul 2019 13:20:47 +0100 (BST) Received: from ipfire.localdomain (unknown [46.114.37.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45pbvc0sbjz51VVv; Wed, 17 Jul 2019 13:20:44 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1563366044; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=on9bEsUF0MV7jg7GBc7PSwJ6eXCqmljuN7LsidcAfFY=; b=UdRIWvPVgNw/XQZa7YYgAKCObxgEvTAR4Pbv4EvXA5bBY18ONUg85lbopjoIa7tq3RY1RK 11yOYYN9W3Uh87ipJIR8O8K9kLt/UzyCRCkf1FJhlltoRBCcj7cBORYtG89gJ0QznA4BFG jcbKyKFlX+me2hEgcN56lrMjoLFjDeQEOShvnOU2UkpGk6FWpBg90+cUvuJ1IsglQH7fFA ouM2bRiEMtHoeL4h0K3Jb59uRxE4m/+FrN5+3iFd3bqBKHniGYkxyY6XQkpIOim0nj5JnB JKmTC51fUIFFUGPpZwkypHzVLs46aPchQjrctL+66fXvmICboOyM1NX18MAEJQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1563366044; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=on9bEsUF0MV7jg7GBc7PSwJ6eXCqmljuN7LsidcAfFY=; b=9jRnbCtCjeKYT3v9m59S0GhxZsjw8uTZUtCMNAcjMvTQeh1lKZhTMVgc1lybC0FKZOTw1N Li1HbCWEHulXyPBg== From: Arne Fitzenreiter To: development@lists.ipfire.org Subject: [PATCH] iperf3: update to 3.7 Date: Wed, 17 Jul 2019 13:20:17 +0100 Message-Id: <1563366017-12004-1-git-send-email-arne_f@ipfire.org> X-Mailer: git-send-email 2.6.3 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=arne_f smtp.mailfrom=arne_f@ipfire.org Cc: Arne Fitzenreiter X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 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" Signed-off-by: Arne Fitzenreiter --- iperf3/iperf3.nm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iperf3/iperf3.nm b/iperf3/iperf3.nm index 2437ed9..654a465 100644 --- a/iperf3/iperf3.nm +++ b/iperf3/iperf3.nm @@ -4,12 +4,12 @@ ############################################################################### name = iperf3 -version = 3.1.3 +version = 3.7 release = 1 thisapp = iperf-%{version} groups = Applications/Internet -url = https://iperf.fr +url = https://software.es.net/iperf/ license = BSD summary = The ultimate speed test tool for TCP, UDP and SCTP @@ -21,8 +21,8 @@ description parameters. end -source_dl = https://iperf.fr/download/source/ -sources = %{thisapp}-source.tar.gz +source_dl = https://downloads.es.net/pub/iperf/ +sources = %{thisapp}.tar.gz build requires