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
@@ -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
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *harfbuzz* to *14.4.0* has Succeeded. Next steps: - apply the patch: git am 0001-harfbuzz-upgrade-14.3.1-14.4.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 2a903e185b92611d1633199439dea2442db0e2d1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> 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%)