From 2c9401a8be6b49e02a2f2f15a5c62a90659023a2 Mon Sep 17 00:00:00 2001 From: Ian Taylor Date: Sat, 1 Jun 2019 04:50:35 -0400 Subject: [PATCH] bump openssl version to openssl-1.0.2s --- 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 6cc023d..4d7542d 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.0.2r -# Hash from https://www.openssl.org/source/openssl-1.0.2r.tar.gz.sha256 -OPENSSL_HASH=ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6 +OPENSSL_ROOT=openssl-1.0.2s +# Hash from https://www.openssl.org/source/openssl-1.0.2s.tar.gz.sha256 +OPENSSL_HASH=cabd5c9492825ce5bd23f3c3aeed6a97f8142f606d893df216411f07d1abab96 # XXX: the official https server at www.openssl.org cannot be reached # with the old versions of openssl and curl in Centos 5.11 hence the fallback