diff mbox series

[AUH] xhost: upgrading to 1.0.10 SUCCEEDED

Message ID 0101019509a16e1d-c6b38222-38d2-4fe2-9bc1-3442e4c14e4d-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] xhost: upgrading to 1.0.10 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 15, 2025, 12:42 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-xhost-upgrade-1.0.9-1.0.10.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 7e7c6e70d271e35fbba92d756694d34759aee73d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Feb 2025 06:00:36 +0000
Subject: [PATCH] xhost: upgrade 1.0.9 -> 1.0.10

---
 .../xorg-app/{xhost_1.0.9.bb => xhost_1.0.10.bb}                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-app/{xhost_1.0.9.bb => xhost_1.0.10.bb} (89%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb b/meta/recipes-graphics/xorg-app/xhost_1.0.10.bb
similarity index 89%
rename from meta/recipes-graphics/xorg-app/xhost_1.0.9.bb
rename to meta/recipes-graphics/xorg-app/xhost_1.0.10.bb
index d54e6cae65..0c112e6ea3 100644
--- a/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb
+++ b/meta/recipes-graphics/xorg-app/xhost_1.0.10.bb
@@ -15,7 +15,7 @@  PE = "1"
 
 SRC_URI_EXT = "xz"
 
-SRC_URI[sha256sum] = "ea86b531462035b19a2e5e01ef3d9a35cca7d984086645e2fc844d8f0e346645"
+SRC_URI[sha256sum] = "a8afd70059479c712948b895e41c35a4a8bfcede3ba2d5a4b855c88bbb725be1"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"