From a3a8ef3bb0085d61e72981aa18ac4ef8c2ff77bd Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 4 Sep 2021 13:20:51 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20openssl=201.1.1i=20=E2=86=92=20?= =?UTF-8?q?1.1.1l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0b8587b72a5e9ce9aac7b3b086150051bb8276fa / #574 downgraded openssl from 1.1.1k to 1.1.1i for some reason. --- 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 d963007..5d6a705 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.1i -# Hash from https://www.openssl.org/source/openssl-1.1.1i.tar.gz.sha256 -OPENSSL_HASH=e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242 +OPENSSL_ROOT=openssl-1.1.1l +# Hash from https://www.openssl.org/source/openssl-1.1.1l.tar.gz.sha256 +OPENSSL_HASH=0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1 OPENSSL_DOWNLOAD_URL=http://www.openssl.org/source/ # a recent enough perl is needed to build openssl