diff mbox series

fontconfig: upgrade 2.18.2 -> 2.18.3

Message ID 20260807105728.3857790-1-ross.burton@arm.com
State New
Headers show
Series fontconfig: upgrade 2.18.2 -> 2.18.3 | expand

Commit Message

Ross Burton Aug. 7, 2026, 10:57 a.m. UTC
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 <ross.burton@arm.com>
---
 .../fontconfig/{fontconfig_2.18.2.bb => fontconfig_2.18.3.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/fontconfig/{fontconfig_2.18.2.bb => fontconfig_2.18.3.bb} (96%)
diff mbox series

Patch

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 792d44b7f0d..16037aeaa30 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<pver>.+)"