All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libconfig: refresh tarball hash
@ 2025-11-24 14:06 Florian Larysch
  2025-11-24 14:13 ` Florian Larysch
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Florian Larysch @ 2025-11-24 14:06 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Florian Larysch

Upstream has modified the release tarball without bumping the version,
presumably to fix [1], which is now causing build issues. Refresh the
hash to match the new tarball.

The original version is still available on sources.buildroot.net,
yielding the following diffstat:

 Makefile.am                 |    1 +
 Makefile.in                 |    1 +
 examples/c/Makefile.am      |    2 +-
 examples/c/Makefile.in      |    2 +-
 examples/c/pathbuf.h        |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/libconfig++.pc.cmake.in |   12 ++++++++++++
 lib/libconfig.pc.cmake.in   |   12 ++++++++++++
 7 files changed, 82 insertions(+), 2 deletions(-)

Where the Makefile changes only add references to the added header and
pkg-config files.

[1] https://github.com/hyperrealm/libconfig/issues/256

Fixes: https://autobuild.buildroot.org/results/89b/89b15ed871a7d8e2a789d1d9a1bab11b7f50274b/

Signed-off-by: Florian Larysch <fl@n621.de>
---
 package/libconfig/libconfig.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libconfig/libconfig.hash b/package/libconfig/libconfig.hash
index 2b10dfc125..42935426a8 100644
--- a/package/libconfig/libconfig.hash
+++ b/package/libconfig/libconfig.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  87c6f382994b245f9213be34a2bf19c8ee7d033d7abaa51e88fbb7bad79e2dc6  libconfig-1.8.1.tar.gz
+sha256  c73ee3d914ec68c99b61e864832931e9a7112eeabfb449dad217fd83e385cbdf  libconfig-1.8.1.tar.gz
 sha256  cbbad55f94feadb16061c4f782910bac254460a44f1c8abd2b91452eff085f55  COPYING.LIB
-- 
2.51.2

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

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

end of thread, other threads:[~2025-12-30 17:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-24 14:06 [Buildroot] [PATCH 1/1] package/libconfig: refresh tarball hash Florian Larysch
2025-11-24 14:13 ` Florian Larysch
2025-11-24 14:18 ` yann.morin
2025-11-24 14:47   ` Florian Larysch
2025-12-30 17:48 ` 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.