diff mbox series

[AUH] fontconfig: upgrading to 2.18.3 SUCCEEDED

Message ID 0101019fdab3a4d1-e80dffad-7a6d-4e57-a090-ee6ef1061074-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] fontconfig: upgrading to 2.18.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 7, 2026, 5:30 a.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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 <raj.khem@gmail.com>
 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>.+)"