gnu: openssl: Update to 1.1.1p [security fixes].
* gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1p.
This commit is contained in:
parent
110ef1d2e7
commit
bcba5835e5
1 changed files with 2 additions and 2 deletions
|
@ -507,7 +507,7 @@ OpenSSL for TARGET."
|
||||||
(package
|
(package
|
||||||
(inherit openssl)
|
(inherit openssl)
|
||||||
(name "openssl")
|
(name "openssl")
|
||||||
(version "1.1.1n")
|
(version "1.1.1p")
|
||||||
(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-"
|
||||||
|
@ -520,7 +520,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
|
||||||
"0ymif8rlc5cf5qp5bh2pxlrgq6xryh7g4sqfvrdjg9gnli8ypp20"))))))
|
"0vyfibydji26wk1fmm0piz0810mfr7j4vaa2k5iwgiv6m8mbcqdz"))))))
|
||||||
|
|
||||||
(define-public openssl-3.0
|
(define-public openssl-3.0
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue