mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: OpenSSL@1.0: Update to 1.0.2u.
* gnu/packages/tls.scm (openssl-1.0): Update to 1.0.2u.
This commit is contained in:
parent
ca69163cc5
commit
b0b7954271
1 changed files with 2 additions and 2 deletions
|
@ -424,7 +424,7 @@ (define-public openssl-1.0
|
|||
(package
|
||||
(inherit openssl)
|
||||
(name "openssl")
|
||||
(version "1.0.2t")
|
||||
(version "1.0.2u")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "https://www.openssl.org/source/openssl-"
|
||||
|
@ -436,7 +436,7 @@ (define-public openssl-1.0
|
|||
"/openssl-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1g67ra0ph7gpz6fgvv1i96d792jmd6ymci5kk53vbikszr74djql"))
|
||||
"05lxcs4hzyfqd5jn0d9p0fvqna62v2s4pc9qgmq0dpcknkzwdl7c"))
|
||||
(patches (search-patches "openssl-runpath.patch"
|
||||
"openssl-c-rehash-in.patch"))))
|
||||
(outputs '("out"
|
||||
|
|
Loading…
Reference in a new issue