me
/
guix
Archived
1
0
Fork 0

gnu: OpenSSL: Update to 1.1.1n [fixes CVE-2022-0778].

For more information about this vulnerability:

https://www.openssl.org/news/secadv/20220315.txt

* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1n.
Leo Famulari 2022-03-15 13:25:51 -04:00
parent 3076e69577
commit 139a5cab04
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -513,7 +513,7 @@ OpenSSL for TARGET."
(package
(inherit openssl)
(name "openssl")
(version "1.1.1m")
(version "1.1.1n")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -526,7 +526,7 @@ OpenSSL for TARGET."
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32
"15kcvdi69jka67sk1l3a50c26cb7xv9xiwdrgky4bji3ifz9k4gq"))))))
"0ymif8rlc5cf5qp5bh2pxlrgq6xryh7g4sqfvrdjg9gnli8ypp20"))))))
(define-public openssl-3.0
(package