gnu: libressl: Update to 2.6.3.

* gnu/packages/tls.scm (libressl): Update to 2.6.3.
This commit is contained in:
Rutger Helling 2017-11-27 19:57:53 +01:00 committed by Leo Famulari
parent 142535c3c2
commit fbf5ca3c5e
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@
;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -484,14 +485,14 @@ required structures.")
(define-public libressl (define-public libressl
(package (package
(name "libressl") (name "libressl")
(version "2.5.5") (version "2.6.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
"1i77viqy1afvbr392npk9v54k9zhr9zq2vhv6pliza22b0ymwzz5")))) "162wgzmg4zzqj5cxrsrmkfv1623dc4g8h3fsf1lvjw9i4sc6bbdf"))))
(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