[Buildroot] [PATCH 1/1] package/harfbuzz: bump to version 12.1.0
Giulio Benetti
giulio.benetti at benettiengineering.com
Fri Oct 3 23:08:05 UTC 2025
Hi Bernd,
I was working on the same patch but test-building all of its packages
:-) That's why I've send a patch for EFL that was failing. This should
be done because API changes with major version. I've done it every time
major version changed, you can see in the commit logs, anyway...
On 10/3/25 22:15, Bernd Kuhls wrote:
> Release notes:
> https://github.com/harfbuzz/harfbuzz/releases/tag/12.1.0
>
> Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
...I've successfully built all packages except qt5webengine and it seems
reasonable to me to keep this patch since the failure is not due to API
change so:
Reviewed-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
Best regards
--
Giulio Benetti
CEO&CTO at Benetti Engineering
https://www.linkedin.com/company/benetti-engineering/
https://www.linkedin.com/in/giulio-benetti-79975951/
> ---
> 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 a6c34d92a3..3b7be8c07b 100644
> --- a/package/harfbuzz/harfbuzz.hash
> +++ b/package/harfbuzz/harfbuzz.hash
> @@ -1,3 +1,3 @@
> # Locally computed
> -sha256 972a60a8d274d49e70361da6920c3a73dfb0fb4387f6c6811906a47ba634d8a1 harfbuzz-11.5.1.tar.xz
> +sha256 e5c81b7f6e0b102dfb000cfa424538b8e896ab78a2f4b8a5ec8cae62ab43369e harfbuzz-12.1.0.tar.xz
> sha256 ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64 COPYING
> diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk
> index 5c3666bf75..a21a7f4387 100644
> --- a/package/harfbuzz/harfbuzz.mk
> +++ b/package/harfbuzz/harfbuzz.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -HARFBUZZ_VERSION = 11.5.1
> +HARFBUZZ_VERSION = 12.1.0
> HARFBUZZ_SITE = https://github.com/harfbuzz/harfbuzz/releases/download/$(HARFBUZZ_VERSION)
> HARFBUZZ_SOURCE = harfbuzz-$(HARFBUZZ_VERSION).tar.xz
> HARFBUZZ_LICENSE = MIT, ISC (ucdn library)
More information about the buildroot
mailing list