From 0b8587b72a5e9ce9aac7b3b086150051bb8276fa Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Tue, 31 Aug 2021 22:18:09 +0200 Subject: [PATCH] Update openssl to 1.1.1i Update openssl to 1.1.1i Signed-off-by: Bensuperpc --- imagefiles/build-and-install-openssl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imagefiles/build-and-install-openssl.sh b/imagefiles/build-and-install-openssl.sh index 6c2ddee..d963007 100755 --- a/imagefiles/build-and-install-openssl.sh +++ b/imagefiles/build-and-install-openssl.sh @@ -47,9 +47,9 @@ source $MY_DIR/utils.sh # copied from https://github.com/pypa/manylinux/tree/master/docker/build_scripts # -OPENSSL_ROOT=openssl-1.1.1k -# Hash from https://www.openssl.org/source/openssl-1.1.1k.tar.gz.sha256 -OPENSSL_HASH=892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5 +OPENSSL_ROOT=openssl-1.1.1i +# Hash from https://www.openssl.org/source/openssl-1.1.1i.tar.gz.sha256 +OPENSSL_HASH=e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242 OPENSSL_DOWNLOAD_URL=http://www.openssl.org/source/ # a recent enough perl is needed to build openssl