gnu: libressl: Update to 2.7.2.

* gnu/packages/tls.scm (libressl): Update to 2.7.2.
This commit is contained in:
Leo Famulari 2018-04-02 15:11:29 -04:00
parent e34977327d
commit 7edb3e50ae
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -490,14 +490,14 @@ (define-public openssl-next
(define-public libressl
(package
(name "libressl")
(version "2.7.1")
(version "2.7.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/"
name "-" version ".tar.gz"))
(sha256
(base32
"0w3hdgcr4cq84cv7wkkg2clz9s6l2m2l92d6mfn70wxs6vi0fxck"))))
"1589f0kg7kj51j9hid542s4isb96s1azjaqsfprpy5s2qdwqfyli"))))
(build-system gnu-build-system)
(arguments
;; Do as if 'getentropy' was missing since older Linux kernels lack it