guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 06/07: gnu: OpenSSL: Update to 1.1.1i [fixes CVE-2020-1971].
Date: Tue, 8 Dec 2020 16:59:24 -0500 (EST)

mbakke pushed a commit to branch ungrafting
in repository guix.

commit 6d9b23cbf2a799b50aacde8d31ef4c3e45160856
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 8 20:51:11 2020 +0100

    gnu: OpenSSL: Update to 1.1.1i [fixes CVE-2020-1971].
    
    * gnu/packages/tls.scm (openssl): Update to 1.1.1i.
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index d604ad3..0d8421a 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -287,7 +287,7 @@ required structures.")
 (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 @@ required structures.")
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]