* [Buildroot] [PATCH] avahi: add hash file
@ 2015-03-11 19:26 Gustavo Zacarias
2015-03-11 20:47 ` André Hentschel
2015-03-11 21:16 ` Peter Korsgaard
0 siblings, 2 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2015-03-11 19:26 UTC (permalink / raw)
To: buildroot
Help counteract upstream website issues, fixes:
http://autobuild.buildroot.net/results/103/103e5a62d16ed22414cc407eff8a78d5e8d7503c/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/avahi/avahi.hash | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 package/avahi/avahi.hash
diff --git a/package/avahi/avahi.hash b/package/avahi/avahi.hash
new file mode 100644
index 0000000..99bbd51
--- /dev/null
+++ b/package/avahi/avahi.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48 avahi-0.6.31.tar.gz
--
2.0.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] avahi: add hash file
2015-03-11 19:26 [Buildroot] [PATCH] avahi: add hash file Gustavo Zacarias
@ 2015-03-11 20:47 ` André Hentschel
2015-03-11 21:17 ` Peter Korsgaard
2015-03-11 21:40 ` Gustavo Zacarias
2015-03-11 21:16 ` Peter Korsgaard
1 sibling, 2 replies; 5+ messages in thread
From: André Hentschel @ 2015-03-11 20:47 UTC (permalink / raw)
To: buildroot
Am 11.03.2015 um 20:26 schrieb Gustavo Zacarias:
> Help counteract upstream website issues, fixes:
> http://autobuild.buildroot.net/results/103/103e5a62d16ed22414cc407eff8a78d5e8d7503c/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/avahi/avahi.hash | 2 ++
> 1 file changed, 2 insertions(+)
> create mode 100644 package/avahi/avahi.hash
>
> diff --git a/package/avahi/avahi.hash b/package/avahi/avahi.hash
> new file mode 100644
> index 0000000..99bbd51
> --- /dev/null
> +++ b/package/avahi/avahi.hash
> @@ -0,0 +1,2 @@
> +# Locally calculated
> +sha256 8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48 avahi-0.6.31.tar.gz
>
This fixes the issue, but we should take care if the website is not going back up again
Tested-by: Andr? Hentschel <nerv@dawncrow.de>
Reviewed-by: Andr? Hentschel <nerv@dawncrow.de>
Acked-by: Andr? Hentschel <nerv@dawncrow.de>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] avahi: add hash file
2015-03-11 19:26 [Buildroot] [PATCH] avahi: add hash file Gustavo Zacarias
2015-03-11 20:47 ` André Hentschel
@ 2015-03-11 21:16 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2015-03-11 21:16 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
> Help counteract upstream website issues, fixes:
> http://autobuild.buildroot.net/results/103/103e5a62d16ed22414cc407eff8a78d5e8d7503c/
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] avahi: add hash file
2015-03-11 20:47 ` André Hentschel
@ 2015-03-11 21:17 ` Peter Korsgaard
2015-03-11 21:40 ` Gustavo Zacarias
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2015-03-11 21:17 UTC (permalink / raw)
To: buildroot
>>>>> "Andr?" == Andr? Hentschel <nerv@dawncrow.de> writes:
Hi,
>> +# Locally calculated
>> +sha256 8372719b24e2dd75de6f59bb1315e600db4fd092805bd1201ed0cb651a2dab48 avahi-0.6.31.tar.gz
>>
> This fixes the issue, but we should take care if the website is not going back up again
> Tested-by: Andr? Hentschel <nerv@dawncrow.de>
> Reviewed-by: Andr? Hentschel <nerv@dawncrow.de>
> Acked-by: Andr? Hentschel <nerv@dawncrow.de>
With the hash in place the download step should fall back to our
sources.buildroot.net mirror, so it should be fine.
Thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] avahi: add hash file
2015-03-11 20:47 ` André Hentschel
2015-03-11 21:17 ` Peter Korsgaard
@ 2015-03-11 21:40 ` Gustavo Zacarias
1 sibling, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2015-03-11 21:40 UTC (permalink / raw)
To: buildroot
On 03/11/2015 05:47 PM, Andr? Hentschel wrote:
> This fixes the issue, but we should take care if the website is not going back up again
In theory it's a temporary fluke, we'll see though...
Regards.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-11 21:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-11 19:26 [Buildroot] [PATCH] avahi: add hash file Gustavo Zacarias
2015-03-11 20:47 ` André Hentschel
2015-03-11 21:17 ` Peter Korsgaard
2015-03-11 21:40 ` Gustavo Zacarias
2015-03-11 21:16 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox