gnu: libressl: Update to 3.1.4.
* gnu/packages/tls.scm (libressl): Update to 3.1.4.
This commit is contained in:
parent
27913a6d38
commit
1aa375528b
1 changed files with 2 additions and 2 deletions
|
@ -544,14 +544,14 @@ required structures.")
|
||||||
(define-public libressl
|
(define-public libressl
|
||||||
(package
|
(package
|
||||||
(name "libressl")
|
(name "libressl")
|
||||||
(version "3.0.2")
|
(version "3.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://openbsd/LibreSSL/"
|
(uri (string-append "mirror://openbsd/LibreSSL/"
|
||||||
"libressl-" version ".tar.gz"))
|
"libressl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13ir2lpxz8y1m151k7lrx306498nzfhwlvgkgv97v5cvywmifyyz"))))
|
"1dnbbnr43jashxivnafmh9gnn57c7ayva788ba03z633k6f18k21"))))
|
||||||
(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
|
||||||
|
|
Reference in a new issue