me
/
guix
Archived
1
0
Fork 0

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 6c35641453
commit 4f467e33de
1 changed files with 2 additions and 2 deletions

View File

@ -29,14 +29,14 @@
(define-public openssl (define-public openssl
(package (package
(name "openssl") (name "openssl")
(version "1.0.2a") (version "1.0.2b")
(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
"0jijgzf72659pikms2bc5w31h78xrd1h5zp2r01an2h340y3kdhm")) "0gwf4fy1yqmai6wph0g9lh09iarwxaa70hm7jm0rf1qakz68im6m"))
(patches (list (search-patch "openssl-runpath.patch"))))) (patches (list (search-patch "openssl-runpath.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) (native-inputs `(("perl" ,perl)))