[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: Add aws-lc.
From: |
guix-commits |
Subject: |
02/12: gnu: Add aws-lc. |
Date: |
Fri, 15 Oct 2021 18:02:45 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit da9272fa00fc124a31fe01aef10f057ee64b6b8a
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Jul 1 14:37:50 2021 +0000
gnu: Add aws-lc.
* gnu/packages/tls.scm (aws-lc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/tls.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 564e520..74a88e1 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1205,3 +1205,30 @@ and DTLS 1.2, is up to 20 times smaller than OpenSSL,
and offers progressive
ciphers such as ChaCha20, Curve25519, NTRU, and Blake2b.")
(home-page "https://www.wolfssl.com/")
(license license:gpl2+))) ; Audit
+
+(define-public aws-lc
+ (let ((commit "d0a5455417d80e68581e197d95720c3fb25e3926")
+ (revision "0"))
+ (package
+ (name "aws-lc")
+ (version (git-version "0.0.0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url (string-append "https://github.com/awslabs/" name))
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1ysj3x1f2lcdvwzyb9x3waykz1j7r21viv5z5vgc0ja9xv7znm9g"))))
+ (build-system cmake-build-system)
+ (arguments
+ '(#:tests? #f ; re-enable but with go and perl dependencies
+ #:configure-flags
+ '("-DBUILD_SHARED_LIBS=ON")))
+ (synopsis "General purpose cryptographic library")
+ (description "AWS libcrypto (aws-lc) contains portable C implementations
+of algorithms needed for TLS and common applications, and includes optimized
+assembly versions for x86 and ARM.")
+ (home-page "https://github.com/awslabs/aws-lc")
+ (license license:asl2.0))))
- branch master updated (30ddb0b -> ef0c659), guix-commits, 2021/10/15
- 01/12: gnu: s2n: Update to 1.0.10-7f43b102., guix-commits, 2021/10/15
- 02/12: gnu: Add aws-lc.,
guix-commits <=
- 04/12: gnu: aws-c-io: Update to 0.10.5., guix-commits, 2021/10/15
- 05/12: gnu: aws-c-cal: Update to 0.5.11., guix-commits, 2021/10/15
- 07/12: gnu: Add aws-c-compression., guix-commits, 2021/10/15
- 03/12: gnu: aws-c-common: Update to 0.6.2., guix-commits, 2021/10/15
- 06/12: gnu: Add aws-c-http., guix-commits, 2021/10/15
- 10/12: gnu: Add aws-c-mqtt., guix-commits, 2021/10/15
- 08/12: gnu: Add aws-c-auth., guix-commits, 2021/10/15
- 09/12: gnu: Add aws-c-s3., guix-commits, 2021/10/15
- 11/12: gnu: Add aws-crt-cpp., guix-commits, 2021/10/15
- 12/12: gnu: aws-sdk-cpp: Update to 1.9.92., guix-commits, 2021/10/15