guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: openssl: Update to 1.1.1k [security fixes].


From: guix-commits
Subject: branch master updated: gnu: openssl: Update to 1.1.1k [security fixes].
Date: Thu, 25 Mar 2021 12:55:02 -0400

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 10cbf04  gnu: openssl: Update to 1.1.1k [security fixes].
10cbf04 is described below

commit 10cbf042e13c328559de3bfd8e42ceb8f8f51d10
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Mar 25 17:51:47 2021 +0100

    gnu: openssl: Update to 1.1.1k [security fixes].
    
    Fixes CVE-2021-3450 and CVE-2021-3449.
    
    * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1k.
---
 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 c10975e..2a8c69a 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -434,7 +434,7 @@ required structures.")
 (define-public openssl/fixed
   (package
    (inherit openssl)
-   (version "1.1.1j")
+   (version "1.1.1k")
    (source (origin
              (method url-fetch)
              (uri (list (string-append 
"https://www.openssl.org/source/openssl-";
@@ -447,7 +447,7 @@ required structures.")
              (patches (search-patches "openssl-1.1-c-rehash-in.patch"))
              (sha256
               (base32
-               "1gw17520vh13izy1xf5q0a2fqgcayymjjj5bk0dlkxndfnszrwma"))))))
+               "1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9"))))))
 
 (define-public openssl-1.0
   (package



reply via email to

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