unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 73323@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#73323] [PATCH 02/15] gnu: s2n: Update to 1.5.1.
Date: Tue, 17 Sep 2024 20:16:50 +0000	[thread overview]
Message-ID: <0da8b2a4a2d49fd02873d5c30d3543ef5cf04934.1726590451.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1726590451.git.code@greghogan.com>

* 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 @@ (define-public s2n
   (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 @@ (define-public s2n
               (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
-- 
2.46.0





  parent reply	other threads:[~2024-09-17 20:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1726590451.git.code@greghogan.com>
2024-09-17 20:16 ` [bug#73323] [PATCH 01/15] gnu: aws-lc: Update to 1.34.2 Greg Hogan
2024-09-17 20:16 ` Greg Hogan [this message]
2024-09-17 20:16 ` [bug#73323] [PATCH 03/15] gnu: aws-c-common: Update to 0.9.27 Greg Hogan
2024-09-17 20:16 ` [bug#73323] [PATCH 04/15] gnu: aws-checksums: Update to 0.1.18 Greg Hogan
2024-09-17 20:16 ` [bug#73323] [PATCH 05/15] gnu: aws-c-cal: Update to 0.7.4 Greg Hogan
2024-09-17 20:16 ` [bug#73323] [PATCH 06/15] gnu: aws-c-io: Update to 0.14.18 Greg Hogan
2024-09-17 20:16 ` [bug#73323] [PATCH 07/15] gnu: aws-c-event-stream: Update to 0.4.3 Greg Hogan
2024-09-17 20:16 ` [bug#73323] [PATCH 08/15] gnu: aws-c-sdkutils: Update to 0.1.19 Greg Hogan
2024-09-17 20:16 ` [bug#73323] [PATCH 09/15] gnu: aws-c-compression: Update to 0.2.19 Greg Hogan
2024-09-17 20:16 ` [bug#73323] [PATCH 10/15] gnu: aws-c-http: Update to 0.8.8 Greg Hogan
2024-09-17 20:16 ` [bug#73323] [PATCH 11/15] gnu: aws-c-auth: Update to 0.7.26 Greg Hogan
2024-09-17 20:17 ` [bug#73323] [PATCH 12/15] gnu: aws-c-s3: Update to 0.6.4 Greg Hogan
2024-09-17 20:17 ` [bug#73323] [PATCH 13/15] gnu: aws-c-mqtt: Update to 0.10.4 Greg Hogan
2024-09-17 20:17 ` [bug#73323] [PATCH 14/15] gnu: aws-crt-cpp: Update to 0.28.2 Greg Hogan
2024-09-17 20:17 ` [bug#73323] [PATCH 15/15] gnu: aws-sdk-cpp: Update to 1.11.402 Greg Hogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0da8b2a4a2d49fd02873d5c30d3543ef5cf04934.1726590451.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=73323@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).