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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77176 in the body.
You can then email your comments to 77176 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Sat, 22 Mar 2025 13:15:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ashish.is <at> lostca.se
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 22 Mar 2025 13:15:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
This series of patches updates s2n-tls library, and its dependency aws-lc library to the latest versions.
Ashish SHUKLA (2):
gnu: aws-lc: Update to 1.48.5.
gnu: s2n: Update to 1.5.15.
gnu/packages/tls.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
base-commit: fbfd2b93831978aadbb96f32cafdab997b04c6c6
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Sat, 22 Mar 2025 13:17:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/tls.scm (aws-lc): Update to 1.48.5.
[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..c07d658b50 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.48.5")
(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"))))
+ "1hgfsl3plpiljasvxxdhz37n5lc6j819djq3nlf59pw4fivfy6mv"))))
(build-system cmake-build-system)
+ (native-inputs (list perl))
(arguments
'(#:test-target "run_minimal_tests"
#:configure-flags
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Sat, 22 Mar 2025 13:17:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/tls.scm (s2n): Update to 1.5.15.
Change-Id: I9d3285c2b58ee789b15a875f9cca3649a4451c67
---
gnu/packages/tls.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index c07d658b50..1cbf8de507 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1155,7 +1155,7 @@ (define-public s2n
(package
(name "s2n")
;; Update only when updating aws-crt-cpp.
- (version "1.5.1")
+ (version "1.5.15")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1164,7 +1164,7 @@ (define-public s2n
(file-name (git-file-name name version))
(sha256
(base32
- "0cw8f846zvjgdwaqadnhdb0cxksx4jd9x4nan9x02xz2w5hcqw04"))))
+ "0b8ym4ns56fa5pkrvsm5kghh8mii0q0kc1mz2plg1ypm5zny02kw"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Mon, 24 Mar 2025 14:29:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 77176 <at> debbugs.gnu.org (full text, mbox):
On Sat, Mar 22, 2025 at 9:15 AM ashish.is--- via Guix-patches via
<guix-patches <at> gnu.org> wrote:
>
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> This series of patches updates s2n-tls library, and its dependency aws-lc library to the latest versions.
>
> Ashish SHUKLA (2):
> gnu: aws-lc: Update to 1.48.5.
> gnu: s2n: Update to 1.5.15.
>
> gnu/packages/tls.scm | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
>
> base-commit: fbfd2b93831978aadbb96f32cafdab997b04c6c6
> --
> 2.49.0
Any reason not to keep these in sync with and update alongside
aws-sdk-cpp and aws-crt-cpp and dependencies? These are referencing
aws-lc 1.46.1 and s2n 1.5.13.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Tue, 01 Apr 2025 21:47:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 77176 <at> debbugs.gnu.org (full text, mbox):
Hello,
the update causes build failures on QA:
https://qa.guix.gnu.org/issue/77176
Could you maybe have a look?
Andreas
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 07:09:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 77176 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
El 2025-04-01 23:46, Andreas Enge escribió:
> Hello,
>
> the update causes build failures on QA:
> https://qa.guix.gnu.org/issue/77176
>
> Could you maybe have a look?
>
> Andreas
Thanks for letting me know. I'll get back on this.
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
"If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin)
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 77176 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:02 GMT)
Full text and
rfc822 format available.
Message #26 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
This patch series updates all the aws-* packages, and all seem to build fine.
Ashish SHUKLA (15):
gnu: aws-lc: Update to 1.49.1
gnu: s2n: Update to 1.5.15.
gnu: aws-c-common: Update to 0.12.2.
gnu: aws-checksums: Update to 0.2.5.
gnu: aws-c-cal: Update to 0.8.9.
gnu: aws-c-compression: Update to 0.3.1.
gnu: aws-c-io: Update to 0.18.0.
gnu: aws-c-http: Update to 0.9.6.
gnu: aws-c-sdkutils: Update to 0.2.3.
gnu: aws-c-auth: Update to 0.9.0.
gnu: aws-c-s3: Update to 0.7.14.
gnu: aws-c-mqtt: Update to 0.12.3.
gnu: aws-c-event-stream: Update to 0.5.4.
gnu: aws-crt-cpp: Update to 0.32.2.
gnu: aws-sdk-cpp: Update to 1.11.538.
gnu/local.mk | 1 -
gnu/packages/c.scm | 48 +++++++++----------
gnu/packages/cpp.scm | 9 ++--
.../aws-c-auth-install-private-headers.patch | 19 --------
gnu/packages/tls.scm | 9 ++--
5 files changed, 33 insertions(+), 53 deletions(-)
delete mode 100644 gnu/packages/patches/aws-c-auth-install-private-headers.patch
base-commit: 3aa17a955afe9fb05a232c3fb521426244c0bc67
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:03 GMT)
Full text and
rfc822 format available.
Message #29 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/tls.scm (s2n): Update to 1.5.15.
Change-Id: I9d3285c2b58ee789b15a875f9cca3649a4451c67
---
gnu/packages/tls.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 94095fb126..8b108d250f 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1155,7 +1155,7 @@ (define-public s2n
(package
(name "s2n")
;; Update only when updating aws-crt-cpp.
- (version "1.5.1")
+ (version "1.5.15")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1164,7 +1164,7 @@ (define-public s2n
(file-name (git-file-name name version))
(sha256
(base32
- "0cw8f846zvjgdwaqadnhdb0cxksx4jd9x4nan9x02xz2w5hcqw04"))))
+ "0b8ym4ns56fa5pkrvsm5kghh8mii0q0kc1mz2plg1ypm5zny02kw"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:04 GMT)
Full text and
rfc822 format available.
Message #32 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-checksums): Update to 0.2.5.
Change-Id: Ic73d1cc942bcf3270606ccdd7cf7247a4a4f350a
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index edf1eda3fa..75405f682f 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1086,7 +1086,7 @@ (define-public aws-checksums
(package
(name "aws-checksums")
;; Update only when updating aws-crt-cpp.
- (version "0.1.18")
+ (version "0.2.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1095,7 +1095,7 @@ (define-public aws-checksums
(file-name (git-file-name name version))
(sha256
(base32
- "1lwbs5b89z4z8pswlfhj4fn73flwmr060byy3apqfay8rxmia4hj"))))
+ "06mpn3g882gx1ds3962a86l2r1hq7wjkdq6lsb3ixmri7sfmi26r"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:05 GMT)
Full text and
rfc822 format available.
Message #35 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-c-common): Update to 0.12.2.
Change-Id: Iff74f1ffd621edc1c6c8d740113d7ac14ca37c5e
---
gnu/packages/c.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 8efb782811..edf1eda3fa 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -23,6 +23,7 @@
;;; Copyright © 2023, 2024 David Elsing <david.elsing <at> posteo.net>
;;; Copyright @ 2022, Kitzman <kitzman <at> disroot.org>
;;; Copyright @ 2025 Dariqq <dariqq <at> posteo.net>
+;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1057,7 +1058,7 @@ (define-public aws-c-common
(package
(name "aws-c-common")
;; Update only when updating aws-crt-cpp.
- (version "0.9.27")
+ (version "0.12.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1066,7 +1067,7 @@ (define-public aws-c-common
(file-name (git-file-name name version))
(sha256
(base32
- "1wzlxvcwr4s31c4q8nyj66x3za9s01xzq47ap2jwvr61c93pxcam"))))
+ "1drad31f3ynvjy2xmgnidzwxya2z47n9wa4s13cpnzf2aga0jb4v"))))
(build-system cmake-build-system)
(arguments
'(#:parallel-tests? #f
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:06 GMT)
Full text and
rfc822 format available.
Message #38 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-c-compression): Update to 0.3.1.
Change-Id: Id4602362f043b58ac9853be4e6c629f58a1ba4bf
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 7120c5a72b..0785d3bcea 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1281,7 +1281,7 @@ (define-public aws-c-compression
(package
(name "aws-c-compression")
;; Update only when updating aws-crt-cpp.
- (version "0.2.19")
+ (version "0.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1290,7 +1290,7 @@ (define-public aws-c-compression
(file-name (git-file-name name version))
(sha256
(base32
- "17ka9fbv41njrkby8ac13djy65y54k85mxms3cjl6khsnvil5gb6"))))
+ "0vh1rapnk6mhcdk3clihxzli7mrik89m9py3hp3h59p937xfx6l2"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:07 GMT)
Full text and
rfc822 format available.
Message #41 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-c-cal): Update to 0.8.9.
Change-Id: I80d003d645fdb390db1fb74d91daa808d0a40a5f
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 75405f682f..7120c5a72b 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1176,7 +1176,7 @@ (define-public aws-c-cal
(package
(name "aws-c-cal")
;; Update only when updating aws-crt-cpp.
- (version "0.7.4")
+ (version "0.8.9")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1185,7 +1185,7 @@ (define-public aws-c-cal
(file-name (git-file-name name version))
(sha256
(base32
- "01h3ypypn3lbqm9r252zkh26wg8g7acl1slddy4vd59nfwqlwp7m"))))
+ "10n5v7s9z2kfbsq7frkwq1l4383yrq9bc3qlsxz2hrliy230828h"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:08 GMT)
Full text and
rfc822 format available.
Message #44 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-c-http): Update to 0.9.6.
Change-Id: I064d28f9218ddec66b3eaaeabd90fd7c709c2f2b
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 3b5d7f623c..140763c18e 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1251,7 +1251,7 @@ (define-public aws-c-http
(package
(name "aws-c-http")
;; Update only when updating aws-crt-cpp.
- (version "0.8.8")
+ (version "0.9.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1260,7 +1260,7 @@ (define-public aws-c-http
(file-name (git-file-name name version))
(sha256
(base32
- "0kap7r9mj564k7ncl2p6kyqp88vxkj80r277xkd6fry8d3plviac"))))
+ "0anasabsgyyn56v3w1p6sq558n646ifxgqxyy0j0601wvxxmk641"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:08 GMT)
Full text and
rfc822 format available.
Message #47 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-c-io): Update to 0.18.0.
Change-Id: Iad7ce2b2d355ed6bb3374511057dab7cce375d7f
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 0785d3bcea..3b5d7f623c 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1147,7 +1147,7 @@ (define-public aws-c-io
(package
(name "aws-c-io")
;; Update only when updating aws-crt-cpp.
- (version "0.14.18")
+ (version "0.18.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1156,7 +1156,7 @@ (define-public aws-c-io
(file-name (git-file-name name version))
(sha256
(base32
- "09m3n81jibn8fhg7z6dkhj7dc7sds9n3mbr3n7jgg64zpf0lx9kl"))))
+ "07awsk4l3aj6g9k5c3xbd2i8hr9hlcs1xh1jv295yyld46qyg4ma"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:09 GMT)
Full text and
rfc822 format available.
Message #50 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-c-sdkutils): Update to 0.2.3.
Change-Id: Ib4bd6015e6eedcdf19e818556b4174dfe69439d3
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 140763c18e..36a51afc19 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1204,7 +1204,7 @@ (define-public aws-c-sdkutils
(package
(name "aws-c-sdkutils")
;; Update only when updating aws-crt-cpp.
- (version "0.1.19")
+ (version "0.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1213,7 +1213,7 @@ (define-public aws-c-sdkutils
(file-name (git-file-name name version))
(sha256
(base32
- "12xpnx0qxnjc2gnbpxq0kx6dfyi650zlrl2ykfhn3z9h6gj0lz8s"))))
+ "09smvqgg08kr5xri5kc94v67154pxx032vdia0agx86q1pxyfl9l"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:09 GMT)
Full text and
rfc822 format available.
Message #53 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-c-auth): Update to 0.9.0.
[source]: Remove patch.
* gnu/packages/patches/aws-c-auth-install-private-headers.patch: Delete
patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: If70f534f45855d07adcd8ee4f91b32b47ae0a786
---
gnu/local.mk | 1 -
gnu/packages/c.scm | 7 ++-----
.../aws-c-auth-install-private-headers.patch | 19 -------------------
3 files changed, 2 insertions(+), 25 deletions(-)
delete mode 100644 gnu/packages/patches/aws-c-auth-install-private-headers.patch
diff --git a/gnu/local.mk b/gnu/local.mk
index a96ca42532..fc91b7ef02 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1031,7 +1031,6 @@ dist_patch_DATA = \
%D%/packages/patches/avidemux-install-to-lib.patch \
%D%/packages/patches/awesome-reproducible-png.patch \
%D%/packages/patches/awesome-4.3-fno-common.patch \
- %D%/packages/patches/aws-c-auth-install-private-headers.patch \
%D%/packages/patches/azr3.patch \
%D%/packages/patches/azr3-remove-lash.patch \
%D%/packages/patches/barony-fix-textures.patch \
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 36a51afc19..cb620e4aa6 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1310,7 +1310,7 @@ (define-public aws-c-auth
(package
(name "aws-c-auth")
;; Update only when updating aws-crt-cpp.
- (version "0.7.26")
+ (version "0.9.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1319,10 +1319,7 @@ (define-public aws-c-auth
(file-name (git-file-name name version))
(sha256
(base32
- "0im29xh80dpm4hlwq02dyv6il9whbcxhgwp1gw5nj68c33dp4ryk"))
- (patches
- (search-patches
- "aws-c-auth-install-private-headers.patch"))))
+ "1pfnd65q72rg4y062ajd5imzl6v4n2cgn7nimjxkb0p6shhd8c0z"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
diff --git a/gnu/packages/patches/aws-c-auth-install-private-headers.patch b/gnu/packages/patches/aws-c-auth-install-private-headers.patch
deleted file mode 100644
index 990fd6f2eb..0000000000
--- a/gnu/packages/patches/aws-c-auth-install-private-headers.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-aws-sdk-cpp depends on the private headers from aws-c-auth. This dependency was
-added to aws-sdk-cpp in commit 23cca02c2df on 2021-06-04.
-
-The following error is generated when building aws-sdk-cpp when the private
-aws-c-auth headers are not installed:
-
-/tmp/guix-build-aws-sdk-cpp-1.9.121.drv-0/aws-sdk-cpp-1.9.121-checkout/aws-cpp-sdk-core-tests/aws/auth/AWSAuthSignerTest.cpp:17:10: fatal error: aws/auth/private/aws_signing.h: No such file or directory
- #include <aws/auth/private/aws_signing.h>
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -110,6 +114,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC ${DEP_AWS_LIBS} ${PLATFORM_LIBS})
- aws_prepare_shared_lib_exports(${PROJECT_NAME})
-
- install(FILES ${AWS_AUTH_ROOT_HEADERS} DESTINATION "include/aws/auth" COMPONENT Development)
-+install(FILES ${AWS_AUTH_PRIVATE_HEADERS} DESTINATION "include/aws/auth/private" COMPONENT Development)
-
- if (BUILD_SHARED_LIBS)
- set (TARGET_DIR "shared")
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:10 GMT)
Full text and
rfc822 format available.
Message #56 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-c-mqtt): Update to 0.12.3.
Change-Id: Ib95386f559281f00f70d1c183eedef05bb3483d0
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 2c62ad041d..6148dd4816 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1370,7 +1370,7 @@ (define-public aws-c-mqtt
(package
(name "aws-c-mqtt")
;; Update only when updating aws-crt-cpp.
- (version "0.10.4")
+ (version "0.12.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1379,7 +1379,7 @@ (define-public aws-c-mqtt
(file-name (git-file-name name version))
(sha256
(base32
- "1sa5bxnva9qwx00a49l1pppz0gnkxbwam4g6r3gw7w6265kjrswb"))))
+ "1bq4cw6w5p94rsbyl05k4dx4dnmbnnhbs240dvvkggbyvvd5k0z6"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:10 GMT)
Full text and
rfc822 format available.
Message #59 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-c-event-stream): Update to 0.5.4.
Change-Id: I3e5f0733c3b55fb7c587e6d54fd30fbb457ed419
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 6148dd4816..b2e3096c54 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1115,7 +1115,7 @@ (define-public aws-c-event-stream
(package
(name "aws-c-event-stream")
;; Update only when updating aws-crt-cpp.
- (version "0.4.3")
+ (version "0.5.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1124,7 +1124,7 @@ (define-public aws-c-event-stream
(file-name (git-file-name name version))
(sha256
(base32
- "0pm6ggm2yv5rqfijvi0zd7xf4a0zq0m21c36vhgda5mh5wbhzf64"))))
+ "0bxbvmj59g51k2w8dny65j48z02z5n30c86qzhh88x2qv6hg52v3"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:11 GMT)
Full text and
rfc822 format available.
Message #62 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/c.scm (aws-c-s3): Update to 0.7.14.
Change-Id: I9f8fa038e5115ab70d5931b6d88b4cf79e4dd056
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index cb620e4aa6..2c62ad041d 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1340,7 +1340,7 @@ (define-public aws-c-s3
(package
(name "aws-c-s3")
;; Update only when updating aws-crt-cpp.
- (version "0.6.4")
+ (version "0.7.14")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1349,7 +1349,7 @@ (define-public aws-c-s3
(file-name (git-file-name name version))
(sha256
(base32
- "08kzdpjn48bzg4hvvr92yv6igvppja6xcrqr6hsliai6088nw4kl"))))
+ "1zh6nf3cxglsdn00m697yl90w2rc012chd9zivd6jd4i4ck6wq7q"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:12 GMT)
Full text and
rfc822 format available.
Message #65 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.32.2.
Change-Id: Ic09784de47b83c7d68e99602b1e85db18a81ab49
---
gnu/packages/cpp.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index bdd0a5e5c4..5de2e7a628 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -44,6 +44,7 @@
;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch <at> web.de>
;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus <at> gmail.com>
;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
+;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2268,7 +2269,7 @@ (define-public aws-crt-cpp
;; Update only when updating aws-sdk-cpp, and when updating also update
;; versions of library dependencies linked from from
;; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt
- (version "0.28.2")
+ (version "0.32.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2277,7 +2278,7 @@ (define-public aws-crt-cpp
(file-name (git-file-name name version))
(sha256
(base32
- "1jnj5q6jcw1nh74yzdbi99x338lc3v2wjlgvjnzclla4p66pi712"))))
+ "1xakyki8sxn6pxmmmf41n3wl0qsgsags0wvj74jmhfln4g2c4qy9"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
Information forwarded
to
code <at> greghogan.com, guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Wed, 02 Apr 2025 11:49:12 GMT)
Full text and
rfc822 format available.
Message #68 received at 77176 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.538.
Change-Id: Ic3b27cab54157d728a8ea9250338265517619cb0
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 5de2e7a628..b181a15725 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2307,7 +2307,7 @@ (define-public aws-sdk-cpp
(name "aws-sdk-cpp")
; When updating also check for a tagged update to aws-crt-cpp from
; https://github.com/aws/aws-sdk-cpp/tree/main/crt
- (version "1.11.402")
+ (version "1.11.538")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2316,7 +2316,7 @@ (define-public aws-sdk-cpp
(file-name (git-file-name name version))
(sha256
(base32
- "016jzz01c8mf5v732rk8gglmvpa8lf5c5r7jndvbp6gn6nlvnplx"))))
+ "1h7wsya0wi38m3gdyjcfwsg574sqz9cidirhhz9rf1ss2bkkm6w7"))))
(build-system cmake-build-system)
(arguments
'(;; Tests are run during the build phase.
--
2.49.0
Changed bug title to '[PATCH v2] s2n-tls, and aws-* packages update' from '[PATCH 0/2] Update s2n to 1.5.15.'
Request was from
"Ashish SHUKLA" <ashish.is <at> lostca.se>
to
control <at> debbugs.gnu.org
.
(Wed, 02 Apr 2025 11:51:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77176
; Package
guix-patches
.
(Sun, 06 Apr 2025 16:52:01 GMT)
Full text and
rfc822 format available.
Message #73 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> This patch series updates all the aws-* packages, and all seem to build fine.
>
> Ashish SHUKLA (15):
> gnu: aws-lc: Update to 1.49.1
> gnu: s2n: Update to 1.5.15.
> gnu: aws-c-common: Update to 0.12.2.
> gnu: aws-checksums: Update to 0.2.5.
> gnu: aws-c-cal: Update to 0.8.9.
> gnu: aws-c-compression: Update to 0.3.1.
> gnu: aws-c-io: Update to 0.18.0.
> gnu: aws-c-http: Update to 0.9.6.
> gnu: aws-c-sdkutils: Update to 0.2.3.
> gnu: aws-c-auth: Update to 0.9.0.
> gnu: aws-c-s3: Update to 0.7.14.
> gnu: aws-c-mqtt: Update to 0.12.3.
> gnu: aws-c-event-stream: Update to 0.5.4.
> gnu: aws-crt-cpp: Update to 0.32.2.
> gnu: aws-sdk-cpp: Update to 1.11.538.
>
> gnu/local.mk | 1 -
> gnu/packages/c.scm | 48 +++++++++----------
> gnu/packages/cpp.scm | 9 ++--
> .../aws-c-auth-install-private-headers.patch | 19 --------
> gnu/packages/tls.scm | 9 ++--
> 5 files changed, 33 insertions(+), 53 deletions(-)
> delete mode 100644 gnu/packages/patches/aws-c-auth-install-private-headers.patch
>
>
> base-commit: 3aa17a955afe9fb05a232c3fb521426244c0bc67
Thanks all, I've pushed these to master as
932f9354da9d2dcbf57e7add9efb523d7cced74a.
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 06 Apr 2025 16:52:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
ashish.is <at> lostca.se
:
bug acknowledged by developer.
(Sun, 06 Apr 2025 16:52:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 05 May 2025 11:24:12 GMT)
Full text and
rfc822 format available.
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.