Skip to content
Snippets Groups Projects
Commit 2cabd7d8 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: openssl: Update to 1.0.1i.

* gnu/packages/openssl.scm (openssl): Update to 1.0.1i.
parent 0b28f158
No related branches found
No related tags found
No related merge requests found
...@@ -28,14 +28,14 @@ (define-module (gnu packages openssl) ...@@ -28,14 +28,14 @@ (define-module (gnu packages openssl)
(define-public openssl (define-public openssl
(package (package
(name "openssl") (name "openssl")
(version "1.0.1h") (version "1.0.1i")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://ftp.openssl.org/source/openssl-" version (uri (string-append "ftp://ftp.openssl.org/source/openssl-" version
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"14yhsgag5as7nhxnw7f0vklwjwa3pmn1i15nmp3f4qxa6sc8l74x")))) "1izwv1wzqdw8aqnvb70jcqpqp0rvkcm22w5c1dm9l1kpr939y5rw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) (native-inputs `(("perl" ,perl)))
(arguments (arguments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment