GNU bug report logs -
#77176
[PATCH v2] s2n-tls, and aws-* packages update
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Sat, 22 Mar 2025 13:15:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/tls.scm (s2n): Update to 1.5.15.
Change-Id: I9d3285c2b58ee789b15a875f9cca3649a4451c67
---
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 94095fb126..8b108d250f 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1155,7 +1155,7 @@ (define-public s2n
(package
(name "s2n")
;; Update only when updating aws-crt-cpp.
- (version "1.5.1")
+ (version "1.5.15")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1164,7 +1164,7 @@ (define-public s2n
(file-name (git-file-name name version))
(sha256
(base32
- "0cw8f846zvjgdwaqadnhdb0cxksx4jd9x4nan9x02xz2w5hcqw04"))))
+ "0b8ym4ns56fa5pkrvsm5kghh8mii0q0kc1mz2plg1ypm5zny02kw"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
This bug report was last modified 106 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.