From 2da539776622fc3a6fdedf3d2bd2ea08e9214e59 Mon Sep 17 00:00:00 2001 From: BtbN Date: Fri, 26 Mar 2021 01:19:10 +0100 Subject: [PATCH 1/2] Update OpenSSL --- scripts.d/25-openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.d/25-openssl.sh b/scripts.d/25-openssl.sh index f04d8e0..0a0bb66 100755 --- a/scripts.d/25-openssl.sh +++ b/scripts.d/25-openssl.sh @@ -1,7 +1,7 @@ #!/bin/bash OPENSSL_REPO="https://github.com/openssl/openssl.git" -OPENSSL_COMMIT="OpenSSL_1_1_1j" +OPENSSL_COMMIT="OpenSSL_1_1_1k" ffbuild_enabled() { return 0 From 8f268fa17dc92ff150c6a10e4c0e0512e050d5ca Mon Sep 17 00:00:00 2001 From: BtbN Date: Fri, 26 Mar 2021 02:01:53 +0100 Subject: [PATCH 2/2] Bitbucket does not support light cloning --- scripts.d/50-gme.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts.d/50-gme.sh b/scripts.d/50-gme.sh index 346c56e..f58bb02 100755 --- a/scripts.d/50-gme.sh +++ b/scripts.d/50-gme.sh @@ -13,8 +13,9 @@ ffbuild_dockerstage() { } ffbuild_dockerbuild() { - git-mini-clone "$GME_REPO" "$GME_COMMIT" gme + git clone "$GME_REPO" gme cd gme + git checkout "$GME_COMMIT" mkdir build && cd build