mbakke pushed a commit to branch core-updates
in repository guix.
commit 85559eb88b9a5c9d0c44eaadd83c9ec565c4d4e1
Author: Marius Bakke <[email protected]>
Date: Thu Feb 7 21:17:19 2019 +0100
gnu: openssl: Update to 1.0.2q.
* gnu/packages/tls.scm (openssl): Update to 1.0.2q.
---
gnu/packages/tls.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index b398d6f..f00886d 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -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)