* [Buildroot] [PATCH] package/harfbuzz: bump to version 4.4.1 @ 2022-07-10 22:55 Giulio Benetti 2022-07-20 11:50 ` Thomas Petazzoni via buildroot 0 siblings, 1 reply; 4+ messages in thread From: Giulio Benetti @ 2022-07-10 22:55 UTC (permalink / raw) To: buildroot; +Cc: Giulio Benetti Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> --- package/harfbuzz/harfbuzz.hash | 2 +- package/harfbuzz/harfbuzz.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/harfbuzz/harfbuzz.hash b/package/harfbuzz/harfbuzz.hash index 66743326a0..b054291ff7 100644 --- a/package/harfbuzz/harfbuzz.hash +++ b/package/harfbuzz/harfbuzz.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 02035eddb9d84112834abd1654ce0e177d14f41fd8ce0c29d5b4376888890790 harfbuzz-4.4.0.tar.xz +sha256 c5bc33ac099b2e52f01d27cde21cee4281b9d5bfec7684135e268512478bc9ee harfbuzz-4.4.1.tar.xz sha256 4345e1735f8bc6d812fed5180cabb5a5e88a4109d332652f2a45c13cfa5ee692 COPYING diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk index e74657234c..726abaa61e 100644 --- a/package/harfbuzz/harfbuzz.mk +++ b/package/harfbuzz/harfbuzz.mk @@ -4,7 +4,7 @@ # ################################################################################ -HARFBUZZ_VERSION = 4.4.0 +HARFBUZZ_VERSION = 4.4.1 HARFBUZZ_SITE = https://github.com/harfbuzz/harfbuzz/releases/download/$(HARFBUZZ_VERSION) HARFBUZZ_SOURCE = harfbuzz-$(HARFBUZZ_VERSION).tar.xz HARFBUZZ_LICENSE = MIT, ISC (ucdn library) -- 2.34.1 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/harfbuzz: bump to version 4.4.1 2022-07-10 22:55 [Buildroot] [PATCH] package/harfbuzz: bump to version 4.4.1 Giulio Benetti @ 2022-07-20 11:50 ` Thomas Petazzoni via buildroot 0 siblings, 0 replies; 4+ messages in thread From: Thomas Petazzoni via buildroot @ 2022-07-20 11:50 UTC (permalink / raw) To: Giulio Benetti; +Cc: buildroot On Mon, 11 Jul 2022 00:55:52 +0200 Giulio Benetti <giulio.benetti@benettiengineering.com> wrote: > Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> > --- > package/harfbuzz/harfbuzz.hash | 2 +- > package/harfbuzz/harfbuzz.mk | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20220710225552.324219-1-giulio.benetti__768.939305429228$1657493781$gmane$org@benettiengineering.com>]
* Re: [Buildroot] [PATCH] package/harfbuzz: bump to version 4.4.1 [not found] <20220710225552.324219-1-giulio.benetti__768.939305429228$1657493781$gmane$org@benettiengineering.com> @ 2022-07-17 11:10 ` Bernd Kuhls 2022-07-20 12:07 ` Giulio Benetti 0 siblings, 1 reply; 4+ messages in thread From: Bernd Kuhls @ 2022-07-17 11:10 UTC (permalink / raw) To: buildroot Am Mon, 11 Jul 2022 00:55:52 +0200 schrieb Giulio Benetti: > Signed-off-by: Giulio Benetti > <giulio.benetti@benettiengineering.com> Hi, this bump will again break the build with gcc-4.9, please backport this commit to fix the problem: https://github.com/harfbuzz/harfbuzz/commit/ 3238cb744bb570a75326ab4438968c59069e9af2 Regards, Bernd _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH] package/harfbuzz: bump to version 4.4.1 2022-07-17 11:10 ` Bernd Kuhls @ 2022-07-20 12:07 ` Giulio Benetti 0 siblings, 0 replies; 4+ messages in thread From: Giulio Benetti @ 2022-07-20 12:07 UTC (permalink / raw) To: Bernd Kuhls, buildroot; +Cc: Fabrice Fontaine Hi Bernd, On 17/07/22 13:10, Bernd Kuhls wrote: > Am Mon, 11 Jul 2022 00:55:52 +0200 schrieb Giulio Benetti: > >> Signed-off-by: Giulio Benetti >> <giulio.benetti@benettiengineering.com> > > Hi, > > this bump will again break the build with gcc-4.9, please backport this > commit to fix the problem: > https://github.com/harfbuzz/harfbuzz/commit/ > 3238cb744bb570a75326ab4438968c59069e9af2 thank for pointing, Fabrice provided that patch and then Thomas applied mine, so everything works ok now. Kind regards -- Giulio Benetti Benetti Engineering sas _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-07-20 12:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-10 22:55 [Buildroot] [PATCH] package/harfbuzz: bump to version 4.4.1 Giulio Benetti
2022-07-20 11:50 ` Thomas Petazzoni via buildroot
[not found] <20220710225552.324219-1-giulio.benetti__768.939305429228$1657493781$gmane$org@benettiengineering.com>
2022-07-17 11:10 ` Bernd Kuhls
2022-07-20 12:07 ` Giulio Benetti
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox