From patchwork Thu Apr 8 20:37:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4129 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 4FGY3Y4bjqz3yBV for ; Thu, 8 Apr 2021 20:37:29 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FGY3W3R7Yz1Tj; Thu, 8 Apr 2021 20:37:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FGY3W0WNfz2yHN; Thu, 8 Apr 2021 20:37:27 +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 4FGY3T4tc3z2xJs for ; Thu, 8 Apr 2021 20:37:25 +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 4FGY3S4xPBzBZ; Thu, 8 Apr 2021 20:37:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617914244; 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=udipSIpfH7+DH5+QHjpmM3XOL07GTcl7xqHeidBv8JY=; b=2klOMd5xNWD39LdL4ycfoAR4ZM3bF/BDExNi1X4z0N4Iey1PNVFh64UClyColWWk4SHMIa +N2YtgJ+qTGY7DDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617914244; 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=udipSIpfH7+DH5+QHjpmM3XOL07GTcl7xqHeidBv8JY=; b=jzgFC66eXQX3ZJyhC+LeNFEyJl9BdHRhgOzH33qUWxlIrKh1M+rApj2jxazpWleVT4RPgb E71hKKZXGLnWCwqN71H2dfn3XCwgjpdd4OYOKxrb0mwVzVPL5erfrz+DISBTfYVzxAo3Yk 7oVvU6ic2Du3op/Rqdy3nB/Vxt04N+ND+dsoL0VldQ/r8WonHRXeRi8edrWrUmVwo6LeIP nGDEqahAsVcBTeRavqZiI4BHBxIrFm9Soi2aPqoPdRDC5qUoVu4q9tAPUuu81aKTjn0fyi 3SnlpCJ1/kUOIh3ZzNe3d5xu/PpGhp6edMMabrCD1hG2Bt6p7VQC2hz0iil29A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] speedtest-cli: Fix for bug #12602 - CORE 155 error with speedtest-cli Date: Thu, 8 Apr 2021 22:37:21 +0200 Message-Id: <20210408203721.1735066-1-adolf.belka@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" - Update from 2.1.2 to 2.1.3 - fix for bug #12602 Updated addon installed and fix confirmed - Update rootfile - Changelog Address issue where a test server may return an HTTP error during upload or download Address issue where ignore_ids may be empty or have empty values Signed-off-by: Adolf Belka --- config/rootfiles/packages/speedtest-cli | 13 +++++++------ lfs/speedtest-cli | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/speedtest-cli b/config/rootfiles/packages/speedtest-cli index 0ef126e23..6632e235c 100644 --- a/config/rootfiles/packages/speedtest-cli +++ b/config/rootfiles/packages/speedtest-cli @@ -1,9 +1,10 @@ usr/bin/speedtest usr/bin/speedtest-cli usr/lib/python3.8/site-packages/speedtest.py -usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info -usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info/PKG-INFO -usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info/SOURCES.txt -usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info/dependency_links.txt -usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info/entry_points.txt -usr/lib/python3.8/site-packages/speedtest_cli-2.1.2-py3.8.egg-info/top_level.txt +usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info +usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info/PKG-INFO +usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info/SOURCES.txt +usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info/dependency_links.txt +usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info/entry_points.txt +usr/lib/python3.8/site-packages/speedtest_cli-2.1.3-py3.8.egg-info/top_level.txt + diff --git a/lfs/speedtest-cli b/lfs/speedtest-cli index 446844ab3..f6bcf4c96 100644 --- a/lfs/speedtest-cli +++ b/lfs/speedtest-cli @@ -24,7 +24,7 @@ include Config -VER = 2.1.2 +VER = 2.1.3 THISAPP = speedtest-cli-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = speedtest-cli -PAK_VER = 3 +PAK_VER = 4 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a49ad088331810fc9442e8a5c59de713 +$(DL_FILE)_MD5 = 08c431f2f398880745c4f0564962b9e2 install : $(TARGET)