~ruther/guix-local

241077b2c78a84b4d7b9bd246378b869abef29fc — Ashish SHUKLA 6 months ago ed4c4b0
gnu: libressl: Update to 4.2.0. [security fixes]

Fixes CVE-2025-9230.

* gnu/packages/tls.scm (libressl): Update to 4.2.0

Change-Id: I8fd2786d29be4084f7d6588eae805ad4714c25a0
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/tls.scm
M gnu/packages/tls.scm => gnu/packages/tls.scm +2 -2
@@ 671,14 671,14 @@ kilobytes of RAM.")
(define-public libressl
  (package
    (name "libressl")
    (version "4.1.0")
    (version "4.2.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://openbsd/LibreSSL/"
                                  "libressl-" version ".tar.gz"))
              (sha256
               (base32
                "0qdvv3plx1fqh1xbl3kfxh9bdgr1955dk9cnrg6srnjbsdmw2w8g"))))
                "1ch8hkpgmb1gp8d5ync902715g2laaaz3yrc7zazi3fbsx2blz8g"))))
    (outputs (list "out" "debug"))
    (build-system gnu-build-system)
    (arguments