mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Sven Püschel" <s.pueschel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Sven Püschel" <s.pueschel@pengutronix.de>
Subject: [ptxdist] [PATCH] harfbuzz: version bump 8.3.0 -> 12.1.0
Date: Mon, 13 Oct 2025 10:43:05 +0200	[thread overview]
Message-ID: <20251013084320.981373-1-s.pueschel@pengutronix.de> (raw)

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>
---
 rules/harfbuzz.make | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/rules/harfbuzz.make b/rules/harfbuzz.make
index 853442b92..cc8b60cc7 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
-- 
2.47.3




                 reply	other threads:[~2025-10-13  8:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20251013084320.981373-1-s.pueschel@pengutronix.de \
    --to=s.pueschel@pengutronix.de \
    --cc=ptxdist@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