[Buildroot] [PATCH 2025.02.x] package/cmake: bump to v3.31.12

Thomas Perale thomas.perale at mind.be
Fri May 15 13:33:19 UTC 2026


In reply of:
> See the release notes:
> 
> - https://cmake.org/cmake/help/latest/release/3.31.html#id2
> - https://cmake.org/cmake/help/latest/release/3.31.html#id3
> 
> This notably include fix for host w/ host-gcc16 [1].
> 
> [1] https://gitlab.kitware.com/cmake/cmake/-/commit/ea04e19daf7010781d0df980b9683a642093e381
> 
> Signed-off-by: Thomas Perale <thomas.perale at mind.be>

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 cbca2fc355..058b900199 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.9-SHA-256.txt
> -sha256  5d4fdec04247ca8a8e8f63692f0d0f1e9d6d082a2bdd008dff8ab3ba7215aa83  cmake-3.31.9.tar.gz
> +# From https://cmake.org/files/v3.31/cmake-3.31.12-SHA-256.txt
> +sha256  5f3fd5a54dfa65602bdbed64f981a72673cc19f2d304cc2955cf0dfa0cfd8272  cmake-3.31.12.tar.gz
>  
>  # Locally calculated
>  sha256  0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8  Copyright.txt
> diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
> index 304dc3755a..249e65700d 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).9
> +CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).12
>  CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
>  CMAKE_LICENSE = BSD-3-Clause
>  CMAKE_LICENSE_FILES = Copyright.txt
> -- 
> 2.54.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot


More information about the buildroot mailing list