* [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.31.9
@ 2025-10-18 17:19 Bernd Kuhls
2025-10-19 13:51 ` Julien Olivain via buildroot
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Bernd Kuhls @ 2025-10-18 17:19 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni
Fixes build error with libcurl 8.16.0 introduced by buildroot commit
fb5fb06ee5a886df5036c5c5e6c4536f2bc8e1c1
Fixes:
https://autobuild.buildroot.net/results/92b/92b1ed36e750d9ad756793814f9d1133bda0e013/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/cmake/cmake.hash | 4 ++--
package/cmake/cmake.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/cmake/cmake.hash b/package/cmake/cmake.hash
index 6101fe16f0..cbca2fc355 100644
--- a/package/cmake/cmake.hash
+++ b/package/cmake/cmake.hash
@@ -1,5 +1,5 @@
-# From https://cmake.org/files/v3.31/cmake-3.31.8-SHA-256.txt
-sha256 e3cde3ca83dc2d3212105326b8f1b565116be808394384007e7ef1c253af6caa cmake-3.31.8.tar.gz
+# From https://cmake.org/files/v3.31/cmake-3.31.9-SHA-256.txt
+sha256 5d4fdec04247ca8a8e8f63692f0d0f1e9d6d082a2bdd008dff8ab3ba7215aa83 cmake-3.31.9.tar.gz
# Locally calculated
sha256 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8 Copyright.txt
diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index 1eb4da90ad..8f3a54be5a 100644
--- a/package/cmake/cmake.mk
+++ b/package/cmake/cmake.mk
@@ -6,7 +6,7 @@
# When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y
CMAKE_VERSION_MAJOR = 3.31
-CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).8
+CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).9
CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
CMAKE_LICENSE = BSD-3-Clause
CMAKE_LICENSE_FILES = Copyright.txt
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.31.9
2025-10-18 17:19 [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.31.9 Bernd Kuhls
@ 2025-10-19 13:51 ` Julien Olivain via buildroot
2025-12-13 15:18 ` Thomas Bonnefille via buildroot
2025-12-18 16:37 ` Arnout Vandecappelle via buildroot
2 siblings, 0 replies; 5+ messages in thread
From: Julien Olivain via buildroot @ 2025-10-19 13:51 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot, Thomas Petazzoni
On 18/10/2025 19:19, Bernd Kuhls wrote:
> Fixes build error with libcurl 8.16.0 introduced by buildroot commit
> fb5fb06ee5a886df5036c5c5e6c4536f2bc8e1c1
>
> Fixes:
> https://autobuild.buildroot.net/results/92b/92b1ed36e750d9ad756793814f9d1133bda0e013/
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.31.9
2025-10-18 17:19 [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.31.9 Bernd Kuhls
2025-10-19 13:51 ` Julien Olivain via buildroot
@ 2025-12-13 15:18 ` Thomas Bonnefille via buildroot
2025-12-14 17:22 ` Thomas Perale via buildroot
2025-12-18 16:37 ` Arnout Vandecappelle via buildroot
2 siblings, 1 reply; 5+ messages in thread
From: Thomas Bonnefille via buildroot @ 2025-12-13 15:18 UTC (permalink / raw)
To: bernd; +Cc: Titouan Christophe, Thomas Perale, thomas.petazzoni, buildroot
Hello,
This patch should probably be applied to 2025.02 too to fix this build
error :
https://autobuild.buildroot.org/results/921/92123aa8361663796d5e27188b21fd6338b4f1df/build-end.log
It was fixed upstream in cmake with this commit :
https://gitlab.kitware.com/cmake/cmake/-/commit/c8143074cf3954b1e169904eb9d843cfbe14acc3
which was applied in CMake 3.31.9.
Regards,
Thomas
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.31.9
2025-10-18 17:19 [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.31.9 Bernd Kuhls
2025-10-19 13:51 ` Julien Olivain via buildroot
2025-12-13 15:18 ` Thomas Bonnefille via buildroot
@ 2025-12-18 16:37 ` Arnout Vandecappelle via buildroot
2 siblings, 0 replies; 5+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2025-12-18 16:37 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot
In reply of:
> Fixes build error with libcurl 8.16.0 introduced by buildroot commit
> fb5fb06ee5a886df5036c5c5e6c4536f2bc8e1c1
>
> Fixes:
> https://autobuild.buildroot.net/results/92b/92b1ed36e750d9ad756793814f9d1133bda0e013/
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to 2025.02.x. Thanks
> ---
> package/cmake/cmake.hash | 4 ++--
> package/cmake/cmake.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/cmake/cmake.hash b/package/cmake/cmake.hash
> index 6101fe16f0..cbca2fc355 100644
> --- a/package/cmake/cmake.hash
> +++ b/package/cmake/cmake.hash
> @@ -1,5 +1,5 @@
> -# From https://cmake.org/files/v3.31/cmake-3.31.8-SHA-256.txt
> -sha256 e3cde3ca83dc2d3212105326b8f1b565116be808394384007e7ef1c253af6caa cmake-3.31.8.tar.gz
> +# From https://cmake.org/files/v3.31/cmake-3.31.9-SHA-256.txt
> +sha256 5d4fdec04247ca8a8e8f63692f0d0f1e9d6d082a2bdd008dff8ab3ba7215aa83 cmake-3.31.9.tar.gz
>
> # Locally calculated
> sha256 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8 Copyright.txt
> diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
> index 1eb4da90ad..8f3a54be5a 100644
> --- a/package/cmake/cmake.mk
> +++ b/package/cmake/cmake.mk
> @@ -6,7 +6,7 @@
>
> # When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y
> CMAKE_VERSION_MAJOR = 3.31
> -CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).8
> +CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).9
> CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
> CMAKE_LICENSE = BSD-3-Clause
> CMAKE_LICENSE_FILES = Copyright.txt
> --
> 2.47.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-12-18 16:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-18 17:19 [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.31.9 Bernd Kuhls
2025-10-19 13:51 ` Julien Olivain via buildroot
2025-12-13 15:18 ` Thomas Bonnefille via buildroot
2025-12-14 17:22 ` Thomas Perale via buildroot
2025-12-18 16:37 ` Arnout Vandecappelle via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.