Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *fontconfig* to *2.18.3* has Succeeded.
Next steps:
- apply the patch: git am 0001-fontconfig-upgrade-2.18.2-2.18.3.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 853b830bf505dd79f3befdb69b22fd1148550edb Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Fri, 7 Aug 2026 05:12:39 +0000
Subject: [PATCH] fontconfig: upgrade 2.18.2 -> 2.18.3
Source: NEWS
Version 2.18.3
2026-08-06
2.18.3
Akira TAGOH (33):
ci: Add --werror option to the build script
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)
ci: Suppress abidiff false positives for all internal structs
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
ci: Update dependencies
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
ci: Enable -Werror in CI
ci: drop duplicate pipelines
ci: cleanup
ci: gate distro jobs until all tests passed
ci: reduce more duplicate jobs
ci: Update base ci-templates
test: Fix compiler warnings
fc-fontations: Allow unnecessary_transmutes lint in bindgen-generated
Rust code
Fix another compiler warnings
ci: Bump FreeBSD version to 14.4
Fix the compiler warnings on MinGW
Update INSTALL
Julien Nabet (2):
Fix "FileType is deprecated"
Fix unknown type name locale_t on macOS
---
.../fontconfig/fontconfig/revert-static-pkgconfig.patch | 2 +-
.../fontconfig/{fontconfig_2.18.2.bb => fontconfig_2.18.3.bb} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/fontconfig/{fontconfig_2.18.2.bb =>
fontconfig_2.18.3.bb} (96%)
diff --git
a/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch
b/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch
index 4337da724f..be90a5d1f9 100644
--- a/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch
+++ b/meta/recipes-graphics/fontconfig/fontconfig/revert-static-pkgconfig.patch
@@ -1,4 +1,4 @@
-From 1de775180219a57c85a0cdcc62fc6482ef8e581e Mon Sep 17 00:00:00 2001
+From d30924b17c93f8085f8357640b766e139a022d95 Mon Sep 17 00:00:00 2001
From: Khem Raj <[email protected]>
Date: Thu, 23 Apr 2015 20:35:32 -0700
Subject: [PATCH] fontconfig: Fix pkgconfig file generation to not have
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<pver>.+)"
--
2.47.1
Changelog for fontconfig: 2.18.2 -> 2.18.3
Source: NEWS
Version 2.18.3
2026-08-06
2.18.3
Akira TAGOH (33):
ci: Add --werror option to the build script
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)
ci: Suppress abidiff false positives for all internal structs
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
ci: Update dependencies
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
ci: Enable -Werror in CI
ci: drop duplicate pipelines
ci: cleanup
ci: gate distro jobs until all tests passed
ci: reduce more duplicate jobs
ci: Update base ci-templates
test: Fix compiler warnings
fc-fontations: Allow unnecessary_transmutes lint in bindgen-generated
Rust code
Fix another compiler warnings
ci: Bump FreeBSD version to 14.4
Fix the compiler warnings on MinGW
Update INSTALL
Julien Nabet (2):
Fix "FileType is deprecated"
Fix unknown type name locale_t on macOS
packages/x86-64-v3-poky-linux/fontconfig/fontconfig-dbg: PKGV changed from 2.18.2 [default] to 2.18.3 [default] packages/x86-64-v3-poky-linux/fontconfig/fontconfig-dbg: PKGSIZE changed from 2843696 to 3022808 (+6%) packages/x86-64-v3-poky-linux/fontconfig/fontconfig-dbg: PV changed from "2.18.2" to "2.18.3" packages/x86-64-v3-poky-linux/fontconfig/fontconfig-dev: PKGV changed from 2.18.2 [default] to 2.18.3 [default] packages/x86-64-v3-poky-linux/fontconfig/fontconfig-dev: PKGSIZE changed from 45176 to 45210 (+0%) packages/x86-64-v3-poky-linux/fontconfig/fontconfig-dev: PV changed from "2.18.2" to "2.18.3" packages/x86-64-v3-poky-linux/fontconfig/fontconfig-doc: PKGV changed from 2.18.2 [default] to 2.18.3 [default] packages/x86-64-v3-poky-linux/fontconfig/fontconfig-doc: PV changed from "2.18.2" to "2.18.3" packages/x86-64-v3-poky-linux/fontconfig/fontconfig-locale-ka: PKGV changed from 2.18.2 [default] to 2.18.3 [default] packages/x86-64-v3-poky-linux/fontconfig/fontconfig-locale-ka: PV changed from "2.18.2" to "2.18.3" packages/x86-64-v3-poky-linux/fontconfig/fontconfig-locale-zh-cn: PKGV changed from 2.18.2 [default] to 2.18.3 [default] packages/x86-64-v3-poky-linux/fontconfig/fontconfig-locale-zh-cn: PV changed from "2.18.2" to "2.18.3" packages/x86-64-v3-poky-linux/fontconfig/fontconfig-src: PKGV changed from 2.18.2 [default] to 2.18.3 [default] packages/x86-64-v3-poky-linux/fontconfig/fontconfig-src: FILELIST: directory renamed /usr/src/debug/fontconfig/2.18.2/fc-match -> /usr/src/debug/fontconfig/2.18.3/fc-match, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-list -> /usr/src/debug/fontconfig/2.18.3/fc-list, directory renamed /usr/src/debug/fontconfig/2.18.2/src -> /usr/src/debug/fontconfig/2.18.3/src, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-validate -> /usr/src/debug/fontconfig/2.18.3/fc-validate, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-cache -> /usr/src/debug/fontconfig/2.18.3/fc-cache, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-case -> /usr/src/debug/fontconfig/2.18.3/fc-case, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-cat -> /usr/src/debug/fontconfig/2.18.3/fc-cat, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-lang -> /usr/src/debug/fontconfig/2.18.3/fc-lang, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-query -> /usr/src/debug/fontconfig/2.18.3/f c-query, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-genericfamily -> /usr/src/debug/fontconfig/2.18.3/fc-genericfamily, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-pattern -> /usr/src/debug/fontconfig/2.18.3/fc-pattern, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-genconf -> /usr/src/debug/fontconfig/2.18.3/fc-genconf, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-scan -> /usr/src/debug/fontconfig/2.18.3/fc-scan, directory renamed /usr/src/debug/fontconfig/2.18.2 -> /usr/src/debug/fontconfig/2.18.3, directory renamed /usr/src/debug/fontconfig/2.18.2/fontconfig -> /usr/src/debug/fontconfig/2.18.3/fontconfig, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-const -> /usr/src/debug/fontconfig/2.18.3/fc-const, directory renamed /usr/src/debug/fontconfig/2.18.2/fc-conflist -> /usr/src/debug/fontconfig/2.18.3/fc-conflist packages/x86-64-v3-poky-linux/fontconfig/fontconfig-src: PKGSIZE changed from 1104491 to 1129859 (+2%) packages/x86-64-v3-poky-linux/fontconfig/fontconfig-src: PV changed from "2.18.2" to "2.18.3" packages/x86-64-v3-poky-linux/fontconfig/fontconfig-staticdev: PKGV changed from 2.18.2 [default] to 2.18.3 [default] packages/x86-64-v3-poky-linux/fontconfig/fontconfig-staticdev: PV changed from "2.18.2" to "2.18.3" packages/x86-64-v3-poky-linux/fontconfig/fontconfig-utils: PKGV changed from 2.18.2 [default] to 2.18.3 [default] packages/x86-64-v3-poky-linux/fontconfig/fontconfig-utils: PV changed from "2.18.2" to "2.18.3" packages/x86-64-v3-poky-linux/fontconfig/fontconfig: PKGV changed from 2.18.2 [default] to 2.18.3 [default] packages/x86-64-v3-poky-linux/fontconfig/fontconfig: PKGSIZE changed from 643819 to 662895 (+3%) packages/x86-64-v3-poky-linux/fontconfig/fontconfig: PV changed from "2.18.2" to "2.18.3" packages/x86-64-v3-poky-linux/fontconfig: SRC_URI changed from "https://gitlab.freedesktop.org/api/v4/projects/890/packages/generic/fontconfig/2.18.2/fontconfig-2.18.2.tar.xz file://revert-static-pkgconfig.patch" to "https://gitlab.freedesktop.org/api/v4/projects/890/packages/generic/fontconfig/2.18.3/fontconfig-2.18.3.tar.xz file://revert-static-pkgconfig.patch" packages/x86-64-v3-poky-linux/fontconfig: PKGV changed from 2.18.2 [default] to 2.18.3 [default] packages/x86-64-v3-poky-linux/fontconfig: PV changed from "2.18.2" to "2.18.3"
0001-fontconfig-upgrade-2.18.2-2.18.3.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242977): https://lists.openembedded.org/g/openembedded-core/message/242977 Mute This Topic: https://lists.openembedded.org/mt/120638584/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
