public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 14.0.0
@ 2026-04-02 18:04 Bernd Kuhls
  2026-04-02 18:47 ` Giulio Benetti
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bernd Kuhls @ 2026-04-02 18:04 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

https://github.com/harfbuzz/harfbuzz/blob/14.0.0/NEWS

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/harfbuzz/harfbuzz.hash | 4 ++--
 package/harfbuzz/harfbuzz.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/harfbuzz/harfbuzz.hash b/package/harfbuzz/harfbuzz.hash
index 8642387392..626ed7b7d4 100644
--- a/package/harfbuzz/harfbuzz.hash
+++ b/package/harfbuzz/harfbuzz.hash
@@ -1,4 +1,4 @@
-# From https://github.com/harfbuzz/harfbuzz/releases/tag/13.2.1
-sha256  6695da3eb7e1be0aa3092fe4d81433a33b47f4519259c759d729e3a9a55c1429  harfbuzz-13.2.1.tar.xz
+# From https://github.com/harfbuzz/harfbuzz/releases/tag/14.0.0
+sha256  d4aa312728136e3dc7c3cda47b871614ce0d12bbb19f9dcac2ea70de836dc307  harfbuzz-14.0.0.tar.xz
 # Locally computed
 sha256  ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64  COPYING
diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk
index df05596b1d..aef8681a13 100644
--- a/package/harfbuzz/harfbuzz.mk
+++ b/package/harfbuzz/harfbuzz.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-HARFBUZZ_VERSION = 13.2.1
+HARFBUZZ_VERSION = 14.0.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)
-- 
2.47.3

_______________________________________________
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 1/1] package/harfbuzz: bump version to 14.0.0
  2026-04-02 18:04 [Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 14.0.0 Bernd Kuhls
@ 2026-04-02 18:47 ` Giulio Benetti
  2026-04-02 19:12 ` Giulio Benetti
  2026-04-03 17:42 ` Julien Olivain via buildroot
  2 siblings, 0 replies; 5+ messages in thread
From: Giulio Benetti @ 2026-04-02 18:47 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

Hi Bernd,

since this is a major version change have you built hard buzz with all packages that depend on it as I’ve always done in the past?

I’m doing it right now on my pc to send the patch.

Giulio Benetti

> Il giorno 2 apr 2026, alle ore 20:04, Bernd Kuhls <bernd@kuhls.net> ha scritto:
> 
> https://github.com/harfbuzz/harfbuzz/blob/14.0.0/NEWS
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> package/harfbuzz/harfbuzz.hash | 4 ++--
> package/harfbuzz/harfbuzz.mk   | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/harfbuzz/harfbuzz.hash b/package/harfbuzz/harfbuzz.hash
> index 8642387392..626ed7b7d4 100644
> --- a/package/harfbuzz/harfbuzz.hash
> +++ b/package/harfbuzz/harfbuzz.hash
> @@ -1,4 +1,4 @@
> -# From https://github.com/harfbuzz/harfbuzz/releases/tag/13.2.1
> -sha256  6695da3eb7e1be0aa3092fe4d81433a33b47f4519259c759d729e3a9a55c1429  harfbuzz-13.2.1.tar.xz
> +# From https://github.com/harfbuzz/harfbuzz/releases/tag/14.0.0
> +sha256  d4aa312728136e3dc7c3cda47b871614ce0d12bbb19f9dcac2ea70de836dc307  harfbuzz-14.0.0.tar.xz
> # Locally computed
> sha256  ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64  COPYING
> diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk
> index df05596b1d..aef8681a13 100644
> --- a/package/harfbuzz/harfbuzz.mk
> +++ b/package/harfbuzz/harfbuzz.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
> 
> -HARFBUZZ_VERSION = 13.2.1
> +HARFBUZZ_VERSION = 14.0.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)
> --
> 2.47.3
> 

_______________________________________________
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 1/1] package/harfbuzz: bump version to 14.0.0
       [not found] <bd057c4a-ad38-4d13-a3d0-090648529153@kuhls.net>
@ 2026-04-02 19:07 ` Giulio Benetti
  0 siblings, 0 replies; 5+ messages in thread
From: Giulio Benetti @ 2026-04-02 19:07 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Buildroot

Hi Bernd,

> Il giorno 2 apr 2026, alle ore 20:53, Bernd Kuhls <bernd@kuhls.net> ha scritto:
> 
> [This mail was also posted to gmane.comp.lib.uclibc.buildroot.]
> 
> Am Thu, 2 Apr 2026 20:47:16 +0200 schrieb Giulio Benetti:
> 
>> Hi Bernd,
>> since this is a major version change have you built hard buzz with all
> packages that depend on it as I’ve always done in the past?
> 
> Hi Giulio,
> 
> because the release notes only announces new API and no changes to existing API I only built my usual pango/ffmpeg/libass/kodi defconfig and this finished without any problems.

Oh, this makes sense
Many years ago I’ve been asked(can’t find the email anymore) to test api, but the one who’s written at that time never pointed me to build all the packages, then later on I’ve sent patches with all packages build tested and it became a standard to me.

So it sounds good and easier.

Thanks a lot for clarifying!

Best regards
Giulio

> 
> 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 1/1] package/harfbuzz: bump version to 14.0.0
  2026-04-02 18:04 [Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 14.0.0 Bernd Kuhls
  2026-04-02 18:47 ` Giulio Benetti
@ 2026-04-02 19:12 ` Giulio Benetti
  2026-04-03 17:42 ` Julien Olivain via buildroot
  2 siblings, 0 replies; 5+ messages in thread
From: Giulio Benetti @ 2026-04-02 19:12 UTC (permalink / raw)
  To: Bernd Kuhls, buildroot

Hi Bernd,

On 02/04/2026 20:04, Bernd Kuhls wrote:
> https://github.com/harfbuzz/harfbuzz/blob/14.0.0/NEWS
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

as discussed this major change has no API change compared to version 
13.x.x so no need to build all packages that depend on harfbuzz.

Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Best regards

> ---
>   package/harfbuzz/harfbuzz.hash | 4 ++--
>   package/harfbuzz/harfbuzz.mk   | 2 +-
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/harfbuzz/harfbuzz.hash b/package/harfbuzz/harfbuzz.hash
> index 8642387392..626ed7b7d4 100644
> --- a/package/harfbuzz/harfbuzz.hash
> +++ b/package/harfbuzz/harfbuzz.hash
> @@ -1,4 +1,4 @@
> -# From https://github.com/harfbuzz/harfbuzz/releases/tag/13.2.1
> -sha256  6695da3eb7e1be0aa3092fe4d81433a33b47f4519259c759d729e3a9a55c1429  harfbuzz-13.2.1.tar.xz
> +# From https://github.com/harfbuzz/harfbuzz/releases/tag/14.0.0
> +sha256  d4aa312728136e3dc7c3cda47b871614ce0d12bbb19f9dcac2ea70de836dc307  harfbuzz-14.0.0.tar.xz
>   # Locally computed
>   sha256  ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64  COPYING
> diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk
> index df05596b1d..aef8681a13 100644
> --- a/package/harfbuzz/harfbuzz.mk
> +++ b/package/harfbuzz/harfbuzz.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -HARFBUZZ_VERSION = 13.2.1
> +HARFBUZZ_VERSION = 14.0.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)

_______________________________________________
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 1/1] package/harfbuzz: bump version to 14.0.0
  2026-04-02 18:04 [Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 14.0.0 Bernd Kuhls
  2026-04-02 18:47 ` Giulio Benetti
  2026-04-02 19:12 ` Giulio Benetti
@ 2026-04-03 17:42 ` Julien Olivain via buildroot
  2 siblings, 0 replies; 5+ messages in thread
From: Julien Olivain via buildroot @ 2026-04-03 17:42 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot, Giulio Benetti

On 02/04/2026 20:04, Bernd Kuhls wrote:
> https://github.com/harfbuzz/harfbuzz/blob/14.0.0/NEWS
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

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

end of thread, other threads:[~2026-04-03 17:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-02 18:04 [Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 14.0.0 Bernd Kuhls
2026-04-02 18:47 ` Giulio Benetti
2026-04-02 19:12 ` Giulio Benetti
2026-04-03 17:42 ` Julien Olivain via buildroot
     [not found] <bd057c4a-ad38-4d13-a3d0-090648529153@kuhls.net>
2026-04-02 19: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