From 2a903e185b92611d1633199439dea2442db0e2d1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 27 Aug 2026 05:18:23 +0000 Subject: [PATCH] harfbuzz: upgrade 14.3.1 -> 14.4.0 Source: NEWS Overview of changes leading to 14.4.0 Wednesday, August 26, 2026 ===================================== - Glyph positions and extents now saturate instead of overflowing. - Arabic Windows-1256 fallback shaping is now enabled on all platforms. - Fix cluster values and a dropped glyph advance in the Graphite shaper. - Fix `avar` axis value mapping in fonts that repeat the boundary entries. - Fix `avar` version 2 partial instancing. - Fix `COLR` sweep gradient truncation and unbounded memory use. - Faster subsetting, especially for large `GSUB`/`GPOS` and `CFF` tables. - Faster extraction of the experimental glyph dependency graph. - Various shaping speedups. - Various fixes for crashes and hangs with malformed fonts. - Various fixes to the experimental raster, vector, and GPU libraries. - Various improvements to the HarfRust integration shaper. - The DirectWrite backend no longer uses the C++ runtime. - Various build, portability, and fuzzing fixes. - New API: +hb_set_intersects() --- .../harfbuzz/{harfbuzz_14.3.1.bb => harfbuzz_14.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_14.3.1.bb => harfbuzz_14.4.0.bb} (96%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_14.3.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_14.4.0.bb similarity index 96% rename from meta/recipes-graphics/harfbuzz/harfbuzz_14.3.1.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_14.4.0.bb index 4f0d5d3ec2..a5c601b1de 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_14.3.1.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_14.4.0.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \ " SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "9dae9538aae2ffdf70cec31f2c27bf68e2aaeeae3112688467697d5faf6194f7" +SRC_URI[sha256sum] = "2357ed966c6ced7bfa720b0640c0231065af01158fbea215093ffa15aed44371" inherit meson pkgconfig lib_package gtk-doc gobject-introspection github-releases -- 2.47.1