Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.15.5
@ 2019-11-01 21:40 Bernd Kuhls
  2019-11-02  9:08 ` Thomas Petazzoni
  2019-11-02 10:24 ` Yann E. MORIN
  0 siblings, 2 replies; 5+ messages in thread
From: Bernd Kuhls @ 2019-11-01 21:40 UTC (permalink / raw)
  To: buildroot

Release notes:
https://blog.kitware.com/cmake-3-15-5-available-for-download/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 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 bbf6e19f27..983c292983 100644
--- a/package/cmake/cmake.hash
+++ b/package/cmake/cmake.hash
@@ -1,5 +1,5 @@
-# From https://cmake.org/files/v3.15/cmake-3.15.4-SHA-256.txt
-sha256 8a211589ea21374e49b25fc1fc170e2d5c7462b795f1b29c84dd0e984301ed7a  cmake-3.15.4.tar.gz
+# From https://cmake.org/files/v3.15/cmake-3.15.5-SHA-256.txt
+sha256 fbdd7cef15c0ced06bb13024bfda0ecc0dedbcaaaa6b8a5d368c75255243beb4  cmake-3.15.5.tar.gz
 
 # Locally calculated
 sha256 dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9  Copyright.txt
diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
index 7c6ddf57a4..1f30736023 100644
--- a/package/cmake/cmake.mk
+++ b/package/cmake/cmake.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 CMAKE_VERSION_MAJOR = 3.15
-CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).4
+CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).5
 CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
 CMAKE_LICENSE = BSD-3-Clause
 CMAKE_LICENSE_FILES = Copyright.txt
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.15.5
  2019-11-01 21:40 [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.15.5 Bernd Kuhls
@ 2019-11-02  9:08 ` Thomas Petazzoni
  2019-11-02 10:24 ` Yann E. MORIN
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-11-02  9:08 UTC (permalink / raw)
  To: buildroot

On Fri,  1 Nov 2019 22:40:52 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Release notes:
> https://blog.kitware.com/cmake-3-15-5-available-for-download/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  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

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

* [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.15.5
  2019-11-01 21:40 [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.15.5 Bernd Kuhls
  2019-11-02  9:08 ` Thomas Petazzoni
@ 2019-11-02 10:24 ` Yann E. MORIN
  2019-11-02 21:31   ` Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2019-11-02 10:24 UTC (permalink / raw)
  To: buildroot

Bernd, All,

On 2019-11-01 22:40 +0100, Bernd Kuhls spake thusly:
> Release notes:
> https://blog.kitware.com/cmake-3-15-5-available-for-download/

Thanks for the poitner to the release notes.

Although I understand we usually want to update, the release notes for
this version only list one fix to an example file, and fixes for VS
(Visual Studio, thus Windows) and Xcode (thus MacOS). So, nothing that
applies to Linux, and to us.

I don't think we want updates just for the sake of having updates.
Bumping a package, especially one that can be considered part of the
core components, should bring something besides just bragging about
"up-to-date".

(but I see Thomas already applied it.)

Regards,
Yann E. MORIN.

> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  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 bbf6e19f27..983c292983 100644
> --- a/package/cmake/cmake.hash
> +++ b/package/cmake/cmake.hash
> @@ -1,5 +1,5 @@
> -# From https://cmake.org/files/v3.15/cmake-3.15.4-SHA-256.txt
> -sha256 8a211589ea21374e49b25fc1fc170e2d5c7462b795f1b29c84dd0e984301ed7a  cmake-3.15.4.tar.gz
> +# From https://cmake.org/files/v3.15/cmake-3.15.5-SHA-256.txt
> +sha256 fbdd7cef15c0ced06bb13024bfda0ecc0dedbcaaaa6b8a5d368c75255243beb4  cmake-3.15.5.tar.gz
>  
>  # Locally calculated
>  sha256 dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9  Copyright.txt
> diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk
> index 7c6ddf57a4..1f30736023 100644
> --- a/package/cmake/cmake.mk
> +++ b/package/cmake/cmake.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  CMAKE_VERSION_MAJOR = 3.15
> -CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).4
> +CMAKE_VERSION = $(CMAKE_VERSION_MAJOR).5
>  CMAKE_SITE = https://cmake.org/files/v$(CMAKE_VERSION_MAJOR)
>  CMAKE_LICENSE = BSD-3-Clause
>  CMAKE_LICENSE_FILES = Copyright.txt
> -- 
> 2.20.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.15.5
  2019-11-02 10:24 ` Yann E. MORIN
@ 2019-11-02 21:31   ` Thomas Petazzoni
  2019-11-03  9:29     ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-11-02 21:31 UTC (permalink / raw)
  To: buildroot

On Sat, 2 Nov 2019 11:24:25 +0100
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

> On 2019-11-01 22:40 +0100, Bernd Kuhls spake thusly:
> > Release notes:
> > https://blog.kitware.com/cmake-3-15-5-available-for-download/  
> 
> Thanks for the poitner to the release notes.
> 
> Although I understand we usually want to update, the release notes for
> this version only list one fix to an example file, and fixes for VS
> (Visual Studio, thus Windows) and Xcode (thus MacOS). So, nothing that
> applies to Linux, and to us.
> 
> I don't think we want updates just for the sake of having updates.
> Bumping a package, especially one that can be considered part of the
> core components, should bring something besides just bragging about
> "up-to-date".

I beg to disagree here. Of course, in stable releases or after -rc1 has
been released, we don't want to see "gratuitous" version bumps.

However, outside of these moments, those gratuitous updates are fine.
Indeed, they reduce the effort that will be needed for the next "real"
bump. Indeed, we can very easily check what are the changes between
3.15.4 and 3.15.5, but what if we don't update to 3.15.7, 3.15.8,
3.15.9 because none of these contain any change that look "useful" ?
Then when 3.15.10 appears, we have to bump from 3.15.4 to 3.15.10 in
one go, and review at this point what all the changes were. I very much
prefer doing incremental bumps.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.15.5
  2019-11-02 21:31   ` Thomas Petazzoni
@ 2019-11-03  9:29     ` Yann E. MORIN
  0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2019-11-03  9:29 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2019-11-02 22:31 +0100, Thomas Petazzoni spake thusly:
> On Sat, 2 Nov 2019 11:24:25 +0100
> "Yann E. MORIN" <yann.morin.1998@free.fr> wrote:
> 
> > On 2019-11-01 22:40 +0100, Bernd Kuhls spake thusly:
> > > Release notes:
> > > https://blog.kitware.com/cmake-3-15-5-available-for-download/  
> > 
> > Thanks for the poitner to the release notes.
> > 
> > Although I understand we usually want to update, the release notes for
> > this version only list one fix to an example file, and fixes for VS
> > (Visual Studio, thus Windows) and Xcode (thus MacOS). So, nothing that
> > applies to Linux, and to us.
> > 
> > I don't think we want updates just for the sake of having updates.
> > Bumping a package, especially one that can be considered part of the
> > core components, should bring something besides just bragging about
> > "up-to-date".
> 
> I beg to disagree here. Of course, in stable releases or after -rc1 has
> been released, we don't want to see "gratuitous" version bumps.
> 
> However, outside of these moments, those gratuitous updates are fine.
> Indeed, they reduce the effort that will be needed for the next "real"
> bump. Indeed, we can very easily check what are the changes between
> 3.15.4 and 3.15.5, but what if we don't update to 3.15.7, 3.15.8,
> 3.15.9 because none of these contain any change that look "useful" ?
> Then when 3.15.10 appears, we have to bump from 3.15.4 to 3.15.10 in
> one go, and review at this point what all the changes were. I very much
> prefer doing incremental bumps.

Right; agreed now.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2019-11-03  9:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-01 21:40 [Buildroot] [PATCH 1/1] package/cmake: bump version to 3.15.5 Bernd Kuhls
2019-11-02  9:08 ` Thomas Petazzoni
2019-11-02 10:24 ` Yann E. MORIN
2019-11-02 21:31   ` Thomas Petazzoni
2019-11-03  9:29     ` Yann E. MORIN

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