mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] harfbuzz: version bump 8.3.0 -> 12.1.0
Date: Fri, 17 Oct 2025 10:20:54 +0200	[thread overview]
Message-ID: <20251017082054.3112598-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20251013084320.981373-1-s.pueschel@pengutronix.de>

Thanks, applied as 4a5fce5602dc786be88753e9a6c9a4cb78aa9a3c.

Michael

[sent from post-receive hook]

On Fri, 17 Oct 2025 10:20:54 +0200, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> Updated fuzzer_ldflags according to the configure_helper.py
> 
> https://github.com/harfbuzz/harfbuzz/releases/tag/8.3.1
> https://github.com/harfbuzz/harfbuzz/releases/tag/8.4.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/8.5.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/9.0.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/10.0.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/10.0.1
> https://github.com/harfbuzz/harfbuzz/releases/tag/10.1.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/10.2.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/10.3.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/10.4.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.0.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.0.1
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.1.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.2.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.2.1
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.3.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.3.1
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.3.2
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.3.3
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.4.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.4.1
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.4.2
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.4.3
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.4.4
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.4.5
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.5.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/11.5.1
> https://github.com/harfbuzz/harfbuzz/releases/tag/12.0.0
> https://github.com/harfbuzz/harfbuzz/releases/tag/12.1.0
> 
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
> Message-Id: <20251013084320.981373-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/harfbuzz.make b/rules/harfbuzz.make
> index 853442b92e56..cc8b60cc700b 100644
> --- a/rules/harfbuzz.make
> +++ b/rules/harfbuzz.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_HARFBUZZ) += harfbuzz
>  #
>  # Paths and names
>  #
> -HARFBUZZ_VERSION	:= 8.3.0
> -HARFBUZZ_MD5		:= 7bf11a21c51a4f3ce0728decc4c557d4
> +HARFBUZZ_VERSION	:= 12.1.0
> +HARFBUZZ_MD5		:= 8ef2de36c31dc731bdc0b24f6ac66b75
>  HARFBUZZ		:= harfbuzz-$(HARFBUZZ_VERSION)
>  HARFBUZZ_SUFFIX		:= tar.xz
>  HARFBUZZ_URL		:= https://github.com/harfbuzz/harfbuzz/releases/download/$(HARFBUZZ_VERSION)/$(HARFBUZZ).$(HARFBUZZ_SUFFIX)
> @@ -40,20 +40,24 @@ HARFBUZZ_CONF_OPT	:= \
>  	-Ddoc_tests=false \
>  	-Ddocs=disabled \
>  	-Dexperimental_api=false \
> +	-Dfontations=disabled \
>  	-Dfreetype=enabled \
> -	-Dfuzzer_ldflags="" \
> +	-Dfuzzer_ldflags= \
>  	-Dgdi=disabled \
>  	-Dglib=enabled \
>  	-Dgobject=$(call ptx/endis, PTXCONF_HARFBUZZ_INTROSPECTION)d \
>  	-Dgraphite=disabled \
>  	-Dgraphite2=$(call ptx/endis, PTXCONF_HARFBUZZ_GRAPHITE)d \
> +	-Dharfrust=disabled \
>  	-Dicu=$(call ptx/endis, PTXCONF_HARFBUZZ_ICU)d \
>  	-Dicu_builtin=false \
>  	-Dintrospection=$(call ptx/endis, PTXCONF_HARFBUZZ_INTROSPECTION)d \
> +	-Dkbts=disabled \
>  	-Dragel_subproject=false \
>  	-Dtests=disabled \
>  	-Dutilities=disabled \
> -	-Dwasm=disabled
> +	-Dwasm=disabled \
> +	-Dwith_libstdcxx=false
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



      reply	other threads:[~2025-10-17  8:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-13  8:43 [ptxdist] [PATCH] " Sven Püschel
2025-10-17  8:20 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251017082054.3112598-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=s.pueschel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox