From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 13 Oct 2025 10:43:44 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v8E9g-007JSP-25 for lore@lore.pengutronix.de; Mon, 13 Oct 2025 10:43:44 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v8E9g-00056O-Ek; Mon, 13 Oct 2025 10:43:44 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v8E9Y-00055z-3O; Mon, 13 Oct 2025 10:43:36 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Mon, 13 Oct 2025 10:43:05 +0200 Message-ID: <20251013084320.981373-1-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] harfbuzz: version bump 8.3.0 -> 12.1.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false 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 --- 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