gnu: libressl: Update to 3.0.2.

* gnu/packages/tls.scm (libressl): Update to 3.0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-02 21:37:30 +01:00
parent b69c770305
commit 0250672b97
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -511,14 +511,14 @@ (define-public openssl-1.0
(define-public libressl
(package
(name "libressl")
(version "2.7.4")
(version "3.0.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/"
"libressl-" version ".tar.gz"))
(sha256
(base32
"19kxa5i97q7p6rrps9qm0nd8zqhdjvzx02j72400c73cl2nryfhy"))))
"13ir2lpxz8y1m151k7lrx306498nzfhwlvgkgv97v5cvywmifyyz"))))
(build-system gnu-build-system)
(arguments
;; Do as if 'getentropy' was missing since older Linux kernels lack it