This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 241077b2c7 gnu: libressl: Update to 4.2.0. [security fixes]
241077b2c7 is described below
commit 241077b2c78a84b4d7b9bd246378b869abef29fc
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Tue Sep 30 22:54:53 2025 +0200
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 <[email protected]>
---
gnu/packages/tls.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index fbf8b10c64..dc49429fb6 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -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