* [ptxdist] [PATCH] host-cmake: Version bump. 3.27.2 -> 3.27.3
@ 2023-08-23 20:19 Christian Melki
2023-08-24 6:36 ` Alexander Dahl
2023-09-04 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 2 replies; 3+ messages in thread
From: Christian Melki @ 2023-08-23 20:19 UTC (permalink / raw)
To: ptxdist
Minor changes.
https://github.com/Kitware/CMake/compare/v3.27.2...v3.27.3
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/host-cmake.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-cmake.make b/rules/host-cmake.make
index b4c0905b1..535ada4b6 100644
--- a/rules/host-cmake.make
+++ b/rules/host-cmake.make
@@ -15,8 +15,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake
#
# Paths and names
#
-HOST_CMAKE_VERSION := 3.27.2
-HOST_CMAKE_MD5 := 07786cd23c3d0aa9c2fef69efb13662b
+HOST_CMAKE_VERSION := 3.27.3
+HOST_CMAKE_MD5 := 7228f5fcc8a858fdeac27e29bda0c144
HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION)
HOST_CMAKE_SUFFIX := tar.gz
HOST_CMAKE_URL := https://cmake.org/files/v$(basename $(HOST_CMAKE_VERSION))/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX)
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [PATCH] host-cmake: Version bump. 3.27.2 -> 3.27.3
2023-08-23 20:19 [ptxdist] [PATCH] host-cmake: Version bump. 3.27.2 -> 3.27.3 Christian Melki
@ 2023-08-24 6:36 ` Alexander Dahl
2023-09-04 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Alexander Dahl @ 2023-08-24 6:36 UTC (permalink / raw)
To: Christian Melki; +Cc: ptxdist
Hello,
Am Wed, Aug 23, 2023 at 10:19:07PM +0200 schrieb Christian Melki:
> Minor changes.
> https://github.com/Kitware/CMake/compare/v3.27.2...v3.27.3
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> ---
> rules/host-cmake.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/host-cmake.make b/rules/host-cmake.make
> index b4c0905b1..535ada4b6 100644
> --- a/rules/host-cmake.make
> +++ b/rules/host-cmake.make
> @@ -15,8 +15,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake
> #
> # Paths and names
> #
> -HOST_CMAKE_VERSION := 3.27.2
> -HOST_CMAKE_MD5 := 07786cd23c3d0aa9c2fef69efb13662b
> +HOST_CMAKE_VERSION := 3.27.3
> +HOST_CMAKE_MD5 := 7228f5fcc8a858fdeac27e29bda0c144
Reviewed-by: Alexander Dahl <ada@thorsis.com>
Greets
Alex
> HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION)
> HOST_CMAKE_SUFFIX := tar.gz
> HOST_CMAKE_URL := https://cmake.org/files/v$(basename $(HOST_CMAKE_VERSION))/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX)
> --
> 2.34.1
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [APPLIED] host-cmake: Version bump. 3.27.2 -> 3.27.3
2023-08-23 20:19 [ptxdist] [PATCH] host-cmake: Version bump. 3.27.2 -> 3.27.3 Christian Melki
2023-08-24 6:36 ` Alexander Dahl
@ 2023-09-04 6:30 ` Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2023-09-04 6:30 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 6d325822f26213821245d1e1181549b424a5ef18.
Michael
[sent from post-receive hook]
On Mon, 04 Sep 2023 08:30:10 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor changes.
> https://github.com/Kitware/CMake/compare/v3.27.2...v3.27.3
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Reviewed-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20230823201907.3897787-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-cmake.make b/rules/host-cmake.make
> index b4c0905b1697..535ada4b657d 100644
> --- a/rules/host-cmake.make
> +++ b/rules/host-cmake.make
> @@ -15,8 +15,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake
> #
> # Paths and names
> #
> -HOST_CMAKE_VERSION := 3.27.2
> -HOST_CMAKE_MD5 := 07786cd23c3d0aa9c2fef69efb13662b
> +HOST_CMAKE_VERSION := 3.27.3
> +HOST_CMAKE_MD5 := 7228f5fcc8a858fdeac27e29bda0c144
> HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION)
> HOST_CMAKE_SUFFIX := tar.gz
> HOST_CMAKE_URL := https://cmake.org/files/v$(basename $(HOST_CMAKE_VERSION))/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-04 6:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-23 20:19 [ptxdist] [PATCH] host-cmake: Version bump. 3.27.2 -> 3.27.3 Christian Melki
2023-08-24 6:36 ` Alexander Dahl
2023-09-04 6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox