gnu: libressl: Update to 2.5.4.

* gnu/packages/tls.scm (libressl): Update to 2.5.4.
[home-page]: Use https.
This commit is contained in:
Efraim Flashner 2017-05-03 21:58:02 +03:00
parent cef3f14644
commit 2ed12d3fb0
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -5,7 +5,7 @@
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 David Thompson <davet@gnu.org> ;;; Copyright © 2015 David Thompson <davet@gnu.org>
;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net> ;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; ;;;
@ -431,7 +431,7 @@ (define-public openssl-next
(define-public libressl (define-public libressl
(package (package
(name "libressl") (name "libressl")
(version "2.5.3") (version "2.5.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -440,7 +440,7 @@ (define-public libressl
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0c4awq45cl757fv7f7f75i5i0ibc6v7ns13n7xvfak7chv2lrqql")))) "1ykf6dqlbafafhbdfmcj19pjj1z6wmsq0rmyqga1i0xv5x95nyhh"))))
(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
@ -458,7 +458,7 @@ (define-public libressl
(search-path-specification (search-path-specification
(variable "SSL_CERT_FILE") (variable "SSL_CERT_FILE")
(files '("etc/ssl/certs/ca-certificates.crt"))))) (files '("etc/ssl/certs/ca-certificates.crt")))))
(home-page "http://www.libressl.org/") (home-page "https://www.libressl.org/")
(synopsis "SSL/TLS implementation") (synopsis "SSL/TLS implementation")
(description "LibreSSL is a version of the TLS/crypto stack forked (description "LibreSSL is a version of the TLS/crypto stack forked
from OpenSSL in 2014, with the goals of modernizing the codebase, improving from OpenSSL in 2014, with the goals of modernizing the codebase, improving