gnu: openssl: Update to 1.1.1s.

* gnu/packages/tls.scm (openssl): Update to 1.1.1s.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-30 02:00:02 +01:00
parent 0b709b1471
commit 24f0c34ccb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -600,7 +600,7 @@ (define openssl/fixed
(package
(inherit openssl-1.1)
(name "openssl")
(version "1.1.1q")
(version "1.1.1s")
(source (origin
(method url-fetch)
(uri (list (string-append "https://www.openssl.org/source/openssl-"
@ -613,7 +613,7 @@ (define openssl/fixed
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32
"1jhhzp4gh6ymidxm1ckjk948l583awp0w3y2nvqdz7022kk9r4yp"))))))
"1amnwis6z2piqs022cpbcg828rql62yjnsqxnvdg0vzfc3kh3b65"))))))
(define-public openssl-3.0
(package