* [ptxdist] [PATCH] Update host-cmake to 2.8.10
@ 2013-02-05 20:45 Bernhard Walle
2013-02-06 7:01 ` Alexander Dahl
0 siblings, 1 reply; 6+ messages in thread
From: Bernhard Walle @ 2013-02-05 20:45 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
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 5599543..8415cf0 100644
--- a/rules/host-cmake.make
+++ b/rules/host-cmake.make
@@ -17,8 +17,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake
#
# Paths and names
#
-HOST_CMAKE_VERSION := 2.8.8
-HOST_CMAKE_MD5 := ba74b22c788a0c8547976b880cd02b17
+HOST_CMAKE_VERSION := 2.8.10
+HOST_CMAKE_MD5 := d4aef1eab859df61d2664721a72732c0
HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION)
HOST_CMAKE_SUFFIX := tar.gz
HOST_CMAKE_URL := http://www.cmake.org/files/v2.8/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX)
--
1.8.1.2
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH] Update host-cmake to 2.8.10
2013-02-05 20:45 [ptxdist] [PATCH] Update host-cmake to 2.8.10 Bernhard Walle
@ 2013-02-06 7:01 ` Alexander Dahl
2013-02-06 8:07 ` Bernhard Walle
2013-02-06 8:11 ` [ptxdist] [PATCH] Update host-cmake to 2.8.10.2 Bernhard Walle
0 siblings, 2 replies; 6+ messages in thread
From: Alexander Dahl @ 2013-02-06 7:01 UTC (permalink / raw)
To: ptxdist
[-- Attachment #1.1: Type: text/plain, Size: 636 bytes --]
Hei Bernhard,
On Tue, Feb 05, 2013 at 09:45:37PM +0100, Bernhard Walle wrote:
> +HOST_CMAKE_VERSION := 2.8.10
Why not 2.8.10.2, the latest bugfix release of cmake? They usually
don't do these point releases but there were some little changes
fixing some annoying things:
http://www.cmake.org/files/v2.8/CMakeChangeLog-2.8.10.2
Greets
Alex
--
»With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601 D1D5 8FBA 7744 CC87 10D0 ***
[-- Attachment #1.2: Type: application/pgp-signature, Size: 198 bytes --]
[-- Attachment #2: Type: text/plain, Size: 48 bytes --]
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH] Update host-cmake to 2.8.10
2013-02-06 7:01 ` Alexander Dahl
@ 2013-02-06 8:07 ` Bernhard Walle
2013-02-06 8:11 ` [ptxdist] [PATCH] Update host-cmake to 2.8.10.2 Bernhard Walle
1 sibling, 0 replies; 6+ messages in thread
From: Bernhard Walle @ 2013-02-06 8:07 UTC (permalink / raw)
To: ptxdist
* Alexander Dahl <post@lespocky.de> [2013-02-06 08:01]:
> Hei Bernhard,
>
> On Tue, Feb 05, 2013 at 09:45:37PM +0100, Bernhard Walle wrote:
> > +HOST_CMAKE_VERSION := 2.8.10
>
> Why not 2.8.10.2, the latest bugfix release of cmake? They usually
> don't do these point releases but there were some little changes
> fixing some annoying things:
>
> http://www.cmake.org/files/v2.8/CMakeChangeLog-2.8.10.2
Didn't see this, will send an updated patch.
Regards,
Bernhard
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ptxdist] [PATCH] Update host-cmake to 2.8.10.2
2013-02-06 7:01 ` Alexander Dahl
2013-02-06 8:07 ` Bernhard Walle
@ 2013-02-06 8:11 ` Bernhard Walle
2013-02-07 18:11 ` Michael Olbrich
1 sibling, 1 reply; 6+ messages in thread
From: Bernhard Walle @ 2013-02-06 8:11 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
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 5599543..b51cc51 100644
--- a/rules/host-cmake.make
+++ b/rules/host-cmake.make
@@ -17,8 +17,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake
#
# Paths and names
#
-HOST_CMAKE_VERSION := 2.8.8
-HOST_CMAKE_MD5 := ba74b22c788a0c8547976b880cd02b17
+HOST_CMAKE_VERSION := 2.8.10.2
+HOST_CMAKE_MD5 := 097278785da7182ec0aea8769d06860c
HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION)
HOST_CMAKE_SUFFIX := tar.gz
HOST_CMAKE_URL := http://www.cmake.org/files/v2.8/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX)
--
1.8.1.2
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH] Update host-cmake to 2.8.10.2
2013-02-06 8:11 ` [ptxdist] [PATCH] Update host-cmake to 2.8.10.2 Bernhard Walle
@ 2013-02-07 18:11 ` Michael Olbrich
2013-02-07 21:00 ` Bernhard Walle
0 siblings, 1 reply; 6+ messages in thread
From: Michael Olbrich @ 2013-02-07 18:11 UTC (permalink / raw)
To: ptxdist
On Wed, Feb 06, 2013 at 09:11:50AM +0100, Bernhard Walle wrote:
> Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
> ---
> 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 5599543..b51cc51 100644
> --- a/rules/host-cmake.make
> +++ b/rules/host-cmake.make
> @@ -17,8 +17,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake
> #
> # Paths and names
> #
> -HOST_CMAKE_VERSION := 2.8.8
> -HOST_CMAKE_MD5 := ba74b22c788a0c8547976b880cd02b17
> +HOST_CMAKE_VERSION := 2.8.10.2
> +HOST_CMAKE_MD5 := 097278785da7182ec0aea8769d06860c
Are there some critical issues with 2.8.8? If not, then I'll merges this
after the release. Send me a ping if I forget about it.
Michael
> HOST_CMAKE := cmake-$(HOST_CMAKE_VERSION)
> HOST_CMAKE_SUFFIX := tar.gz
> HOST_CMAKE_URL := http://www.cmake.org/files/v2.8/$(HOST_CMAKE).$(HOST_CMAKE_SUFFIX)
> --
> 1.8.1.2
>
>
> --
> ptxdist mailing list
> ptxdist@pengutronix.de
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH] Update host-cmake to 2.8.10.2
2013-02-07 18:11 ` Michael Olbrich
@ 2013-02-07 21:00 ` Bernhard Walle
0 siblings, 0 replies; 6+ messages in thread
From: Bernhard Walle @ 2013-02-07 21:00 UTC (permalink / raw)
To: ptxdist
Am 07.02.13 19:11, schrieb Michael Olbrich:
> On Wed, Feb 06, 2013 at 09:11:50AM +0100, Bernhard Walle wrote:
>> Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
>> ---
>> 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 5599543..b51cc51 100644
>> --- a/rules/host-cmake.make
>> +++ b/rules/host-cmake.make
>> @@ -17,8 +17,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_CMAKE) += host-cmake
>> #
>> # Paths and names
>> #
>> -HOST_CMAKE_VERSION := 2.8.8
>> -HOST_CMAKE_MD5 := ba74b22c788a0c8547976b880cd02b17
>> +HOST_CMAKE_VERSION := 2.8.10.2
>> +HOST_CMAKE_MD5 := 097278785da7182ec0aea8769d06860c
>
> Are there some critical issues with 2.8.8? If not, then I'll merges this
> after the release. Send me a ping if I forget about it.
No, merging after the release is fine.
Regards,
Bernhard
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-02-07 21:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-05 20:45 [ptxdist] [PATCH] Update host-cmake to 2.8.10 Bernhard Walle
2013-02-06 7:01 ` Alexander Dahl
2013-02-06 8:07 ` Bernhard Walle
2013-02-06 8:11 ` [ptxdist] [PATCH] Update host-cmake to 2.8.10.2 Bernhard Walle
2013-02-07 18:11 ` Michael Olbrich
2013-02-07 21:00 ` Bernhard Walle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox