guix_mirror_bot pushed a commit to branch crypto-team
in repository guix.
commit 146412cae8b0203e6b7fef67d719b19bbefefd8f
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Feb 17 22:45:19 2026 +0100
gnu: openssl-1.1: Update to 1.1.1w.
* gnu/packages/tls.scm (openssl-1.1): Update to 1.1.1w.
Change-Id: Ibb7efac450bf942088a5332fa4a4b0a041ba2283
---
gnu/packages/tls.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index af93167f7d..62f9d4b21f 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2012-2017, 2019-2025 Ludovic Courtès <[email protected]>
;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2021 Mark H Weaver
<[email protected]>
;;; Copyright © 2014 Ian Denhardt <[email protected]>
-;;; Copyright © 2013, 2015 Andreas Enge <[email protected]>
+;;; Copyright © 2013, 2015, 2026 Andreas Enge <[email protected]>
;;; Copyright © 2015 David Thompson <[email protected]>
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Leo Famulari
<[email protected]>
;;; Copyright © 2016, 2017, 2019, 2021-2024 Efraim Flashner
<[email protected]>
@@ -430,7 +430,7 @@ OpenSSL for TARGET."
(define-public openssl-1.1
(package
(name "openssl")
- (version "1.1.1u")
+ (version "1.1.1w")
(source (origin
(method url-fetch)
(uri (list (string-append
"https://www.openssl.org/source/openssl-"
@@ -443,7 +443,7 @@ OpenSSL for TARGET."
(patches (search-patches "openssl-1.1-c-rehash-in.patch"))
(sha256
(base32
- "1ipbcdlqyxbj5lagasrq2p6gn0036wq6hqp7gdnd1v1ya95xiy72"))))
+ "1j3anw4554lk3m9cvjngvh1c2gbdkhgiz160jnnm7n5l1jarhc6g"))))
(build-system gnu-build-system)
(outputs '("out"
"doc" ;6.8 MiB of man3 pages and full HTML documentation