* [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.30.0
@ 2024-07-10 21:42 Bernd Kuhls
2024-07-10 21:56 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2024-07-10 21:42 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni
Release notes:
https://cmake.org/cmake/help/latest/release/3.29.html
https://cmake.org/cmake/help/latest/release/3.30.html
Updated license hash due to copyright year bump:
https://gitlab.kitware.com/cmake/cmake/-/commit/4bc97565d0f97fa1a840d56ab58be46ccad175e0
and updated zlib version:
https://gitlab.kitware.com/cmake/cmake/-/commit/6c2bed54f6610405e1a37aa48ff0f8d25f198076
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/cmake/Config.in.host | 10 ++++++++++
package/cmake/cmake.hash | 6 +++---
package/cmake/cmake.mk | 4 ++--
3 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/package/cmake/Config.in.host b/package/cmake/Config.in.host
index c38bb9daaa..389300f31f 100644
--- a/package/cmake/Config.in.host
+++ b/package/cmake/Config.in.host
@@ -51,10 +51,20 @@ config BR2_HOST_CMAKE_AT_LEAST_3_28
bool
select BR2_HOST_CMAKE_AT_LEAST_3_27
+config BR2_HOST_CMAKE_AT_LEAST_3_29
+ bool
+ select BR2_HOST_CMAKE_AT_LEAST_3_28
+
+config BR2_HOST_CMAKE_AT_LEAST_3_30
+ bool
+ select BR2_HOST_CMAKE_AT_LEAST_3_29
+
# This order guarantees that the highest version is set, as kconfig
# stops affecting a value on the first matching default.
config BR2_HOST_CMAKE_AT_LEAST
string
+ default "3.30" if BR2_HOST_CMAKE_AT_LEAST_3_30
+ default "3.29" if BR2_HOST_CMAKE_AT_LEAST_3_29
default "3.28" if BR2_HOST_CMAKE_AT_LEAST_3_28
default "3.27" if BR2_HOST_CMAKE_AT_LEAST_3_27
default "3.26" if BR2_HOST_CMAKE_AT_LEAST_3_26
diff --git a/package/cmake/cmake.hash b/package/cmake/cmake.hash
index 74b4a0a3a8..ee6dab551c 100644
--- a/package/cmake/cmake.hash
+++ b/package/cmake/cmake.hash
@@ -1,5 +1,5 @@
-# From https://cmake.org/files/v3.28/cmake-3.28.3-SHA-256.txt
-sha256 72b7570e5c8593de6ac4ab433b73eab18c5fb328880460c86ce32608141ad5c1 cmake-3.28.3.tar.gz
+# From https://cmake.org/files/v3.30/cmake-3.30.0-SHA-256.txt
+sha256 157e5be6055c154c34f580795fe5832f260246506d32954a971300ed7899f579 cmake-3.30.0.tar.gz
# Locally calculated
-sha256 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756 Copyright.txt
+sha256 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8 Copyright.txt
diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index 49d1f9fea5..eacecdc0ee 100644
--- a/package/cmake/cmake.mk
+++ b/package/cmake/cmake.mk
@@ -5,8 +5,8 @@
################################################################################
# When updating the version, please also update BR2_HOST_CMAKE_AT_LEAST_X_Y
-CMAKE_VERSION_MAJOR = 3.28
-CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).3
+CMAKE_VERSION_MAJOR = 3.30
+CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).0
CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
CMAKE_LICENSE = BSD-3-Clause
CMAKE_LICENSE_FILES = Copyright.txt
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-10 21:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10 21:42 [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.30.0 Bernd Kuhls
2024-07-10 21:56 ` Thomas Petazzoni 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.