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

gnu: openssl: Update to 1.0.2b.

* gnu/packages/openssl.scm (openssl): Update to 1.0.2b.
parent 6c356414
No related branches found
No related tags found
No related merge requests found
......@@ -29,14 +29,14 @@ (define-module (gnu packages openssl)
(define-public openssl
(package
(name "openssl")
(version "1.0.2a")
(version "1.0.2b")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.openssl.org/source/openssl-" version
".tar.gz"))
(sha256
(base32
"0jijgzf72659pikms2bc5w31h78xrd1h5zp2r01an2h340y3kdhm"))
"0gwf4fy1yqmai6wph0g9lh09iarwxaa70hm7jm0rf1qakz68im6m"))
(patches (list (search-patch "openssl-runpath.patch")))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)))
......
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