[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
142/246: gnu: mbedtls-lts: Update to 2.28.9 and fix build with gcc-14.
From: |
guix-commits |
Subject: |
142/246: gnu: mbedtls-lts: Update to 2.28.9 and fix build with gcc-14. |
Date: |
Mon, 13 Jan 2025 03:06:27 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit b529734bae7e26938831aa312f6c578ad9022fd7
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jan 2 13:45:34 2025 +0100
gnu: mbedtls-lts: Update to 2.28.9 and fix build with gcc-14.
* gnu/packages/tls.scm (mbedtls-lts): Update to 2.28.9.
[arguments]: Extend #:configure-flags to relax gcc-14's strictness.
Change-Id: I928b2c9b76966f830ff8c953d8978518f9e2993b
---
gnu/packages/tls.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 3d9951b59b..36872e60c9 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
-;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020, 2023, 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020, 2021, 2023, 2024 Maxim Cournoyer
<maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
@@ -966,7 +966,7 @@ number generator")
(define-public mbedtls-lts
(package
(name "mbedtls")
- (version "2.28.7")
+ (version "2.28.9")
(source
(origin
(method git-fetch)
@@ -975,11 +975,12 @@ number generator")
(commit (string-append "mbedtls-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "070i5pxciw04swfqk1rmdprhsafn4cias3dlmkm467pqpjnhb394"))))
+ (base32 "0ldqhvmj9wl0yp3hz675zbnq69lw533s0ahy9bbdxxnj5gjb86gw"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags
- #~(list "-DUSE_SHARED_MBEDTLS_LIBRARY=ON"
+ #~(list "-DCMAKE_C_FLAGS=-Wno-error=calloc-transposed-args"
+ "-DUSE_SHARED_MBEDTLS_LIBRARY=ON"
"-DUSE_STATIC_MBEDTLS_LIBRARY=OFF")
#:phases
#~(modify-phases %standard-phases
- 221/246: gnu: cheese: Fix build with gcc-14., (continued)
- 221/246: gnu: cheese: Fix build with gcc-14., guix-commits, 2025/01/13
- 226/246: gnu: openmpi-4: Fix build with gcc-14., guix-commits, 2025/01/13
- 222/246: gnu: icedtea-8: Fix build with gcc-14., guix-commits, 2025/01/13
- 13/246: gnu: unzip: Fix build with gcc-14., guix-commits, 2025/01/13
- 246/246: gnu: gettext: Update to 0.23.1., guix-commits, 2025/01/13
- 33/246: gnu: localed: Fix build with gcc-14., guix-commits, 2025/01/13
- 29/246: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/13
- 34/246: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/01/13
- 149/246: gnu: podofo: Fix build with gcc-14., guix-commits, 2025/01/13
- 153/246: gnu: rrdtool: Update to 1.9.0; fixes build with gcc-14., guix-commits, 2025/01/13
- 142/246: gnu: mbedtls-lts: Update to 2.28.9 and fix build with gcc-14.,
guix-commits <=
- 154/246: gnu: colord-minimal: Fix build with gcc-14., guix-commits, 2025/01/13
- 179/246: gnu: perl-tk: Fix build with gcc-14., guix-commits, 2025/01/13
- 161/246: gnu: r: Fix build with gcc-14., guix-commits, 2025/01/13
- 198/246: gnu: telepathy-glib: Fix build with gcc-14., guix-commits, 2025/01/13
- 242/246: gnu: clang-runtime-18: Build with gcc-12., guix-commits, 2025/01/13
- 224/246: gnu: freerdp: Fix build with gcc-14., guix-commits, 2025/01/13
- 172/246: gnu: cdrkit-libre: Fix build with gcc-14., guix-commits, 2025/01/13
- 171/246: gnu: r-rcppparallel: Fix build with gcc-14., guix-commits, 2025/01/13
- 175/246: gnu: python-pyicu: Update to 2.14; fixes build., guix-commits, 2025/01/13
- 178/246: gnu: ghc-7.10.3: Build with gcc-13., guix-commits, 2025/01/13