1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: OpenSSL: Update to 1.1.1q [fixes CVE-2022-2097].

https://www.cve.org/CVERecord?id=CVE-2022-2097

* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1q.
This commit is contained in:
Leo Famulari
2022-07-05 12:49:25 -04:00
parent 7af6a2caff
commit 39dcbc7fa3

View File

@@ -507,7 +507,7 @@ OpenSSL for TARGET."
(package
(inherit openssl)
(name "openssl")
(version "1.1.1p")
(version "1.1.1q")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@@ -520,7 +520,7 @@ OpenSSL for TARGET."
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32
"0vyfibydji26wk1fmm0piz0810mfr7j4vaa2k5iwgiv6m8mbcqdz"))))))
"1jhhzp4gh6ymidxm1ckjk948l583awp0w3y2nvqdz7022kk9r4yp"))))))
(define-public openssl-3.0
(package