Skip to content
Snippets Groups Projects
Commit d380d164 authored by Todd Gamblin's avatar Todd Gamblin Committed by GitHub
Browse files

Merge pull request #1482 from mpbelhorn/olcf/do_not_use_ssl_to_fetch_upstream_openssl

Openssl package should not require openssl (https) to obtain source.
parents a095fd51 2be06541
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ class Openssl(Package): ...@@ -34,7 +34,7 @@ class Openssl(Package):
Transport Layer Security (TLS v1) protocols as well as a Transport Layer Security (TLS v1) protocols as well as a
full-strength general purpose cryptography library.""" full-strength general purpose cryptography library."""
homepage = "http://www.openssl.org" homepage = "http://www.openssl.org"
url = "https://www.openssl.org/source/openssl-1.0.1h.tar.gz" url = "ftp://openssl.org/source/openssl-1.0.1h.tar.gz"
version('1.0.1h', '8d6d684a9430d5cc98a62a5d8fbda8cf') version('1.0.1h', '8d6d684a9430d5cc98a62a5d8fbda8cf')
version('1.0.1r', '1abd905e079542ccae948af37e393d28') version('1.0.1r', '1abd905e079542ccae948af37e393d28')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment