gnu: openssl: Update to 1.0.2o.

* gnu/packages/tls.scm (openssl): Update to 1.0.2o.  Remove snippet.
This commit is contained in:
Mark H Weaver 2018-03-28 04:07:04 -04:00
parent d4040f6e23
commit 5f69388d70
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -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)