* [Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 8.0.1
@ 2023-07-30 16:41 Bernd Kuhls
2023-07-30 20:39 ` Giulio Benetti
2023-07-30 20:44 ` Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-07-30 16:41 UTC (permalink / raw)
To: buildroot; +Cc: Giulio Benetti
Release notes: https://github.com/harfbuzz/harfbuzz/blob/main/NEWS
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
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 6b3dfc22b7..6b71e3819c 100644
--- a/package/harfbuzz/harfbuzz.hash
+++ b/package/harfbuzz/harfbuzz.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 20770789749ac9ba846df33983dbda22db836c70d9f5d050cb9aa5347094a8fb harfbuzz-7.3.0.tar.xz
+sha256 c1ce780acd385569f25b9a29603d1d5bc71e6940e55bfdd4f7266fad50e42620 harfbuzz-8.0.1.tar.xz
sha256 ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64 COPYING
diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk
index 981d911014..3118ec62c9 100644
--- a/package/harfbuzz/harfbuzz.mk
+++ b/package/harfbuzz/harfbuzz.mk
@@ -4,7 +4,7 @@
#
################################################################################
-HARFBUZZ_VERSION = 7.3.0
+HARFBUZZ_VERSION = 8.0.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.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 8.0.1
2023-07-30 16:41 [Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 8.0.1 Bernd Kuhls
@ 2023-07-30 20:39 ` Giulio Benetti
2023-07-30 20:44 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Giulio Benetti @ 2023-07-30 20:39 UTC (permalink / raw)
To: Bernd Kuhls, buildroot
Hi Bernd,
I had this patch ready since one week and I've forgotten to send it :-)
Can you reword it like below?
On 30/07/23 18:41, Bernd Kuhls wrote:
> Release notes: https://github.com/harfbuzz/harfbuzz/blob/main/NEWS
Since the major release changed, all the packages that have direct
dependency to harfbuzz has been successfully built:
- efl
- libass
- mupdf
- pango
- qt5base
- qt5webengine
- qt6base
- sdl2_ttf
- supertuxkart
- vlc
- webkitgtk
- wpewebkit
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
With commit log reworded like above:
Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Tested-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Maybe a maintainer can reword it while committing.
Best regards
--
Giulio Benetti
CEO&CTO@Benetti Engineering sas
> ---
> 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 6b3dfc22b7..6b71e3819c 100644
> --- a/package/harfbuzz/harfbuzz.hash
> +++ b/package/harfbuzz/harfbuzz.hash
> @@ -1,3 +1,3 @@
> # Locally computed
> -sha256 20770789749ac9ba846df33983dbda22db836c70d9f5d050cb9aa5347094a8fb harfbuzz-7.3.0.tar.xz
> +sha256 c1ce780acd385569f25b9a29603d1d5bc71e6940e55bfdd4f7266fad50e42620 harfbuzz-8.0.1.tar.xz
> sha256 ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64 COPYING
> diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk
> index 981d911014..3118ec62c9 100644
> --- a/package/harfbuzz/harfbuzz.mk
> +++ b/package/harfbuzz/harfbuzz.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -HARFBUZZ_VERSION = 7.3.0
> +HARFBUZZ_VERSION = 8.0.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)
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 8.0.1
2023-07-30 16:41 [Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 8.0.1 Bernd Kuhls
2023-07-30 20:39 ` Giulio Benetti
@ 2023-07-30 20:44 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-30 20:44 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Giulio Benetti, buildroot
On Sun, 30 Jul 2023 18:41:17 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:
> Release notes: https://github.com/harfbuzz/harfbuzz/blob/main/NEWS
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> 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] 3+ messages in thread
end of thread, other threads:[~2023-07-30 20:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-30 16:41 [Buildroot] [PATCH 1/1] package/harfbuzz: bump version to 8.0.1 Bernd Kuhls
2023-07-30 20:39 ` Giulio Benetti
2023-07-30 20:44 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox