* [Buildroot] [PATCH] package/harfbuzz: bump version to 8.1.0
@ 2023-08-02 14:16 Giulio Benetti
2023-08-04 19:40 ` Giulio Benetti
0 siblings, 1 reply; 5+ messages in thread
From: Giulio Benetti @ 2023-08-02 14:16 UTC (permalink / raw)
To: buildroot; +Cc: Giulio Benetti
Release notes: https://github.com/harfbuzz/harfbuzz/blob/main/NEWS
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 6b71e3819c..72210a78f9 100644
--- a/package/harfbuzz/harfbuzz.hash
+++ b/package/harfbuzz/harfbuzz.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 c1ce780acd385569f25b9a29603d1d5bc71e6940e55bfdd4f7266fad50e42620 harfbuzz-8.0.1.tar.xz
+sha256 639596da7c26cc503b16b3bf4dfdca77fe832d3c9e06004ef63a7ce53cafbac9 harfbuzz-8.1.0.tar.xz
sha256 ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64 COPYING
diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk
index 3118ec62c9..ce3573c10d 100644
--- a/package/harfbuzz/harfbuzz.mk
+++ b/package/harfbuzz/harfbuzz.mk
@@ -4,7 +4,7 @@
#
################################################################################
-HARFBUZZ_VERSION = 8.0.1
+HARFBUZZ_VERSION = 8.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)
--
2.34.1
_______________________________________________
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/harfbuzz: bump version to 8.1.0
2023-08-02 14:16 [Buildroot] [PATCH] package/harfbuzz: bump version to 8.1.0 Giulio Benetti
@ 2023-08-04 19:40 ` Giulio Benetti
2023-08-04 20:18 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 5+ messages in thread
From: Giulio Benetti @ 2023-08-04 19:40 UTC (permalink / raw)
To: buildroot
This patch is superseded in favor of:
https://patchwork.ozlabs.org/project/buildroot/patch/20230804193801.93049-1-giulio.benetti@benettiengineering.com/
So please ignore it.
Best regards
--
Giulio Benetti
CEO&CTO@Benetti Engineering sas
On 02/08/23 16:16, Giulio Benetti wrote:
> Release notes: https://github.com/harfbuzz/harfbuzz/blob/main/NEWS
>
> 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 6b71e3819c..72210a78f9 100644
> --- a/package/harfbuzz/harfbuzz.hash
> +++ b/package/harfbuzz/harfbuzz.hash
> @@ -1,3 +1,3 @@
> # Locally computed
> -sha256 c1ce780acd385569f25b9a29603d1d5bc71e6940e55bfdd4f7266fad50e42620 harfbuzz-8.0.1.tar.xz
> +sha256 639596da7c26cc503b16b3bf4dfdca77fe832d3c9e06004ef63a7ce53cafbac9 harfbuzz-8.1.0.tar.xz
> sha256 ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64 COPYING
> diff --git a/package/harfbuzz/harfbuzz.mk b/package/harfbuzz/harfbuzz.mk
> index 3118ec62c9..ce3573c10d 100644
> --- a/package/harfbuzz/harfbuzz.mk
> +++ b/package/harfbuzz/harfbuzz.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -HARFBUZZ_VERSION = 8.0.1
> +HARFBUZZ_VERSION = 8.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)
_______________________________________________
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/harfbuzz: bump version to 8.1.0
2023-08-04 19:40 ` Giulio Benetti
@ 2023-08-04 20:18 ` Thomas Petazzoni via buildroot
2023-08-04 20:25 ` Giulio Benetti
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-04 20:18 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot
On Fri, 4 Aug 2023 21:40:45 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> This patch is superseded in favor of:
> https://patchwork.ozlabs.org/project/buildroot/patch/20230804193801.93049-1-giulio.benetti@benettiengineering.com/
>
> So please ignore it.
You can mark your own patches as Superseded in patchwork :-)
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
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/harfbuzz: bump version to 8.1.0
2023-08-04 20:18 ` Thomas Petazzoni via buildroot
@ 2023-08-04 20:25 ` Giulio Benetti
2023-08-04 20:28 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 5+ messages in thread
From: Giulio Benetti @ 2023-08-04 20:25 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: buildroot
On 04/08/23 22:18, Thomas Petazzoni wrote:
> On Fri, 4 Aug 2023 21:40:45 +0200
> Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
>
>> This patch is superseded in favor of:
>> https://patchwork.ozlabs.org/project/buildroot/patch/20230804193801.93049-1-giulio.benetti@benettiengineering.com/
>>
>> So please ignore it.
>
> You can mark your own patches as Superseded in patchwork :-)
Yes, I've already done it, I thought I had to point it anyway on Mailing
List but then it's useless because you pick patches from Patchwork in
the end.
--
Giulio Benetti
CEO&CTO@Benetti Engineering sas
_______________________________________________
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/harfbuzz: bump version to 8.1.0
2023-08-04 20:25 ` Giulio Benetti
@ 2023-08-04 20:28 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-04 20:28 UTC (permalink / raw)
To: Giulio Benetti; +Cc: buildroot
On Fri, 4 Aug 2023 22:25:38 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:
> Yes, I've already done it, I thought I had to point it anyway on Mailing
> List but then it's useless because you pick patches from Patchwork in
> the end.
Absolutely: if you already mark your patches as Superseded in
patchwork, then there is no need to say anything on the mailing list.
Your patches marked as "Superseded" are no longer part of the
maintainers "TODO-list" on patchwork, so we will only consider your new
version/iteration of the patch.
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
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:[~2023-08-04 20:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-02 14:16 [Buildroot] [PATCH] package/harfbuzz: bump version to 8.1.0 Giulio Benetti
2023-08-04 19:40 ` Giulio Benetti
2023-08-04 20:18 ` Thomas Petazzoni via buildroot
2023-08-04 20:25 ` Giulio Benetti
2023-08-04 20:28 ` 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