gnu: OpenSSL: Don't use NAME in source URI.

This commit is contained in:
Marius Bakke 2019-02-18 18:43:23 +01:00
parent 799de4687f
commit c7f5c3ea20
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -277,10 +277,10 @@ (define-public openssl
(uri (list (string-append "https://www.openssl.org/source/openssl-"
version ".tar.gz")
(string-append "ftp://ftp.openssl.org/source/"
name "-" version ".tar.gz")
"openssl-" version ".tar.gz")
(string-append "ftp://ftp.openssl.org/source/old/"
(string-trim-right version char-set:letter)
"/" name "-" version ".tar.gz")))
"/openssl-" version ".tar.gz")))
(sha256
(base32
"003xh9f898i56344vpvpxxxzmikivxig4xwlm7vbi7m8n43qxaah"))
@ -409,10 +409,10 @@ (define-public openssl-next
(uri (list (string-append "https://www.openssl.org/source/openssl-"
version ".tar.gz")
(string-append "ftp://ftp.openssl.org/source/"
name "-" version ".tar.gz")
"openssl-" version ".tar.gz")
(string-append "ftp://ftp.openssl.org/source/old/"
(string-trim-right version char-set:letter)
"/" name "-" version ".tar.gz")))
"/openssl-" version ".tar.gz")))
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32