Change URLs from http to https in curl and openssl. (#46962)
This commit is contained in:
parent
65d61e12c9
commit
2186ff720e
@ -22,8 +22,7 @@ class Curl(NMakePackage, AutotoolsPackage):
|
|||||||
transferring data with URL syntax"""
|
transferring data with URL syntax"""
|
||||||
|
|
||||||
homepage = "https://curl.se/"
|
homepage = "https://curl.se/"
|
||||||
# URL must remain http:// so Spack can bootstrap curl
|
url = "https://curl.haxx.se/download/curl-7.78.0.tar.bz2"
|
||||||
url = "http://curl.haxx.se/download/curl-7.78.0.tar.bz2"
|
|
||||||
|
|
||||||
executables = ["^curl$"]
|
executables = ["^curl$"]
|
||||||
tags = ["build-tools", "windows"]
|
tags = ["build-tools", "windows"]
|
||||||
|
@ -18,8 +18,7 @@ class Openssl(Package): # Uses Fake Autotools, should subclass Package
|
|||||||
|
|
||||||
homepage = "https://www.openssl.org"
|
homepage = "https://www.openssl.org"
|
||||||
|
|
||||||
# URL must remain http:// so Spack can bootstrap curl
|
url = "https://www.openssl.org/source/openssl-1.1.1d.tar.gz"
|
||||||
url = "http://www.openssl.org/source/openssl-1.1.1d.tar.gz"
|
|
||||||
list_url = "https://www.openssl.org/source/old/"
|
list_url = "https://www.openssl.org/source/old/"
|
||||||
list_depth = 1
|
list_depth = 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user