[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/22: gnu: s2n: Update to 1.5.1.
From: |
guix-commits |
Subject: |
09/22: gnu: s2n: Update to 1.5.1. |
Date: |
Fri, 27 Sep 2024 18:23:49 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 44aba54ed3b8ad1066528db09ba3acbc832011e8
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Sep 17 20:16:50 2024 +0000
gnu: s2n: Update to 1.5.1.
* gnu/packages/tls.scm (s2n): Update to 1.5.1.
[arguments]: Re-enable warnings as errors.
[supported-systems]: Restrict to 64-bit systems.
Change-Id: I09d690c96789961473c846eb8174ddc8a2b1ad4e
---
gnu/packages/tls.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index a9017df698..fcad5401d5 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1147,7 +1147,7 @@ derived from Mozilla's collection.")
(package
(name "s2n")
;; Update only when updating aws-crt-cpp.
- (version "1.3.10")
+ (version "1.5.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1156,17 +1156,13 @@ derived from Mozilla's collection.")
(file-name (git-file-name name version))
(sha256
(base32
- "15fr6zwglw74x5qd090752kqn7n3cyi4gmz94ip45g3hflschxd3"))))
+ "0cw8f846zvjgdwaqadnhdb0cxksx4jd9x4nan9x02xz2w5hcqw04"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
- '("-DBUILD_SHARED_LIBS=ON"
- ;; Remove in next update; see https://github.com/aws/s2n-tls/pull/3108
- ;; Building with 'Werror' results in compilation error (even building
- ;; with gcc) when replacing the aws-lc input with openssl.
- "-DUNSAFE_TREAT_WARNINGS_AS_ERRORS=OFF")))
+ '("-DBUILD_SHARED_LIBS=ON")))
(propagated-inputs (list aws-lc))
- (supported-systems '("x86_64-linux"))
+ (supported-systems '("aarch64-linux" "x86_64-linux"))
(synopsis "SSL/TLS implementation in C99")
(description
"This library provides a C99 implementation of SSL/TLS. It is designed to
- 05/22: gnu: fast-float-test-files: Update to 1.0.0., (continued)
- 05/22: gnu: fast-float-test-files: Update to 1.0.0., guix-commits, 2024/09/27
- 03/22: gnu: genimage: Update to version 18., guix-commits, 2024/09/27
- 10/22: gnu: aws-c-common: Update to 0.9.27., guix-commits, 2024/09/27
- 06/22: gnu: fast-float: Update to 6.1.6., guix-commits, 2024/09/27
- 02/22: gnu: ceph: Update to 17.2.7., guix-commits, 2024/09/27
- 07/22: gnu: folly: Update to 2024.09.09.00., guix-commits, 2024/09/27
- 17/22: gnu: aws-c-http: Update to 0.8.8., guix-commits, 2024/09/27
- 04/22: gnu: remind: Update to 05.00.05., guix-commits, 2024/09/27
- 22/22: gnu: aws-sdk-cpp: Update to 1.11.402., guix-commits, 2024/09/27
- 21/22: gnu: aws-crt-cpp: Update to 0.28.2., guix-commits, 2024/09/27
- 09/22: gnu: s2n: Update to 1.5.1.,
guix-commits <=
- 15/22: gnu: aws-c-sdkutils: Update to 0.1.19., guix-commits, 2024/09/27
- 19/22: gnu: aws-c-s3: Update to 0.6.4., guix-commits, 2024/09/27
- 14/22: gnu: aws-c-event-stream: Update to 0.4.3., guix-commits, 2024/09/27
- 13/22: gnu: aws-c-io: Update to 0.14.18., guix-commits, 2024/09/27