me
/
guix
Archived
1
0
Fork 0

gnu: libressl: Update to 2.5.5.

* gnu/packages/tls.scm (libressl): Update to 2.5.5.
[source]: Use HTTPS URL.
master
Leo Famulari 2017-07-12 23:28:45 -04:00
parent 6fb622bf45
commit 1d919d32d7
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -455,16 +455,16 @@ required structures.")
(define-public libressl
(package
(name "libressl")
(version "2.5.4")
(version "2.5.5")
(source
(origin
(method url-fetch)
(uri (string-append
"http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-"
"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-"
version ".tar.gz"))
(sha256
(base32
"1ykf6dqlbafafhbdfmcj19pjj1z6wmsq0rmyqga1i0xv5x95nyhh"))))
"1i77viqy1afvbr392npk9v54k9zhr9zq2vhv6pliza22b0ymwzz5"))))
(build-system gnu-build-system)
(arguments
;; Do as if 'getentropy' was missing since older Linux kernels lack it