gnu: libressl: Update to 2.6.4.

* gnu/packages/tls.scm (libressl): Update to 2.6.4.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Rutger Helling 2017-12-20 08:36:43 +01:00 committed by Leo Famulari
parent afcbc348a3
commit 09a91adcf8
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -486,14 +486,14 @@ (define-public openssl-next
(define-public libressl
(package
(name "libressl")
(version "2.6.3")
(version "2.6.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/"
name "-" version ".tar.gz"))
(sha256
(base32
"162wgzmg4zzqj5cxrsrmkfv1623dc4g8h3fsf1lvjw9i4sc6bbdf"))))
"07yi37a2ghsgj2b4w30q1s4d2inqnix7ika1m21y57p9z71212k3"))))
(build-system gnu-build-system)
(arguments
;; Do as if 'getentropy' was missing since older Linux kernels lack it