diff mbox series

[AUH] libxfont2: upgrading to 2.0.8 SUCCEEDED

Message ID 0101019f403f7603-bff684b3-8023-40f6-a642-62a7e9daaf92-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libxfont2: upgrading to 2.0.8 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 8, 2026, 5:42 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libxfont2* to *2.0.8* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libxfont2-upgrade-2.0.7-2.0.8.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 54bb2ba669c26975fcab4b118cb4210a9d2bb0bf Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 8 Jul 2026 05:08:29 +0000
Subject: [PATCH] libxfont2: upgrade 2.0.7 -> 2.0.8

---
 .../xorg-lib/{libxfont2_2.0.7.bb => libxfont2_2.0.8.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxfont2_2.0.7.bb => libxfont2_2.0.8.bb} (87%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.8.bb
similarity index 87%
rename from meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb
rename to meta/recipes-graphics/xorg-lib/libxfont2_2.0.8.bb
index bf49d728b9..192c41d41c 100644
--- a/meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb
+++ b/meta/recipes-graphics/xorg-lib/libxfont2_2.0.8.bb
@@ -15,7 +15,7 @@  XORG_PN = "libXfont2"
 
 BBCLASSEXTEND = "native"
 
-SRC_URI[sha256sum] = "8b7b82fdeba48769b69433e8e3fbb984a5f6bf368b0d5f47abeec49de3e58efb"
+SRC_URI[sha256sum] = "f556c0e1093a4e6911cc90bc4b106d201902ee187fd74af206ff162f7e6a24d5"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"