* [Buildroot] [PATCH 1/1] package/ipmitool: add hash for enterprise-numbers.txt
@ 2024-08-23 6:33 Dario Binacchi
2024-08-23 7:55 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Dario Binacchi @ 2024-08-23 6:33 UTC (permalink / raw)
To: buildroot; +Cc: Floris Bos, Heiko Thiery, Dario Binacchi, linux-amarula
Fixes:
- http://autobuild.buildroot.org/results/5ae5ee948d99679cd50d1115a7d46f4368347b4f
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
package/ipmitool/ipmitool.hash | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/ipmitool/ipmitool.hash b/package/ipmitool/ipmitool.hash
index c3b298e3ba5d..c303afa0f5e7 100644
--- a/package/ipmitool/ipmitool.hash
+++ b/package/ipmitool/ipmitool.hash
@@ -1,3 +1,4 @@
# Locally computed:
sha256 48b010e7bcdf93e4e4b6e43c53c7f60aa6873d574cbd45a8d86fa7aaeebaff9c ipmitool-1_8_19.tar.gz
sha256 b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56 COPYING
+sha256 ba2da37bd53a3c04df63c3e5dd1bed123e693ee37fdb9b834f61d2ff4df68a40 enterprise-numbers.txt
--
2.43.0
_______________________________________________
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/ipmitool: add hash for enterprise-numbers.txt
2024-08-23 6:33 [Buildroot] [PATCH 1/1] package/ipmitool: add hash for enterprise-numbers.txt Dario Binacchi
@ 2024-08-23 7:55 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-23 7:55 UTC (permalink / raw)
To: Dario Binacchi
Cc: Floris Bos, buildroot, Heiko Thiery, linux-amarula, Yann E. MORIN
On Fri, 23 Aug 2024 08:33:18 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
> Fixes:
> - http://autobuild.buildroot.org/results/5ae5ee948d99679cd50d1115a7d46f4368347b4f
>
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
I believe it is not possible to do that
because https://www.iana.org/assignments/enterprise-numbers.txt is not a
"versioned" URL, and that file is regularly updated, so this hash will
become broken at some point in the future, causing breakage.
So basically, we need one of the two following options:
(Best) Find a URL for enterprise-numbers.txt that is versioned, so
that we know what we fetch is stable
(Less Best) Add something like BR_REALLY_NO_CHECK_HASH_FOR that
continues to disable the hash check even when
BR2_DOWNLOAD_FORCE_CHECK_HASHES is enabled
Best regards,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
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:[~2024-08-23 7:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23 6:33 [Buildroot] [PATCH 1/1] package/ipmitool: add hash for enterprise-numbers.txt Dario Binacchi
2024-08-23 7:55 ` Thomas Petazzoni via buildroot
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.