gnu: openssl: Update to 1.0.2b.

* gnu/packages/openssl.scm (openssl): Update to 1.0.2b.
master
Mark H Weaver 2015-06-12 01:24:58 -04:00
parent 0ad8f76f7f
commit 7871724df7
1 changed files with 2 additions and 2 deletions

View File

@ -29,14 +29,14 @@
(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)))