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:
parent
afcbc348a3
commit
09a91adcf8
1 changed files with 2 additions and 2 deletions
|
@ -486,14 +486,14 @@ required structures.")
|
||||||
(define-public libressl
|
(define-public libressl
|
||||||
(package
|
(package
|
||||||
(name "libressl")
|
(name "libressl")
|
||||||
(version "2.6.3")
|
(version "2.6.4")
|
||||||
(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
|
||||||
"162wgzmg4zzqj5cxrsrmkfv1623dc4g8h3fsf1lvjw9i4sc6bbdf"))))
|
"07yi37a2ghsgj2b4w30q1s4d2inqnix7ika1m21y57p9z71212k3"))))
|
||||||
(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