me
/
guix
Archived
1
0
Fork 0

gnu: libressl: Update to 3.7.3 [fixes CVE-2023-35784].

Thanks to Dennis 'GNUtoo' Carikli for <https://issues.guix.gnu.org/64982>,
but upgrading to 3.8.0 breaks (at least) OpenSMTPd.

* gnu/packages/tls.scm (libressl): Update to 3.7.3.
master
Tobias Geerinckx-Rice 2023-08-13 02:00:00 +02:00
parent 64b04ab84d
commit 310b0f72d8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -659,14 +659,14 @@ kilobytes of RAM.")
(define-public libressl
(package
(name "libressl")
(version "3.6.1")
(version "3.7.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/"
"libressl-" version ".tar.gz"))
(sha256
(base32
"0x37037rb0zx34zp0kbbqj2xwd57gh1m6bfn52f92fz92q9wdymc"))))
"1csx6gfgiqr43dw23qj2mr5jbkcd99kqavwb4vbmp0hcm5bchj3r"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags