Archived
1
0
Fork 0

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 @@ required structures.")
(define-public libressl (define-public libressl
(package (package
(name "libressl") (name "libressl")
(version "2.7.4") (version "3.0.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/" (uri (string-append "mirror://openbsd/LibreSSL/"
"libressl-" version ".tar.gz")) "libressl-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"19kxa5i97q7p6rrps9qm0nd8zqhdjvzx02j72400c73cl2nryfhy")))) "13ir2lpxz8y1m151k7lrx306498nzfhwlvgkgv97v5cvywmifyyz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; Do as if 'getentropy' was missing since older Linux kernels lack it ;; Do as if 'getentropy' was missing since older Linux kernels lack it