Archived
1
0
Fork 0

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