3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libressl: Update to 3.3.6.

* gnu/packages/tls.scm (libressl): Update to 3.3.6.
This commit is contained in:
Liliana Marie Prikler 2022-03-29 21:52:43 +02:00
parent b0f477b8a3
commit 1be7f43756
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -610,14 +610,14 @@ kilobytes of RAM.")
(define-public libressl (define-public libressl
(package (package
(name "libressl") (name "libressl")
(version "3.3.3") (version "3.3.6")
(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
"0rihprcgxsydsbcqgd1952k2cfn4jmp7rlyp1c6sglfc6rdmcwd4")))) "16jbzqj9wy2z10x8ppx63idw44k0d3wly0grpar0s6g1cn9q8a1z"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags