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.
This commit is contained in:
parent
b3f724b0a1
commit
cf065aba1e
|
@ -412,7 +412,7 @@ required structures.")
|
||||||
(package
|
(package
|
||||||
(inherit openssl)
|
(inherit openssl)
|
||||||
(name "openssl")
|
(name "openssl")
|
||||||
(version "1.1.1c")
|
(version "1.1.1d")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list (string-append "https://www.openssl.org/source/openssl-"
|
(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"))
|
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"142c7zdlz06hjrrvinb9f276czc78bnkyhd9xma621qmmmwk1yzn"))))
|
"1whinyw402z3b9xlb3qaxv4b9sk4w1bgh9k0y8df1z4x3yy92fhy"))))
|
||||||
(outputs '("out"
|
(outputs '("out"
|
||||||
"doc" ; 6.8 MiB of man3 pages and full HTML documentation
|
"doc" ; 6.8 MiB of man3 pages and full HTML documentation
|
||||||
"static")) ; 6.4 MiB of .a files
|
"static")) ; 6.4 MiB of .a files
|
||||||
|
|
Loading…
Reference in New Issue