diff mbox series

[AUH] dbus: upgrading to 1.16.2 SUCCEEDED

Message ID 0101019551742528-bed320a5-9245-4ea1-944a-4670c79d48e6-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] dbus: upgrading to 1.16.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org March 1, 2025, 11:25 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-dbus-upgrade-1.16.0-1.16.2.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 71841b1f7160196d2189f9a33dcc6bbd4655b0b5 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 1 Mar 2025 06:58:15 +0000
Subject: [PATCH] dbus: upgrade 1.16.0 -> 1.16.2

---
 meta/recipes-core/dbus/{dbus_1.16.0.bb => dbus_1.16.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/dbus/{dbus_1.16.0.bb => dbus_1.16.2.bb} (98%)
diff mbox series

Patch

diff --git a/meta/recipes-core/dbus/dbus_1.16.0.bb b/meta/recipes-core/dbus/dbus_1.16.2.bb
similarity index 98%
rename from meta/recipes-core/dbus/dbus_1.16.0.bb
rename to meta/recipes-core/dbus/dbus_1.16.2.bb
index 80e766f959..9475e55b57 100644
--- a/meta/recipes-core/dbus/dbus_1.16.0.bb
+++ b/meta/recipes-core/dbus/dbus_1.16.2.bb
@@ -15,7 +15,7 @@  SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \
            file://dbus-1.init \
            "
 
-SRC_URI[sha256sum] = "9f8ca5eb51cbe09951aec8624b86c292990ae2428b41b856e2bed17ec65c8849"
+SRC_URI[sha256sum] = "0ba2a1a4b16afe7bceb2c07e9ce99a8c2c3508e5dec290dbb643384bd6beb7e2"
 
 EXTRA_OEMESON = "-Dxml_docs=disabled \
                  -Ddoxygen_docs=disabled \