diff mbox series

harfbuzz: upgrade 14.3.1 -> 14.4.0

Message ID 20260827061315.71217-1-jaipaul.cheernam@est.tech
State Under Review
Headers show
Series harfbuzz: upgrade 14.3.1 -> 14.4.0 | expand

Commit Message

Jaipaul Cheernam Aug. 27, 2026, 6:13 a.m. UTC
Source: NEWS [1]

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()

[1] https://github.com/harfbuzz/harfbuzz/releases/tag/14.4.0

Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech>
---
 .../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 mbox series

Patch

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