* [Buildroot] [PATCH] iperf: fix tarball hashes changed upstream
@ 2017-06-21 4:06 Alexander Dahl
2017-06-21 5:44 ` Thomas Petazzoni
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Alexander Dahl @ 2017-06-21 4:06 UTC (permalink / raw)
To: buildroot
Upstream uploaded a new tarball with the same version number 2016-09-08,
some time after the update to v2.0.9 in buildroot. Someone noticed, but
upstream set the ticket to wontfix, and promised to do better in the
future: https://sourceforge.net/p/iperf2/tickets/20/
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
According to y_morin on IRC you may want to change or remove the tarball
on source.buildroot.org then.
---
package/iperf/iperf.hash | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/iperf/iperf.hash b/package/iperf/iperf.hash
index 3dd491a..3e96143 100644
--- a/package/iperf/iperf.hash
+++ b/package/iperf/iperf.hash
@@ -1,4 +1,4 @@
# From https://sourceforge.net/projects/iperf2/files/
-sha1 9e215f6af8edd97f947f2b0207ff5487845d83d4 iperf-2.0.9.tar.gz
+sha1 59820895df9106ba189ccfdc5677077535ad50e7 iperf-2.0.9.tar.gz
# Locally computed:
-sha256 a5350777b191e910334d3a107b5e5219b72ffa393da4186da1e0a4552aeeded6 iperf-2.0.9.tar.gz
+sha256 db02911f35686e808ed247160dfa766e08ae3f59d1e7dcedef0ffb2a6643f0bf iperf-2.0.9.tar.gz
--
2.1.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] iperf: fix tarball hashes changed upstream
2017-06-21 4:06 [Buildroot] [PATCH] iperf: fix tarball hashes changed upstream Alexander Dahl
@ 2017-06-21 5:44 ` Thomas Petazzoni
2017-06-21 14:47 ` Peter Korsgaard
2017-06-26 8:01 ` Peter Korsgaard
2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2017-06-21 5:44 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 21 Jun 2017 06:06:58 +0200, Alexander Dahl wrote:
> Upstream uploaded a new tarball with the same version number 2016-09-08,
> some time after the update to v2.0.9 in buildroot. Someone noticed, but
> upstream set the ticket to wontfix, and promised to do better in the
> future: https://sourceforge.net/p/iperf2/tickets/20/
>
> Signed-off-by: Alexander Dahl <post@lespocky.de>
> ---
> According to y_morin on IRC you may want to change or remove the tarball
> on source.buildroot.org then.
> ---
> package/iperf/iperf.hash | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] iperf: fix tarball hashes changed upstream
2017-06-21 4:06 [Buildroot] [PATCH] iperf: fix tarball hashes changed upstream Alexander Dahl
2017-06-21 5:44 ` Thomas Petazzoni
@ 2017-06-21 14:47 ` Peter Korsgaard
2017-06-21 20:28 ` Arnout Vandecappelle
2017-06-26 8:01 ` Peter Korsgaard
2 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2017-06-21 14:47 UTC (permalink / raw)
To: buildroot
>>>>> "Alexander" == Alexander Dahl <post@lespocky.de> writes:
> Upstream uploaded a new tarball with the same version number 2016-09-08,
> some time after the update to v2.0.9 in buildroot. Someone noticed, but
> upstream set the ticket to wontfix, and promised to do better in the
> future: https://sourceforge.net/p/iperf2/tickets/20/
> Signed-off-by: Alexander Dahl <post@lespocky.de>
> ---
> According to y_morin on IRC you may want to change or remove the tarball
> on source.buildroot.org then.
FYI, I've updated the tarball on s.b.o.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] iperf: fix tarball hashes changed upstream
2017-06-21 14:47 ` Peter Korsgaard
@ 2017-06-21 20:28 ` Arnout Vandecappelle
2017-06-22 9:31 ` Peter Korsgaard
0 siblings, 1 reply; 6+ messages in thread
From: Arnout Vandecappelle @ 2017-06-21 20:28 UTC (permalink / raw)
To: buildroot
On 21-06-17 16:47, Peter Korsgaard wrote:
>>>>>> "Alexander" == Alexander Dahl <post@lespocky.de> writes:
>
> > Upstream uploaded a new tarball with the same version number 2016-09-08,
> > some time after the update to v2.0.9 in buildroot. Someone noticed, but
> > upstream set the ticket to wontfix, and promised to do better in the
> > future: https://sourceforge.net/p/iperf2/tickets/20/
>
> > Signed-off-by: Alexander Dahl <post@lespocky.de>
> > ---
> > According to y_morin on IRC you may want to change or remove the tarball
> > on source.buildroot.org then.
>
> FYI, I've updated the tarball on s.b.o.
... which means that anyone using Buildroot 2.0.9 cannot use iperf... I think
you should restore the old tarball until 2017.05.1 is released.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] iperf: fix tarball hashes changed upstream
2017-06-21 20:28 ` Arnout Vandecappelle
@ 2017-06-22 9:31 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2017-06-22 9:31 UTC (permalink / raw)
To: buildroot
>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:
Hi,
>> FYI, I've updated the tarball on s.b.o.
> ... which means that anyone using Buildroot 2.0.9 cannot use iperf... I think
> you should restore the old tarball until 2017.05.1 is released.
Correct. Do you have the old tarball somewhere?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH] iperf: fix tarball hashes changed upstream
2017-06-21 4:06 [Buildroot] [PATCH] iperf: fix tarball hashes changed upstream Alexander Dahl
2017-06-21 5:44 ` Thomas Petazzoni
2017-06-21 14:47 ` Peter Korsgaard
@ 2017-06-26 8:01 ` Peter Korsgaard
2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2017-06-26 8:01 UTC (permalink / raw)
To: buildroot
>>>>> "Alexander" == Alexander Dahl <post@lespocky.de> writes:
> Upstream uploaded a new tarball with the same version number 2016-09-08,
> some time after the update to v2.0.9 in buildroot. Someone noticed, but
> upstream set the ticket to wontfix, and promised to do better in the
> future: https://sourceforge.net/p/iperf2/tickets/20/
> Signed-off-by: Alexander Dahl <post@lespocky.de>
Committed to 2017.02.x and 2017.05.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-06-26 8:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21 4:06 [Buildroot] [PATCH] iperf: fix tarball hashes changed upstream Alexander Dahl
2017-06-21 5:44 ` Thomas Petazzoni
2017-06-21 14:47 ` Peter Korsgaard
2017-06-21 20:28 ` Arnout Vandecappelle
2017-06-22 9:31 ` Peter Korsgaard
2017-06-26 8:01 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.