* [Buildroot] [PATCH 1/3] package/fcft: use release tarball instead of archive
@ 2026-08-20 10:56 Raphaël Mélotte via buildroot
2026-08-20 10:57 ` [Buildroot] [PATCH 2/3] package/gumbo-parser: update hash following Codeberg changes Raphaël Mélotte via buildroot
2026-08-20 10:57 ` [Buildroot] [PATCH 3/3] package/wmenu: " Raphaël Mélotte via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Raphaël Mélotte via buildroot @ 2026-08-20 10:56 UTC (permalink / raw)
To: buildroot; +Cc: Raphaël Mélotte
Codeberg has changed the way it generate hashes for at least some of
the generated tarballs (see [1]).
This change affects tarballs generated by Codeberg, but not release
artifacts.
fcft turns out to have a proper release available, so use it.
[1]: https://codeberg.org/Codeberg/Community/issues/2861
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
---
package/fcft/fcft.hash | 2 +-
package/fcft/fcft.mk | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/package/fcft/fcft.hash b/package/fcft/fcft.hash
index f5a499edcc..0a4c633f24 100644
--- a/package/fcft/fcft.hash
+++ b/package/fcft/fcft.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 79e52aaafc0b57fa2b68ed6127de13e98318050399a939691b8ca30d44d48591 3.3.2.tar.gz
+sha256 8dffe750027618e01dd4e6bc9aa9c889033c7abe4a661e9294192b58b4556264 fcft-3.3.2.tar.gz
sha256 d534a23a31500a0ac958d9634b84f532bd73ff1aca1bb8f7debbcbebc16ff39a LICENSE
diff --git a/package/fcft/fcft.mk b/package/fcft/fcft.mk
index b9ce43b454..40b2d45a8f 100644
--- a/package/fcft/fcft.mk
+++ b/package/fcft/fcft.mk
@@ -5,8 +5,7 @@
################################################################################
FCFT_VERSION = 3.3.2
-FCFT_SOURCE = $(FCFT_VERSION).tar.gz
-FCFT_SITE = https://codeberg.org/dnkl/fcft/archive
+FCFT_SITE = https://codeberg.org/dnkl/fcft/releases/download/$(FCFT_VERSION)
FCFT_LICENSE = MIT
FCFT_LICENSE_FILES = LICENSE
FCFT_INSTALL_STAGING = YES
--
2.54.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/3] package/gumbo-parser: update hash following Codeberg changes
2026-08-20 10:56 [Buildroot] [PATCH 1/3] package/fcft: use release tarball instead of archive Raphaël Mélotte via buildroot
@ 2026-08-20 10:57 ` Raphaël Mélotte via buildroot
2026-08-20 10:57 ` [Buildroot] [PATCH 3/3] package/wmenu: " Raphaël Mélotte via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Raphaël Mélotte via buildroot @ 2026-08-20 10:57 UTC (permalink / raw)
To: buildroot; +Cc: Raphaël Mélotte
Codeberg has changed the way it generate hashes for at least some of
the generated tarballs (see [1]).
Since it only affects a small number of packages for us (3 on master)
and the upstream discussion seems to consider it a "one time change",
just update the hash to match the new one.
[1]: https://codeberg.org/Codeberg/Community/issues/2861
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
---
package/gumbo-parser/gumbo-parser.hash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/gumbo-parser/gumbo-parser.hash b/package/gumbo-parser/gumbo-parser.hash
index b8809d4db9..8e0dd91629 100644
--- a/package/gumbo-parser/gumbo-parser.hash
+++ b/package/gumbo-parser/gumbo-parser.hash
@@ -1,5 +1,5 @@
# Locally computed:
-sha256 dbdc159dc8e5c6f3f254e50bce689dd9e439064ff06c165d5653410a5714ab66 0.13.2.tar.gz
+sha256 90bea83283760339da194fb90112a532854c13cd1eabdabc7ef7a4dede1dbc9d 0.13.2.tar.gz
# Hash for license files:
sha256 c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 doc/COPYING
--
2.54.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 3/3] package/wmenu: update hash following Codeberg changes
2026-08-20 10:56 [Buildroot] [PATCH 1/3] package/fcft: use release tarball instead of archive Raphaël Mélotte via buildroot
2026-08-20 10:57 ` [Buildroot] [PATCH 2/3] package/gumbo-parser: update hash following Codeberg changes Raphaël Mélotte via buildroot
@ 2026-08-20 10:57 ` Raphaël Mélotte via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Raphaël Mélotte via buildroot @ 2026-08-20 10:57 UTC (permalink / raw)
To: buildroot; +Cc: Raphaël Mélotte
Codeberg has changed the way it generate hashes for at least some of
the generated tarballs (see [1]).
Since it only affects a small number of packages for us (3 on master)
and the upstream discussion seems to consider it a "one time change",
just update the hash to match the new one.
[1]: https://codeberg.org/Codeberg/Community/issues/2861
Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/package/wmenu/wmenu.hash b/package/wmenu/wmenu.hash
index c4941001f4..71b2ff9d37 100644
--- a/package/wmenu/wmenu.hash
+++ b/package/wmenu/wmenu.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 4e6aea3f8975fec720f6eb87aad620d5297a8a5a137615e4cf047e95d2b9d308 0.2.0.tar.gz
+sha256 b1b593a80310085a90bd349d458ffbcfacf875d74468ae4428bdf5692a671ef9 0.2.0.tar.gz
sha256 500f0a221b2f3667676f6a084fb4e92ba4f74d09f45bc492e55aec4dd296bff2 LICENSE
--
2.54.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-20 10:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20 10:56 [Buildroot] [PATCH 1/3] package/fcft: use release tarball instead of archive Raphaël Mélotte via buildroot
2026-08-20 10:57 ` [Buildroot] [PATCH 2/3] package/gumbo-parser: update hash following Codeberg changes Raphaël Mélotte via buildroot
2026-08-20 10:57 ` [Buildroot] [PATCH 3/3] package/wmenu: " Raphaël Mélotte 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.