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 (define-public libressl
(package (package
(name "libressl") (name "libressl")
(version "2.7.2") (version "2.7.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/" (uri (string-append "mirror://openbsd/LibreSSL/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1589f0kg7kj51j9hid542s4isb96s1azjaqsfprpy5s2qdwqfyli")))) "1597kj9jy3jyw52ys19sd4blg2gkam5q0rqdxbnrnvnyw67hviqn"))))
(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