Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] dt-utils: fix hash
@ 2018-11-13 20:18 Fabrice Fontaine
  2018-11-13 20:46 ` Marcin Niestrój
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2018-11-13 20:18 UTC (permalink / raw)
  To: buildroot

Hash has been reported as wrong by autobuilder since August 16th
Perhaps, it was wrong since bump to v2018.05.0 on August 9th

Fixes:
 - http://autobuild.buildroot.org/results/c6c8ede30623cc20011916cc95dbdae34dcc0344

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/dt-utils/dt-utils.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dt-utils/dt-utils.hash b/package/dt-utils/dt-utils.hash
index 0d63b12353..5805adf361 100644
--- a/package/dt-utils/dt-utils.hash
+++ b/package/dt-utils/dt-utils.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 a3aae73da39fd46775de390b7babafb63767082da10870c01b6595c4c9762af6  dt-utils-v2018.05.0.tar.gz
+sha256 d0f53c76bc9f821a6506c8db3b623922d82570a017a9a40ad118bd7c957672b6  dt-utils-v2018.05.0.tar.gz
 sha256 a45932c79317d15116eadbf1c9c6fc59117ec3c4621db3a876066defa723963b  COPYING
-- 
2.14.1

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

* [Buildroot] [PATCH 1/1] dt-utils: fix hash
  2018-11-13 20:18 [Buildroot] [PATCH 1/1] dt-utils: fix hash Fabrice Fontaine
@ 2018-11-13 20:46 ` Marcin Niestrój
  2018-11-13 20:52 ` Marcin Niestrój
  2018-11-16 21:29 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Marcin Niestrój @ 2018-11-13 20:46 UTC (permalink / raw)
  To: buildroot

Hi Fabrice,

Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

> Hash has been reported as wrong by autobuilder since August 16th
> Perhaps, it was wrong since bump to v2018.05.0 on August 9th
>
> Fixes:
>  - http://autobuild.buildroot.org/results/c6c8ede30623cc20011916cc95dbdae34dcc0344
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/dt-utils/dt-utils.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/dt-utils/dt-utils.hash b/package/dt-utils/dt-utils.hash
> index 0d63b12353..5805adf361 100644
> --- a/package/dt-utils/dt-utils.hash
> +++ b/package/dt-utils/dt-utils.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256 a3aae73da39fd46775de390b7babafb63767082da10870c01b6595c4c9762af6  dt-utils-v2018.05.0.tar.gz
> +sha256 d0f53c76bc9f821a6506c8db3b623922d82570a017a9a40ad118bd7c957672b6  dt-utils-v2018.05.0.tar.gz
>  sha256 a45932c79317d15116eadbf1c9c6fc59117ec3c4621db3a876066defa723963b  COPYING


-- 
Marcin Niestr?j

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

* [Buildroot] [PATCH 1/1] dt-utils: fix hash
  2018-11-13 20:18 [Buildroot] [PATCH 1/1] dt-utils: fix hash Fabrice Fontaine
  2018-11-13 20:46 ` Marcin Niestrój
@ 2018-11-13 20:52 ` Marcin Niestrój
  2018-11-16 21:29 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Marcin Niestrój @ 2018-11-13 20:52 UTC (permalink / raw)
  To: buildroot

Hi Fabrice,

Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

> Hash has been reported as wrong by autobuilder since August 16th
> Perhaps, it was wrong since bump to v2018.05.0 on August 9th
>
> Fixes:
>  - http://autobuild.buildroot.org/results/c6c8ede30623cc20011916cc95dbdae34dcc0344
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/dt-utils/dt-utils.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/dt-utils/dt-utils.hash b/package/dt-utils/dt-utils.hash
> index 0d63b12353..5805adf361 100644
> --- a/package/dt-utils/dt-utils.hash
> +++ b/package/dt-utils/dt-utils.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256 a3aae73da39fd46775de390b7babafb63767082da10870c01b6595c4c9762af6  dt-utils-v2018.05.0.tar.gz
> +sha256 d0f53c76bc9f821a6506c8db3b623922d82570a017a9a40ad118bd7c957672b6  dt-utils-v2018.05.0.tar.gz
>  sha256 a45932c79317d15116eadbf1c9c6fc59117ec3c4621db3a876066defa723963b  COPYING

The reason of difference is basically the same as in [1]
("linux-firmware: bump version to latest 1baa348").

[1] http://lists.busybox.net/pipermail/buildroot/2018-November/235368.html

Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Tested-by: Marcin Niestroj <m.niestroj@grinn-global.com>

-- 
Marcin Niestr?j

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

* [Buildroot] [PATCH 1/1] dt-utils: fix hash
  2018-11-13 20:18 [Buildroot] [PATCH 1/1] dt-utils: fix hash Fabrice Fontaine
  2018-11-13 20:46 ` Marcin Niestrój
  2018-11-13 20:52 ` Marcin Niestrój
@ 2018-11-16 21:29 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2018-11-16 21:29 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Hash has been reported as wrong by autobuilder since August 16th
 > Perhaps, it was wrong since bump to v2018.05.0 on August 9th

 > Fixes:
 >  - http://autobuild.buildroot.org/results/c6c8ede30623cc20011916cc95dbdae34dcc0344

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-11-16 21:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-13 20:18 [Buildroot] [PATCH 1/1] dt-utils: fix hash Fabrice Fontaine
2018-11-13 20:46 ` Marcin Niestrój
2018-11-13 20:52 ` Marcin Niestrój
2018-11-16 21:29 ` Peter Korsgaard

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