gnu: libressl: Update to 2.7.3.

* gnu/packages/tls.scm (libressl): Update to 2.7.3.
This commit is contained in:
Leo Famulari 2018-05-11 00:10:17 -04:00
parent 36d619e85d
commit 27cbe66fe7
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.2")
(version "2.7.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/"
name "-" version ".tar.gz"))
(sha256
(base32
"1589f0kg7kj51j9hid542s4isb96s1azjaqsfprpy5s2qdwqfyli"))))
"1597kj9jy3jyw52ys19sd4blg2gkam5q0rqdxbnrnvnyw67hviqn"))))
(build-system gnu-build-system)
(arguments
;; Do as if 'getentropy' was missing since older Linux kernels lack it