From 8983258187b2f566df46406d1b2ea1fcfc2d8772 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 28 Nov 2020 02:43:59 +0100 Subject: [PATCH 1/2] Geekbench 4: update to 4.4.4 and download it from HTTPS All the files like fio, iperf3 binaries are downloaded from HTTPS except Geekbench tarballs. Let's download Geekbench from HTTPS, too. Geekbench 4.4.4 Released 2020-09-03 - Bug fixes. Geekbench 4.4.3 Released 2020-07-06 - Fix "internal timer error" error messages. --- yabs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yabs.sh b/yabs.sh index 71aab91..f937c6f 100755 --- a/yabs.sh +++ b/yabs.sh @@ -614,7 +614,7 @@ function launch_geekbench { if [[ $VERSION == *4* ]]; then # Geekbench v4 echo -en "\nRunning GB4 benchmark test... *cue elevator music*" # download the latest Geekbench 4 tarball and extract to geekbench temp directory - curl -s http://cdn.geekbench.com/Geekbench-4.4.2-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null + curl -s https://cdn.geekbench.com/Geekbench-4.4.4-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null if [[ "$ARCH" == *"x86"* ]]; then # check if geekbench file exists From cb962f66f23f1c584f90e6c7cc535c081eb8de17 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 28 Nov 2020 02:47:11 +0100 Subject: [PATCH 2/2] Geekbench 5: Update to version 5.3.1 and download it from HTTPS All the files like fio, iperf3 binaries are downloaded from HTTPS except Geekbench tarballs. Let's download Geekbench from HTTPS, too. Changelog: Geekbench 5.3.1 Released 2020-11-14 - Improve hardware detection on Apple Silicon Macs. - Fix a bug that prevented the Metal Compute Benchmark from running on Apple Silcion Macs. Geekbench 5.3.0 Released 2020-11-11 - Add support for Apple Silicon Macs. - Add support for VAES256 instructions. Geekbench 5.2.5 Released 2020-10-19 - Update result comparison database. Geekbench 5.2.4 Released 2020-09-29 - Fix "internal timer error" error messages. Geekbench 5.2.3 Released 2020-07-22 - Improve processor identification on Windows on ARM devices. - Fix a bug that prevented benchmark comparisons from working on iOS. Geekbench 5.2.2 Released 2020-07-06 -Bug fixes. Geekbench 5.2.1 Released 2020-06-25 - Fix a crash that could occur when uploading results to the Browser. - Fix a memory leak in the Vulkan Compute Benchmark. --- yabs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yabs.sh b/yabs.sh index f937c6f..36d0851 100755 --- a/yabs.sh +++ b/yabs.sh @@ -644,7 +644,7 @@ function launch_geekbench { else echo -en "\nRunning GB5 benchmark test... *cue elevator music*" # download the latest Geekbench 5 tarball and extract to geekbench temp directory - curl -s http://cdn.geekbench.com/Geekbench-5.2.0-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null + curl -s https://cdn.geekbench.com/Geekbench-5.3.1-Linux.tar.gz | tar xz --strip-components=1 -C $GEEKBENCH_PATH &>/dev/null # check if geekbench file exists if test -f "geekbench.license"; then