gnu: OpenSSL: Update to 1.1.1i [fixes CVE-2020-1971].

* gnu/packages/tls.scm (openssl): Update to 1.1.1i.
This commit is contained in:
Marius Bakke 2020-12-08 20:51:11 +01:00
parent 0fa7a2d9d6
commit 6d9b23cbf2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -287,7 +287,7 @@ (define-public guile3.0-gnutls
(define-public openssl
(package
(name "openssl")
(version "1.1.1g")
(version "1.1.1i")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -300,7 +300,7 @@ (define-public openssl
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32
"0ikdcc038i7jk8h7asq5xcn8b1xc2rrbc88yfm4hqbz3y5s4gc6x"))))
"0hjj1phcwkz69lx1lrvr9grhpl4y529mwqycqc1hdla1zqsnmgp8"))))
(build-system gnu-build-system)
(outputs '("out"
"doc" ;6.8 MiB of man3 pages and full HTML documentation