diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-25 14:33:00 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-25 15:12:47 -0400 |
commit | 811e10281fc11b514d5a1da2ba5a87e6eb19de5e (patch) | |
tree | 59a7bc53ee2174cb0227c0492be1bc111849e030 | |
parent | b94d20c688c3590ecbea50976d1947a9377a8910 (diff) | |
download | guix-811e10281fc11b514d5a1da2ba5a87e6eb19de5e.tar.gz |
gnu: openssl: Update to 1.0.2l.
* gnu/packages/tls.scm (openssl): Update to 1.0.2l.
-rw-r--r-- | gnu/packages/tls.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 9aa482aec0..544ab53fd9 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -225,7 +225,7 @@ required structures.") (define-public openssl (package (name "openssl") - (version "1.0.2k") + (version "1.0.2l") (source (origin (method url-fetch) (uri (list (string-append "ftp://ftp.openssl.org/source/" @@ -235,7 +235,7 @@ required structures.") "/" name "-" version ".tar.gz"))) (sha256 (base32 - "1h6qi35w6hv6rd73p4cdgdzg732pdrfgpp37cgwz1v9a3z37ffbb")) + "037kvpisc6qh5dkppcwbm5bg2q800xh2hma3vghz8xcycmdij1yf")) (patches (search-patches "openssl-runpath.patch" "openssl-c-rehash-in.patch")))) (build-system gnu-build-system) |