Archived
1
0
Fork 0

gnu: libressl: Update to 3.1.4.

* gnu/packages/tls.scm (libressl): Update to 3.1.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-16 13:48:19 +02:00
parent 27913a6d38
commit 1aa375528b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -544,14 +544,14 @@ required structures.")
(define-public libressl (define-public libressl
(package (package
(name "libressl") (name "libressl")
(version "3.0.2") (version "3.1.4")
(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
"13ir2lpxz8y1m151k7lrx306498nzfhwlvgkgv97v5cvywmifyyz")))) "1dnbbnr43jashxivnafmh9gnn57c7ayva788ba03z633k6f18k21"))))
(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