gnu: openssl: Update to 1.1.1s.
* gnu/packages/tls.scm (openssl): Update to 1.1.1s.
This commit is contained in:
parent
0b709b1471
commit
24f0c34ccb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue