Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next] package/cmake: bump to 3.30.2
@ 2024-08-22 10:38 Thomas Petazzoni via buildroot
  2024-10-28 22:10 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-22 10:38 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni

This is minor release. According to
https://cmake.org/cmake/help/latest/release/3.30.html#updates:

3.30.1, 3.30.2

These versions made no changes to documented features or
interfaces. Some implementation updates were made to support ecosystem
changes and/or fix regressions.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 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 ee6dab551c..1a59c3fe89 100644
--- a/package/cmake/cmake.hash
+++ b/package/cmake/cmake.hash
@@ -1,5 +1,5 @@
-# From https://cmake.org/files/v3.30/cmake-3.30.0-SHA-256.txt
-sha256  157e5be6055c154c34f580795fe5832f260246506d32954a971300ed7899f579  cmake-3.30.0.tar.gz
+# From https://cmake.org/files/v3.30/cmake-3.30.2-SHA-256.txt
+sha256  46074c781eccebc433e98f0bbfa265ca3fd4381f245ca3b140e7711531d60db2  cmake-3.30.2.tar.gz
 
 # Locally calculated
 sha256  0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8  Copyright.txt
diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index 842457eb34..e7d2d86791 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.30
-CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).0
+CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).2
 CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
 CMAKE_LICENSE = BSD-3-Clause
 CMAKE_LICENSE_FILES = Copyright.txt
-- 
2.46.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH next] package/cmake: bump to 3.30.2
       [not found] <20240822103854.2114748-1-thomas.petazzoni__44393.730528985$1724323164$gmane$org@bootlin.com>
@ 2024-09-08 21:39 ` Bernd Kuhls
  2024-11-13 16:11   ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2024-09-08 21:39 UTC (permalink / raw)
  To: buildroot

Am Thu, 22 Aug 2024 12:38:53 +0200 schrieb Thomas Petazzoni via buildroot:

> This is minor release. According to
> https://cmake.org/cmake/help/latest/release/3.30.html#updates:
> 
> 3.30.1, 3.30.2

Tested-by: Bernd Kuhls <bernd@kuhls.net>
[built my usual setup without problems, btw: 3.30.3 is out ;))

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH next] package/cmake: bump to 3.30.2
  2024-08-22 10:38 [Buildroot] [PATCH next] package/cmake: bump to 3.30.2 Thomas Petazzoni via buildroot
@ 2024-10-28 22:10 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-28 22:10 UTC (permalink / raw)
  To: Thomas Petazzoni via buildroot; +Cc: Thomas Petazzoni

On Thu, 22 Aug 2024 12:38:53 +0200
Thomas Petazzoni via buildroot <buildroot@buildroot.org> wrote:

> This is minor release. According to
> https://cmake.org/cmake/help/latest/release/3.30.html#updates:
> 
> 3.30.1, 3.30.2
> 
> These versions made no changes to documented features or
> interfaces. Some implementation updates were made to support ecosystem
> changes and/or fix regressions.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
> ---
>  package/cmake/cmake.hash | 4 ++--
>  package/cmake/cmake.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH next] package/cmake: bump to 3.30.2
  2024-09-08 21:39 ` Bernd Kuhls
@ 2024-11-13 16:11   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2024-11-13 16:11 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:

 > Am Thu, 22 Aug 2024 12:38:53 +0200 schrieb Thomas Petazzoni via buildroot:
 >> This is minor release. According to
 >> https://cmake.org/cmake/help/latest/release/3.30.html#updates:
 >> 
 >> 3.30.1, 3.30.2

Committed to 2024.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-13 16:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 10:38 [Buildroot] [PATCH next] package/cmake: bump to 3.30.2 Thomas Petazzoni via buildroot
2024-10-28 22:10 ` Thomas Petazzoni via buildroot
     [not found] <20240822103854.2114748-1-thomas.petazzoni__44393.730528985$1724323164$gmane$org@bootlin.com>
2024-09-08 21:39 ` Bernd Kuhls
2024-11-13 16:11   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox