All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] iperf: fix file hash values
@ 2017-07-04 14:53 Joao Pinto
  2017-07-04 14:56 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Joao Pinto @ 2017-07-04 14:53 UTC (permalink / raw)
  To: buildroot

The iperf download process fails, because the hash value is not
correct. This patch fixes the hash values for sha1 and sha256.

Signed-off-by: Joao Pinto <jpinto@synopsys.com>
---
 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.9.3

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

* [Buildroot] [PATCH] iperf: fix file hash values
  2017-07-04 14:53 [Buildroot] [PATCH] iperf: fix file hash values Joao Pinto
@ 2017-07-04 14:56 ` Thomas Petazzoni
  2017-07-04 14:57   ` Joao Pinto
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2017-07-04 14:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue,  4 Jul 2017 15:53:48 +0100, Joao Pinto wrote:
> The iperf download process fails, because the hash value is not
> correct. This patch fixes the hash values for sha1 and sha256.
> 
> Signed-off-by: Joao Pinto <jpinto@synopsys.com>
> ---
>  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

Thanks, but this has already been solved by commit
https://git.buildroot.org/buildroot/commit/package/iperf?id=62cf881a768c50e4c10c3dfce5b88f48beb6a26f.

Make sure to send patches on top of the latest master :)

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] iperf: fix file hash values
  2017-07-04 14:56 ` Thomas Petazzoni
@ 2017-07-04 14:57   ` Joao Pinto
  0 siblings, 0 replies; 3+ messages in thread
From: Joao Pinto @ 2017-07-04 14:57 UTC (permalink / raw)
  To: buildroot

?s 3:56 PM de 7/4/2017, Thomas Petazzoni escreveu:
> Hello,
> 
> On Tue,  4 Jul 2017 15:53:48 +0100, Joao Pinto wrote:
>> The iperf download process fails, because the hash value is not
>> correct. This patch fixes the hash values for sha1 and sha256.
>>
>> Signed-off-by: Joao Pinto <jpinto@synopsys.com>
>> ---
>>  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://urldefense.proofpoint.com/v2/url?u=https-3A__sourceforge.net_projects_iperf2_files_&d=DwICAg&c=DPL6_X_6JkXFx7AXWqB0tg&r=s2fO0hii0OGNOv9qQy_HRXy-xAJUD1NNoEcc3io_kx0&m=MCGBiuUV5lM9stYPprAzRAw95Q7XlXsV4kwEjnjP4C0&s=FepPCZW9TAE1oZufVXMxyJiabQaSjYbeD9AGBtNNqHk&e= 
>> -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
> 
> Thanks, but this has already been solved by commit
> https://urldefense.proofpoint.com/v2/url?u=https-3A__git.buildroot.org_buildroot_commit_package_iperf-3Fid-3D62cf881a768c50e4c10c3dfce5b88f48beb6a26f&d=DwICAg&c=DPL6_X_6JkXFx7AXWqB0tg&r=s2fO0hii0OGNOv9qQy_HRXy-xAJUD1NNoEcc3io_kx0&m=MCGBiuUV5lM9stYPprAzRAw95Q7XlXsV4kwEjnjP4C0&s=AHWR3iszl3YsXf_gKMjLtnpjp5KWJJsu0veJG3XXM4w&e= .

Great!

> 
> Make sure to send patches on top of the latest master :)
> 
> Best regards,
> 
> Thomas
> 

Best Regards,
Joao

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

end of thread, other threads:[~2017-07-04 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-04 14:53 [Buildroot] [PATCH] iperf: fix file hash values Joao Pinto
2017-07-04 14:56 ` Thomas Petazzoni
2017-07-04 14:57   ` Joao Pinto

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.