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
View this message in rfc822 format
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/tls.scm (aws-lc): Update to 1.49.1.
[native-inputs]: Add perl.
---
gnu/packages/tls.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 22da51ecaf..94095fb126 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1220,7 +1220,7 @@ (define-public aws-lc
(package
(name "aws-lc")
;; Update only when updating aws-crt-cpp.
- (version "1.34.2")
+ (version "1.49.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1229,8 +1229,9 @@ (define-public aws-lc
(file-name (git-file-name name version))
(sha256
(base32
- "075a5z3qck0wqb7k2im8k7vj7rqn7r7v1j0i18l6k2n5pi52wypa"))))
+ "1403l9xdidym2gp6l9qhxcsv0bhg205p322rf45v8jysf76jsxl2"))))
(build-system cmake-build-system)
+ (native-inputs (list perl))
(arguments
'(#:test-target "run_minimal_tests"
#: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.