gnu: libressl: Update to 3.3.3.

* gnu/packages/tls.scm (libressl): Update to 3.3.3.
This commit is contained in:
Brice Waegeneire 2021-06-11 23:27:09 +02:00
parent b736334732
commit 618dbc14fc
No known key found for this signature in database
GPG key ID: A94903A166A18FAE

View file

@ -602,14 +602,14 @@ (define-public openssl-1.0
(define-public libressl
(package
(name "libressl")
(version "3.1.5")
(version "3.3.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/"
"libressl-" version ".tar.gz"))
(sha256
(base32
"1504a1sf43frw43j14pij0q1f48rm5q86ggrlxxhw708qp7ds4rc"))))
"0rihprcgxsydsbcqgd1952k2cfn4jmp7rlyp1c6sglfc6rdmcwd4"))))
(build-system gnu-build-system)
(arguments
;; Do as if 'getentropy' were missing: Linux kernels before 3.17 lack its