From: Ross Burton Date: Fri, 7 Aug 2026 10:57:28 +0000 (+0100) Subject: fontconfig: upgrade 2.18.2 -> 2.18.3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27a491718e300935cfb5fbb539f10a75fce76973;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git fontconfig: upgrade 2.18.2 -> 2.18.3 Abridged upstream changes: - fc-cat: exit with non-zero if not successfully done - Workaround a longstanding use-after-free warning - Fix a null pointer dereference - Add Noto Sans as system-ui for fallback - Drop Noto Sans CJK KR from 60-nonlatin.conf - Correct sat.orth - Add an orth file for Balinese - Update orth files for jv, so, su, tl to use native scripts - Add orth files for scripts used by Noto font families - Update mni.orth to use Meetei Mayek script - Add orth files for Cuneiform languages (akk, sux, hit) - test: Add cache format compatibility tests for orth file additions - Add orth files for ancient scripts (xna, hlu, ecy) - fc-cache: Create backward-compatible cache symlinks for cross-version discovery - Add implicit rule to update genericfamily property against syntactic-sugar - fc-genconf: Use alias syntactic-sugar instead of the pair of test-edit config - Allow to limit the targeted family for TTC - test: Fix test_genconf.py to avoid unexpected family name in testing conf - test: Fix compiler warnings - fc-fontations: Allow unnecessary_transmutes lint in bindgen-generated Rust code - Fix another compiler warnings - Fix the compiler warnings on MinGW - Fix "FileType is deprecated" - Fix unknown type name locale_t on macOS Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.18.2.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.18.3.bb similarity index 96% rename from meta/recipes-graphics/fontconfig/fontconfig_2.18.2.bb rename to meta/recipes-graphics/fontconfig/fontconfig_2.18.3.bb index 792d44b7f0..16037aeaa3 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.18.2.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.18.3.bb @@ -23,7 +23,7 @@ DEPENDS = "expat freetype zlib gperf-native util-linux" SRC_URI = "https://gitlab.freedesktop.org/api/v4/projects/890/packages/generic/fontconfig/${PV}/fontconfig-${PV}.tar.xz \ file://revert-static-pkgconfig.patch \ " -SRC_URI[sha256sum] = "cf8e6576ef0484c15079bdaf77cd9c51c464df5365814ada4d3ee7331ea31eb5" +SRC_URI[sha256sum] = "4f7b554a38cdf78c033f666c8871f3749e14a094f65a07f630c91ed0b43d35e3" UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/fontconfig/fontconfig/-/tags" UPSTREAM_CHECK_REGEX = "releases/(?P.+)"