gnu: openssl: Update to 1.0.2q.

* gnu/packages/tls.scm (openssl): Update to 1.0.2q.
master
Marius Bakke 2019-02-07 21:17:19 +01:00
parent 28ae145ba6
commit 85559eb88b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ required structures.")
(define-public openssl
(package
(name "openssl")
(version "1.0.2p")
(version "1.0.2q")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -276,7 +276,7 @@ required structures.")
"/" name "-" version ".tar.gz")))
(sha256
(base32
"003xh9f898i56344vpvpxxxzmikivxig4xwlm7vbi7m8n43qxaah"))
"115nisqy7kazbg6br2wrcra9nphyph1l4dgp563b9cf2rv5wyi2p"))
(patches (search-patches "openssl-runpath.patch"
"openssl-c-rehash-in.patch"))))
(build-system gnu-build-system)