* [Buildroot] [git commit] flot: add hash file
@ 2015-07-28 20:32 Thomas Petazzoni
2016-01-30 7:38 ` Bernd Kuhls
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2015-07-28 20:32 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=3ec8d9b753634afdb415a7ee66457f16a730a051
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/flot/flot.hash | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/flot/flot.hash b/package/flot/flot.hash
new file mode 100644
index 0000000..9bf348a
--- /dev/null
+++ b/package/flot/flot.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 d6bddb781ce8ab8bba82c535a0767c22e606cabd9dbb484027b8ff375a193952 flot-0.8.3.tar.gz
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [git commit] flot: add hash file
2015-07-28 20:32 [Buildroot] [git commit] flot: add hash file Thomas Petazzoni
@ 2016-01-30 7:38 ` Bernd Kuhls
2016-01-31 9:43 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2016-01-30 7:38 UTC (permalink / raw)
To: buildroot
Am Tue, 28 Jul 2015 22:32:55 +0200 schrieb Thomas Petazzoni:
> diff --git a/package/flot/flot.hash b/package/flot/flot.hash new file
> mode 100644 index 0000000..9bf348a --- /dev/null +++
> b/package/flot/flot.hash @@ -0,0 +1,2 @@
> +# Locally calculated +sha256
> d6bddb781ce8ab8bba82c535a0767c22e606cabd9dbb484027b8ff375a193952
> flot-0.8.3.tar.gz
Hi Thomas,
I downloaded the tarball
http://www.flotcharts.org/downloads/flot-0.8.3.tar.gz
today and got a different sha256 checksum:
ERROR: flot-0.8.3.tar.gz has wrong sha256 hash:
ERROR: expected:
d6bddb781ce8ab8bba82c535a0767c22e606cabd9dbb484027b8ff375a193952
ERROR: got :
ef9a873befe3ff5ea42ebf1c3657887265a1717744ca8ed0c2bd3dd736d16b21
ERROR: Incomplete download, or man-in-the-middle (MITM) attack
Shall I send a patch?
Regards, Bernd
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [git commit] flot: add hash file
2016-01-30 7:38 ` Bernd Kuhls
@ 2016-01-31 9:43 ` Thomas Petazzoni
2016-01-31 20:08 ` Arnout Vandecappelle
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2016-01-31 9:43 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 30 Jan 2016 08:38:35 +0100, Bernd Kuhls wrote:
> I downloaded the tarball
> http://www.flotcharts.org/downloads/flot-0.8.3.tar.gz
> today and got a different sha256 checksum:
>
> ERROR: flot-0.8.3.tar.gz has wrong sha256 hash:
> ERROR: expected:
> d6bddb781ce8ab8bba82c535a0767c22e606cabd9dbb484027b8ff375a193952
> ERROR: got :
> ef9a873befe3ff5ea42ebf1c3657887265a1717744ca8ed0c2bd3dd736d16b21
> ERROR: Incomplete download, or man-in-the-middle (MITM) attack
I checked locally, and in my BR2_DL_DIR, I still have a tarball that
has the
d6bddb781ce8ab8bba82c535a0767c22e606cabd9dbb484027b8ff375a193952 hash,
but indeed if I re-download it, I get a tarball with the
ef9a873befe3ff5ea42ebf1c3657887265a1717744ca8ed0c2bd3dd736d16b21 hash.
> Shall I send a patch?
Yes, please do. It would also be great to notify upstream that they
shouldn't change their tarballs.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [git commit] flot: add hash file
2016-01-31 9:43 ` Thomas Petazzoni
@ 2016-01-31 20:08 ` Arnout Vandecappelle
2016-01-31 20:12 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Arnout Vandecappelle @ 2016-01-31 20:08 UTC (permalink / raw)
To: buildroot
On 31-01-16 10:43, Thomas Petazzoni wrote:
> Hello,
>
> On Sat, 30 Jan 2016 08:38:35 +0100, Bernd Kuhls wrote:
>
>> I downloaded the tarball
>> http://www.flotcharts.org/downloads/flot-0.8.3.tar.gz
>> today and got a different sha256 checksum:
>>
>> ERROR: flot-0.8.3.tar.gz has wrong sha256 hash:
>> ERROR: expected:
>> d6bddb781ce8ab8bba82c535a0767c22e606cabd9dbb484027b8ff375a193952
>> ERROR: got :
>> ef9a873befe3ff5ea42ebf1c3657887265a1717744ca8ed0c2bd3dd736d16b21
>> ERROR: Incomplete download, or man-in-the-middle (MITM) attack
>
> I checked locally, and in my BR2_DL_DIR, I still have a tarball that
> has the
> d6bddb781ce8ab8bba82c535a0767c22e606cabd9dbb484027b8ff375a193952 hash,
> but indeed if I re-download it, I get a tarball with the
> ef9a873befe3ff5ea42ebf1c3657887265a1717744ca8ed0c2bd3dd736d16b21 hash.
>
>> Shall I send a patch?
>
> Yes, please do. It would also be great to notify upstream that they
> shouldn't change their tarballs.
Perhaps we should first check what is different?
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] 5+ messages in thread
* [Buildroot] [git commit] flot: add hash file
2016-01-31 20:08 ` Arnout Vandecappelle
@ 2016-01-31 20:12 ` Thomas Petazzoni
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-01-31 20:12 UTC (permalink / raw)
To: buildroot
Dear Arnout Vandecappelle,
On Sun, 31 Jan 2016 21:08:03 +0100, Arnout Vandecappelle wrote:
> Perhaps we should first check what is different?
I tried and from what I could see all the differences are in binary
files (pictures). I've uploaded both of them at:
http://free-electrons.com/~thomas/pub/float-0.8.3.tar.gz.old
http://free-electrons.com/~thomas/pub/float-0.8.3.tar.gz.new
Note that I did this analysis quickly between two FOSDEM talks, and I'm
not even sure I fully remember my conclusion.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-01-31 20:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28 20:32 [Buildroot] [git commit] flot: add hash file Thomas Petazzoni
2016-01-30 7:38 ` Bernd Kuhls
2016-01-31 9:43 ` Thomas Petazzoni
2016-01-31 20:08 ` Arnout Vandecappelle
2016-01-31 20:12 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox