All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/tinifier: fix license hash
@ 2022-01-11 19:59 Fabrice Fontaine
  2022-01-11 20:08 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-01-11 19:59 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Thomas Petazzoni

license hash is wrong since the addition of the package in commit
43c580ac9f848449333ecbe4336c2c9f2ba12158:

>>> tinifier 3.4.0 Collecting legal info
ERROR: LICENSE has wrong sha256 hash:
ERROR: expected: 791d8fd993ace44d4d83e2f4820a64d5ad3e37412f029afad46d17a9259de2b6
ERROR: got     : 18f524914c0df04e21289c3d9ca3e27c10abe5869cc4e4d4790a1b2c56df282c

Fixes:
 - http://autobuild.buildroot.org/results/5fce7f16daca17216d786391ea0fffff856c5404

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/tinifier/tinifier.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tinifier/tinifier.hash b/package/tinifier/tinifier.hash
index 5681ed6a55..0c35508ebc 100644
--- a/package/tinifier/tinifier.hash
+++ b/package/tinifier/tinifier.hash
@@ -1,3 +1,3 @@
 # Locally calculated
 sha256  927e966f9d23ea7cc1942967a8fc16ef4c55c51bd096d44f54b418844a51aa12  tinifier-3.4.0.tar.gz
-sha256  791d8fd993ace44d4d83e2f4820a64d5ad3e37412f029afad46d17a9259de2b6  LICENSE
+sha256  18f524914c0df04e21289c3d9ca3e27c10abe5869cc4e4d4790a1b2c56df282c  LICENSE
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/tinifier: fix license hash
  2022-01-11 19:59 [Buildroot] [PATCH 1/1] package/tinifier: fix license hash Fabrice Fontaine
@ 2022-01-11 20:08 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2022-01-11 20:08 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

On Tue, 11 Jan 2022 20:59:48 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> license hash is wrong since the addition of the package in commit
> 43c580ac9f848449333ecbe4336c2c9f2ba12158:
> 
> >>> tinifier 3.4.0 Collecting legal info  
> ERROR: LICENSE has wrong sha256 hash:
> ERROR: expected: 791d8fd993ace44d4d83e2f4820a64d5ad3e37412f029afad46d17a9259de2b6
> ERROR: got     : 18f524914c0df04e21289c3d9ca3e27c10abe5869cc4e4d4790a1b2c56df282c
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/5fce7f16daca17216d786391ea0fffff856c5404
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/tinifier/tinifier.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-11 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 19:59 [Buildroot] [PATCH 1/1] package/tinifier: fix license hash Fabrice Fontaine
2022-01-11 20:08 ` Thomas Petazzoni

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.