]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commit
speedtest-cli: Fix for bug13805 - error message if run on hour or half hour
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 6 Jan 2025 13:52:26 +0000 (14:52 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 11 Jan 2025 08:49:04 +0000 (09:49 +0100)
commit2dc005c68b24f7e3d5d59258da26c9ff6e25ffdc
tree16e31363d4239c6d734597fa3204626915e17ed9
parent7aa181ec1fd492c1a60df67782257c144bb693dc
speedtest-cli: Fix for bug13805 - error message if run on hour or half hour

- Created a self consistent patch set out of four patches on the speedtest-cli
   github site. Slight changes needed in each to allow them to be successfully applied
   in sequence.
- Additional comments added to top of the various patches.
- Tested out this modified package on my vm testbed and it fixes the bug of
   speedtest-cli giving an error message if run on the hour or on the half hour. I
   tested it out with the original system first and it failed with the error message
   for 7 half hour tests. With this modified version it ran for 9 half hour slots with
   no problems at all. Tested with the command being run via fcrontab.
- None of these patches have ben merged by the speedtest-cli github owner as the last
   commit was July 2021 and the patches were proposed in Feb 2023. There has been no
   resposne to anything on the speedtest-cli github site by the owner.
- I have reviewed all the patches and the content looks fine to me with no concerns
   from a security point of view although it would be good to get feedback from
   alternative eyes.
- Update of rootfile not required.

Fixes: Bug13805
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Tested-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/speedtest-cli
src/patches/speedtest-cli/speedtest-cli-2.1.3-fix_429_errors.patch [new file with mode: 0644]
src/patches/speedtest-cli/speedtest-cli-2.1.3-python_3.10_support.patch [new file with mode: 0644]
src/patches/speedtest-cli/speedtest-cli-2.1.3-python_3.11_updates_and_fixes.patch [new file with mode: 0644]
src/patches/speedtest-cli/speedtest-cli-2.1.3-python_3.12_remove_deprecated_method.patch [new file with mode: 0644]