All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] python-numpy: correct LICENSE.txt hash value
@ 2018-09-09 20:36 Giulio Benetti
  2018-09-09 21:30 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Giulio Benetti @ 2018-09-09 20:36 UTC (permalink / raw)
  To: buildroot

LICENSE.txt sha256 is wrong. After version bumping from 1.13.3 to 1.15.1
LICENSE.txt sha256 has not be re-calculated.

Update sha256 recalculating it locally.

Fixes:
http://autobuild.buildroot.net/results/08e/08e1121af151c65b2333e06839256eb13f4ad800//
http://autobuild.buildroot.net/results/9d0/9d0e557c5946b76aa4c8c87b7616433c16b61e20//

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
---
 package/python-numpy/python-numpy.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-numpy/python-numpy.hash b/package/python-numpy/python-numpy.hash
index 055eb29f6f..7c7f446118 100644
--- a/package/python-numpy/python-numpy.hash
+++ b/package/python-numpy/python-numpy.hash
@@ -1,4 +1,4 @@
 # Copied from https://github.com/numpy/numpy/releases/tag/v1.15.1
 sha256	3c1ccce5d935ef8df16ae0595b459ef08a5cdb05aee195ebc04b9d89a72be7fa	numpy-1.15.1.tar.gz
 # License files, locally calculated
-sha256	94eebc7c8f86a287c1e9146ed52ebcde88183806d848d8c66e0e52d1aebf3b13	LICENSE.txt
+sha256	9e85ee1c3f11444243c9b7667721592a01f1cd90cb28ad937ac99f6241d6b685	LICENSE.txt
-- 
2.17.1

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

* [Buildroot] [PATCH] python-numpy: correct LICENSE.txt hash value
  2018-09-09 20:36 [Buildroot] [PATCH] python-numpy: correct LICENSE.txt hash value Giulio Benetti
@ 2018-09-09 21:30 ` Thomas Petazzoni
  2018-09-09 21:37   ` Giulio Benetti
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2018-09-09 21:30 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun,  9 Sep 2018 22:36:45 +0200, Giulio Benetti wrote:
> LICENSE.txt sha256 is wrong. After version bumping from 1.13.3 to 1.15.1
> LICENSE.txt sha256 has not be re-calculated.
> 
> Update sha256 recalculating it locally.
> 
> Fixes:
> http://autobuild.buildroot.net/results/08e/08e1121af151c65b2333e06839256eb13f4ad800//
> http://autobuild.buildroot.net/results/9d0/9d0e557c5946b76aa4c8c87b7616433c16b61e20//

What are the changes between the old and new license files ? Blinding
changing the hashes completely defeats the point of having hashes for
license files.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] python-numpy: correct LICENSE.txt hash value
  2018-09-09 21:30 ` Thomas Petazzoni
@ 2018-09-09 21:37   ` Giulio Benetti
  0 siblings, 0 replies; 3+ messages in thread
From: Giulio Benetti @ 2018-09-09 21:37 UTC (permalink / raw)
  To: buildroot

Hello,

Il 09/09/2018 23:30, Thomas Petazzoni ha scritto:
> Hello,
> 
> On Sun,  9 Sep 2018 22:36:45 +0200, Giulio Benetti wrote:
>> LICENSE.txt sha256 is wrong. After version bumping from 1.13.3 to 1.15.1
>> LICENSE.txt sha256 has not be re-calculated.
>>
>> Update sha256 recalculating it locally.
>>
>> Fixes:
>> http://autobuild.buildroot.net/results/08e/08e1121af151c65b2333e06839256eb13f4ad800//
>> http://autobuild.buildroot.net/results/9d0/9d0e557c5946b76aa4c8c87b7616433c16b61e20//
> 
> What are the changes between the old and new license files ? Blinding
> changing the hashes completely defeats the point of having hashes for
> license files.

Sorry, you've already pointed me this few days ago.
I resubmit with description.

Best regards
Giulio Benetti

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

end of thread, other threads:[~2018-09-09 21:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-09 20:36 [Buildroot] [PATCH] python-numpy: correct LICENSE.txt hash value Giulio Benetti
2018-09-09 21:30 ` Thomas Petazzoni
2018-09-09 21:37   ` Giulio Benetti

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.