me
/
guix
Archived
1
0
Fork 0

gnu: libressl: Update to 2.7.2.

* gnu/packages/tls.scm (libressl): Update to 2.7.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -490,14 +490,14 @@ required structures.")
(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