GNU bug report logs -
#73323
[PATCH 00/15] Update aws-sdk-cpp.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 17 Sep 2024 20:17:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/c.scm (aws-c-cal): Update to 0.7.4.
[propagated-inputs]: Add s2n.
[inputs]: Remove openssl and openssl:static.
Change-Id: I211a3d96ec984ab870b6e1621756ad6463f27a8b
---
gnu/packages/c.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index cbbc1b4e96..74f6aaba22 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1095,7 +1095,7 @@ (define-public aws-c-cal
(package
(name "aws-c-cal")
;; Update only when updating aws-crt-cpp.
- (version "0.5.17")
+ (version "0.7.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1104,7 +1104,7 @@ (define-public aws-c-cal
(file-name (git-file-name name version))
(sha256
(base32
- "0gd7xfzv509vcysifzfa8j2rykkc1prhiry7953snblkzm7airm5"))))
+ "01h3ypypn3lbqm9r252zkh26wg8g7acl1slddy4vd59nfwqlwp7m"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
@@ -1112,10 +1112,7 @@ (define-public aws-c-cal
(string-append "-DCMAKE_PREFIX_PATH="
(assoc-ref %build-inputs "aws-c-common")))))
(propagated-inputs
- (list aws-c-common))
- (inputs
- `(("openssl" ,openssl)
- ("openssl:static" ,openssl "static")))
+ (list aws-c-common s2n))
(synopsis "Amazon Web Services Crypto Abstraction Layer")
(description "This library provides a C99 wrapper for hash, HMAC, and ECC
cryptographic primitives for the @acronym{AWS,Amazon Web Services} SDK.")
--
2.46.0
This bug report was last modified 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.