This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch crypto-team
in repository guix.
The following commit(s) were added to refs/heads/crypto-team by this push:
new a3b2f077e9 gnu: libressl: Update to 4.2.1.
a3b2f077e9 is described below
commit a3b2f077e99fcbb940c2e68f975482a6eab5df8c
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sun Nov 2 14:07:39 2025 +0000
gnu: libressl: Update to 4.2.1.
* gnu/packages/tls.scm (libressl): Update to 4.2.1.
Closes guix/guix#4009
Change-Id: I5e7f2746e98dcf19416abcf1eeab948750c732fc
Signed-off-by: Cayetano Santos <[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 2411819b8a..43423ef8ed 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -675,14 +675,14 @@ kilobytes of RAM.")
(define-public libressl
(package
(name "libressl")
- (version "4.2.0")
+ (version "4.2.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/"
"libressl-" version ".tar.gz"))
(sha256
(base32
- "1ch8hkpgmb1gp8d5ync902715g2laaaz3yrc7zazi3fbsx2blz8g"))))
+ "02ypmfsixjh6l24gfnsaapx0vl3i8004b1jc3xwym21mb1c2yp3d"))))
(outputs (list "out" "debug"))
(build-system gnu-build-system)
(arguments