* [Buildroot] [PATCH 1/1] package/fakeroot: fix hash file format
@ 2026-04-20 17:18 Julien Olivain via buildroot
2026-04-20 17:21 ` Julien Olivain via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Julien Olivain via buildroot @ 2026-04-20 17:18 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
Commit [1] "package/fakeroot: bump to version 1.37.2" introduced an
incorrect hash file format. The command "make check-package" reports
the error:
package/fakeroot/fakeroot.hash:2: expected three fields (https://nightly.buildroot.org/#adding-packages-hash)
This commit fixes that.
[1] https://gitlab.com/buildroot.org/buildroot/-/commit/a4f2419164c4f3514e573427f6537f94c2878837
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
package/fakeroot/fakeroot.hash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/fakeroot/fakeroot.hash b/package/fakeroot/fakeroot.hash
index 13e8695128..82a6214380 100644
--- a/package/fakeroot/fakeroot.hash
+++ b/package/fakeroot/fakeroot.hash
@@ -1,5 +1,5 @@
# From https://deb.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.37.2-1.dsc
-sha1 1a721c2b4093a4e83dc091dc41a028f19340c1b3 595964 fakeroot_1.37.2.orig.tar.gz
+sha1 1a721c2b4093a4e83dc091dc41a028f19340c1b3 fakeroot_1.37.2.orig.tar.gz
sha256 0eea60fbe89771b88fcf415c8f2f0a6ccfe9edebbcf3ba5dc0212718d98884db fakeroot_1.37.2.orig.tar.gz
# License files, locally calculated
sha256 fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7 COPYING
--
2.53.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/fakeroot: fix hash file format
2026-04-20 17:18 [Buildroot] [PATCH 1/1] package/fakeroot: fix hash file format Julien Olivain via buildroot
@ 2026-04-20 17:21 ` Julien Olivain via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Julien Olivain via buildroot @ 2026-04-20 17:21 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
On 20/04/2026 19:18, Julien Olivain via buildroot wrote:
> Commit [1] "package/fakeroot: bump to version 1.37.2" introduced an
> incorrect hash file format. The command "make check-package" reports
> the error:
>
> package/fakeroot/fakeroot.hash:2: expected three fields
> (https://nightly.buildroot.org/#adding-packages-hash)
>
> This commit fixes that.
>
> [1]
> https://gitlab.com/buildroot.org/buildroot/-/commit/a4f2419164c4f3514e573427f6537f94c2878837
>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
Applied to master.
_______________________________________________
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:[~2026-04-20 17:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-20 17:18 [Buildroot] [PATCH 1/1] package/fakeroot: fix hash file format Julien Olivain via buildroot
2026-04-20 17:21 ` Julien Olivain via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox