mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: openssl: Update to 1.0.2o.
* gnu/packages/tls.scm (openssl): Update to 1.0.2o. Remove snippet.
This commit is contained in:
parent
d4040f6e23
commit
5f69388d70
1 changed files with 2 additions and 9 deletions
|
@ -245,7 +245,7 @@ (define-public gnutls/dane
|
|||
(define-public openssl
|
||||
(package
|
||||
(name "openssl")
|
||||
(version "1.0.2n")
|
||||
(version "1.0.2o")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "https://www.openssl.org/source/openssl-"
|
||||
|
@ -257,14 +257,7 @@ (define-public openssl
|
|||
"/" name "-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1zm82pyq5a9jm10q6iv7d3dih3xwjds4x30fqph3k317byvsn2rp"))
|
||||
(snippet
|
||||
'(begin
|
||||
;; Remove ELF files. 'substitute*' can't read them.
|
||||
(delete-file "test/ssltest_old")
|
||||
(delete-file "test/v3ext")
|
||||
(delete-file "test/x509aux")
|
||||
#t))
|
||||
"0kcy13l701054nhpbd901mz32v1kn4g311z0nifd83xs2jbmqgzc"))
|
||||
(patches (search-patches "openssl-runpath.patch"
|
||||
"openssl-c-rehash-in.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue