From a98141d0339dd69f39d3863b9ef3ff979e8eaf14 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 6 Apr 2020 11:39:58 -0400 Subject: [PATCH] build-and-install-openssl: Fix download URL --- imagefiles/build-and-install-openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagefiles/build-and-install-openssl.sh b/imagefiles/build-and-install-openssl.sh index a0a1e49..5b9d7c0 100755 --- a/imagefiles/build-and-install-openssl.sh +++ b/imagefiles/build-and-install-openssl.sh @@ -54,7 +54,7 @@ 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 # to the ftp mirror: -OPENSSL_DOWNLOAD_URL=http://www.openssl.org/source/ +OPENSSL_DOWNLOAD_URL=http://www.openssl.org/source/old/1.0.2/ function do_openssl_build { ${WRAPPER} ./config no-ssl2 no-shared -fPIC $CONFIG_FLAG --prefix=/usr/local/ssl > /dev/null