[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: OpenSSL: Update replacement to 1.1.1e [fixes CVE-2019-1551].
From: |
guix-commits |
Subject: |
02/12: gnu: OpenSSL: Update replacement to 1.1.1e [fixes CVE-2019-1551]. |
Date: |
Thu, 19 Mar 2020 03:48:23 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit c6d24c091c76f8a82d1cbcb9d0957eec183939ca
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 19 07:09:49 2020 +0100
gnu: OpenSSL: Update replacement to 1.1.1e [fixes CVE-2019-1551].
* gnu/packages/tls.scm (openssl-1.1.1d): Rename to ...
(openssl-1.1.1e): ... this. Update to 1.1.1e.
(openssl)[replacement]: Adjust accordingly.
---
gnu/packages/tls.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index c8eea9c..bb80d86 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -307,7 +307,7 @@ required structures.")
(package
(name "openssl")
(version "1.1.1c")
- (replacement openssl-1.1.1d)
+ (replacement openssl-1.1.1e)
(source (origin
(method url-fetch)
(uri (list (string-append
"https://www.openssl.org/source/openssl-"
@@ -409,10 +409,10 @@ required structures.")
(license license:openssl)
(home-page "https://www.openssl.org/")))
-(define openssl-1.1.1d
+(define openssl-1.1.1e
(package
(inherit openssl)
- (version "1.1.1d")
+ (version "1.1.1e")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
- "1whinyw402z3b9xlb3qaxv4b9sk4w1bgh9k0y8df1z4x3yy92fhy"))))))
+ "1gnwlri1dphr5wdzmg9vlhkh6aq2yqgpfkpmffzwjlfb26n62kv9"))))))
(define-public openssl-1.0
(package
- branch master updated (78cb0f3 -> baab9ee), guix-commits, 2020/03/19
- 02/12: gnu: OpenSSL: Update replacement to 1.1.1e [fixes CVE-2019-1551].,
guix-commits <=
- 01/12: build-self: Import (ice-9 threads) in the compute-guix-derivation script., guix-commits, 2020/03/19
- 03/12: gnu: git: Update to 2.25.2., guix-commits, 2020/03/19
- 06/12: gnu: dav1d: Update to 0.6.0., guix-commits, 2020/03/19
- 05/12: gnu: libsoup: Update to 2.70.0., guix-commits, 2020/03/19
- 07/12: gnu: libwpe: Update to 1.6.0., guix-commits, 2020/03/19
- 08/12: gnu: wpebackend-fdo: Update to 1.6.0., guix-commits, 2020/03/19
- 04/12: gnu: libsecret: Update to 0.20.2., guix-commits, 2020/03/19
- 09/12: gnu: RocksDB: Update to 6.7.3., guix-commits, 2020/03/19
- 10/12: gnu: varnish: Update to 6.4.0., guix-commits, 2020/03/19
- 12/12: gnu: python2-cython: Exclude parallel tests on i686 systems., guix-commits, 2020/03/19