[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/377: gnu: openssl: Update replacement to 1.1.1l [security fixes].
From: |
guix-commits |
Subject: |
85/377: gnu: openssl: Update replacement to 1.1.1l [security fixes]. |
Date: |
Sun, 5 Sep 2021 10:07:05 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 5422920b9eaaa0c6bf779588748595c66ca86ba3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 24 22:32:58 2021 +0300
gnu: openssl: Update replacement to 1.1.1l [security fixes].
* gnu/packages/tls.scm (openssl)[replacement]: Replace with 1.1.1l.
(openssl-1.1.1k): Remove variable.
(openssl-1.1.1l): Add variable.
---
gnu/packages/tls.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index fb7d364..d52a88f 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -356,7 +356,7 @@ required structures.")
(package
(name "openssl")
(version "1.1.1j")
- (replacement openssl-1.1.1k)
+ (replacement openssl-1.1.1l)
(source (origin
(method url-fetch)
(uri (list (string-append
"https://www.openssl.org/source/openssl-"
@@ -490,11 +490,11 @@ required structures.")
(license license:openssl)
(home-page "https://www.openssl.org/")))
-;; Replacement package to fix CVE-2021-3449 and CVE-2021-3450.
-(define openssl-1.1.1k
+;; Replacement package to fix multiple CVEs.
+(define openssl-1.1.1l
(package
(inherit openssl)
- (version "1.1.1k")
+ (version "1.1.1l")
(source (origin
(method url-fetch)
(uri (list (string-append
"https://www.openssl.org/source/openssl-"
@@ -507,7 +507,7 @@ required structures.")
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32
- "1rdfzcrxy9y38wqdw5942vmdax9hjhgrprzxm42csal7p5shhal9"))))))
+ "1lbblxps2fhmz7bqh058iywh5wxfignbfx1s1kz2fj63b5g3wyhb"))))))
;; We will not add any new uses of this package. If you add new code that uses
;; this package, your change will be reverted!
- 62/377: gnu: r-rsqlite: Update to 2.2.8., (continued)
- 62/377: gnu: r-rsqlite: Update to 2.2.8., guix-commits, 2021/09/05
- 65/377: gnu: r-biostrings: Update to 2.60.2., guix-commits, 2021/09/05
- 69/377: gnu: r-rtracklayer: Update to 1.52.1., guix-commits, 2021/09/05
- 71/377: gnu: r-diffbind: Update to 3.2.5., guix-commits, 2021/09/05
- 72/377: gnu: r-chippeakanno: Update to 3.26.3., guix-commits, 2021/09/05
- 76/377: gnu: r-batchelor: Update to 1.8.1., guix-commits, 2021/09/05
- 77/377: gnu: r-dose: Update to 3.18.2., guix-commits, 2021/09/05
- 78/377: gnu: r-clusterprofiler: Update to 4.0.4., guix-commits, 2021/09/05
- 83/377: gnu: r-sparsematrixstats: Update to 1.4.2., guix-commits, 2021/09/05
- 92/377: gnu: emacs-ebdb: Update to 0.8.2., guix-commits, 2021/09/05
- 85/377: gnu: openssl: Update replacement to 1.1.1l [security fixes].,
guix-commits <=
- 107/377: gnu: Add r-dismo., guix-commits, 2021/09/05
- 115/377: gnu: Add r-paws-machine-learning., guix-commits, 2021/09/05
- 129/377: gnu: Add r-zooarch., guix-commits, 2021/09/05
- 91/377: gnu: osinfo-db: Update to 20210809., guix-commits, 2021/09/05
- 106/377: gnu: Add r-rfigshare., guix-commits, 2021/09/05
- 98/377: gnu: emacs-orgit: Update to 1.7.1., guix-commits, 2021/09/05
- 113/377: gnu: Add r-paws-security-identity., guix-commits, 2021/09/05
- 112/377: gnu: Add r-paws-application-integration., guix-commits, 2021/09/05
- 123/377: gnu: Add r-zoom., guix-commits, 2021/09/05
- 132/377: gnu: Add r-mmwrweek., guix-commits, 2021/09/05