diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-11 18:27:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-11 18:30:22 +0200 |
commit | cf065aba1ec14bdacab7a5a6bddbdfd7661cd409 (patch) | |
tree | 09c972cda66e4667f0c91212e3f4ab7740372321 /gnu/packages | |
parent | b3f724b0a156adafa2cb155b603428eaa576ed11 (diff) |
gnu: openssl: Update to 1.1.1d [fix CVE-2019-{1547,1549,1552,1563}].
* gnu/packages/tls.scm (openssl-next): Update to 1.1.1d.
Diffstat (limited to 'gnu/packages')
-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 833a3715af..45ec4f796b 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -412,7 +412,7 @@ required structures.") (package (inherit openssl) (name "openssl") - (version "1.1.1c") + (version "1.1.1d") (source (origin (method url-fetch) (uri (list (string-append "https://www.openssl.org/source/openssl-" @@ -425,7 +425,7 @@ required structures.") (patches (search-patches "openssl-1.1-c-rehash-in.patch")) (sha256 (base32 - "142c7zdlz06hjrrvinb9f276czc78bnkyhd9xma621qmmmwk1yzn")))) + "1whinyw402z3b9xlb3qaxv4b9sk4w1bgh9k0y8df1z4x3yy92fhy")))) (outputs '("out" "doc" ; 6.8 MiB of man3 pages and full HTML documentation "static")) ; 6.4 MiB of .a files |