mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: libressl: Update to 2.7.3.
* gnu/packages/tls.scm (libressl): Update to 2.7.3.
This commit is contained in:
parent
36d619e85d
commit
27cbe66fe7
1 changed files with 2 additions and 2 deletions
|
@ -490,14 +490,14 @@ (define-public openssl-next
|
||||||
(define-public libressl
|
(define-public libressl
|
||||||
(package
|
(package
|
||||||
(name "libressl")
|
(name "libressl")
|
||||||
(version "2.7.2")
|
(version "2.7.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
|
||||||
"1589f0kg7kj51j9hid542s4isb96s1azjaqsfprpy5s2qdwqfyli"))))
|
"1597kj9jy3jyw52ys19sd4blg2gkam5q0rqdxbnrnvnyw67hviqn"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue