* [Buildroot] [PATCH] package/fmt: bump to version 12.2.0
@ 2026-06-29 7:14 Michael Nosthoff via buildroot
2026-07-05 16:46 ` Julien Olivain via buildroot
0 siblings, 1 reply; 5+ messages in thread
From: Michael Nosthoff via buildroot @ 2026-06-29 7:14 UTC (permalink / raw)
To: buildroot; +Cc: Semyon Kolganov
changelog:
https://github.com/fmtlib/fmt/releases/tag/12.2.0
LICENSE hash changed due to split-out of exceptions:
https://github.com/fmtlib/fmt/commit/91d1aced0a846161135310249664506b4a56e196
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
package/fmt/fmt.hash | 4 ++--
package/fmt/fmt.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/fmt/fmt.hash b/package/fmt/fmt.hash
index 76bdd3171b..094a755aac 100644
--- a/package/fmt/fmt.hash
+++ b/package/fmt/fmt.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 695fd197fa5aff8fc67b5f2bbc110490a875cdf7a41686ac8512fb480fa8ada7 fmt-12.1.0.zip
-sha256 07580f2a3b35709ce703d523f447b242f6dfec7582a8c0df102c7fa2849375f8 LICENSE
+sha256 a2f4a8d51178f954e4c339007f77edd76ba0cb2e36f87a48e5a5403d9be5878f fmt-12.2.0.zip
+sha256 a65fcc5a1095fc33cc37e4fff69366e49d7e92f613558a2b95ed1b70e33758b4 LICENSE
diff --git a/package/fmt/fmt.mk b/package/fmt/fmt.mk
index 7d11cfddc3..b1d25e077b 100644
--- a/package/fmt/fmt.mk
+++ b/package/fmt/fmt.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FMT_VERSION = 12.1.0
+FMT_VERSION = 12.2.0
FMT_SITE = https://github.com/fmtlib/fmt/releases/download/$(FMT_VERSION)
FMT_SOURCE = fmt-$(FMT_VERSION).zip
FMT_LICENSE = MIT with exception
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/fmt: bump to version 12.2.0
[not found] <20260629071429.4131207-2-buildroot__14354.4681415491$1782717305$gmane$org@heine.tech>
@ 2026-06-29 13:02 ` Bernd Kuhls
2026-07-05 16:48 ` Julien Olivain via buildroot
0 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2026-06-29 13:02 UTC (permalink / raw)
To: buildroot
Am Mon, 29 Jun 2026 09:14:18 +0200 schrieb Michael Nosthoff via buildroot:
> changelog:
> https://github.com/fmtlib/fmt/releases/tag/12.2.0
Hi Michael,
this bump will break the build of gerbera unless these patches are
included into buildroot:
https://github.com/gerbera/gerbera/commit/
7caa9ae9ebf5c4cded5a292701528ff1d5c4946e
https://github.com/gerbera/gerbera/commit/
9507706136fde8c324d95d5c84c78bae1703bafc
Regards, Bernd
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/fmt: bump to version 12.2.0
2026-06-29 7:14 [Buildroot] [PATCH] package/fmt: bump to version 12.2.0 Michael Nosthoff via buildroot
@ 2026-07-05 16:46 ` Julien Olivain via buildroot
0 siblings, 0 replies; 5+ messages in thread
From: Julien Olivain via buildroot @ 2026-07-05 16:46 UTC (permalink / raw)
To: Michael Nosthoff; +Cc: buildroot, Semyon Kolganov
On 29/06/2026 09:14, Michael Nosthoff via buildroot wrote:
> changelog:
> https://github.com/fmtlib/fmt/releases/tag/12.2.0
>
> LICENSE hash changed due to split-out of exceptions:
> https://github.com/fmtlib/fmt/commit/91d1aced0a846161135310249664506b4a56e196
>
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/fmt: bump to version 12.2.0
2026-06-29 13:02 ` Bernd Kuhls
@ 2026-07-05 16:48 ` Julien Olivain via buildroot
2026-07-05 17:33 ` Bernd Kuhls
0 siblings, 1 reply; 5+ messages in thread
From: Julien Olivain via buildroot @ 2026-07-05 16:48 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot
Hi Bernd,
On 29/06/2026 15:02, Bernd Kuhls wrote:
> Am Mon, 29 Jun 2026 09:14:18 +0200 schrieb Michael Nosthoff via
> buildroot:
>
>> changelog:
>> https://github.com/fmtlib/fmt/releases/tag/12.2.0
>
> Hi Michael,
>
> this bump will break the build of gerbera unless these patches are
> included into buildroot:
>
> https://github.com/gerbera/gerbera/commit/
> 7caa9ae9ebf5c4cded5a292701528ff1d5c4946e
>
> https://github.com/gerbera/gerbera/commit/
> 9507706136fde8c324d95d5c84c78bae1703bafc
For some reason, your message was not displayed in patchwork:
https://patchwork.ozlabs.org/project/buildroot/patch/20260629071429.4131207-2-buildroot@heine.tech/
So I missed it and applied the fmt bump. I guess we'll need the patches
for
fixing the gerbera package.
> Regards, Bernd
Best regards,
Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Buildroot] [PATCH] package/fmt: bump to version 12.2.0
2026-07-05 16:48 ` Julien Olivain via buildroot
@ 2026-07-05 17:33 ` Bernd Kuhls
0 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2026-07-05 17:33 UTC (permalink / raw)
To: buildroot; +Cc: buildroot
Hi Julien,
Am Sun, 05 Jul 2026 18:48:01 +0200 schrieb Julien Olivain via buildroot:
> For some reason, your message was not displayed in patchwork:
> https://patchwork.ozlabs.org/project/buildroot/patch/
20260629071429.4131207-2-buildroot@heine.tech/
I guess because the patchwork URLs contain mail addresses which are
anonymized when posting through news.gmane.io:
References: <20260629071429.4131207-2-
buildroot__14354.4681415491$1782717305$gmane$org@heine.tech>
according to https://lists.buildroot.org/pipermail/buildroot/2026-
June.txt.gz
> So I missed it and applied the fmt bump. I guess we'll need the patches
> for fixing the gerbera package.
Done: https://patchwork.ozlabs.org/project/buildroot/patch/
20260705172616.3104270-1-bernd@kuhls.net/
Regards, Bernd
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-07-05 17:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-29 7:14 [Buildroot] [PATCH] package/fmt: bump to version 12.2.0 Michael Nosthoff via buildroot
2026-07-05 16:46 ` Julien Olivain via buildroot
[not found] <20260629071429.4131207-2-buildroot__14354.4681415491$1782717305$gmane$org@heine.tech>
2026-06-29 13:02 ` Bernd Kuhls
2026-07-05 16:48 ` Julien Olivain via buildroot
2026-07-05 17:33 ` Bernd Kuhls
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.