gnu: openssl: Update to 1.1.1s.
* gnu/packages/tls.scm (openssl): Update to 1.1.1s.master
parent
0b709b1471
commit
24f0c34ccb
|
@ -600,7 +600,7 @@ OpenSSL for TARGET."
|
|||
(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 @@ OpenSSL for TARGET."
|
|||
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jhhzp4gh6ymidxm1ckjk948l583awp0w3y2nvqdz7022kk9r4yp"))))))
|
||||
"1amnwis6z2piqs022cpbcg828rql62yjnsqxnvdg0vzfc3kh3b65"))))))
|
||||
|
||||
(define-public openssl-3.0
|
||||
(package
|
||||
|
|
Reference in New Issue