diff mbox series

[AUH] iputils: upgrading to 20240905 SUCCEEDED

Message ID 01010191f61ada8a-51ebc3f0-4dd8-4768-b04d-e837c81b88c2-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] iputils: upgrading to 20240905 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 15, 2024, 2:34 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-iputils-upgrade-20240117-20240905.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 b9f5ca1bd5dff38ff1d9682fe854f23e4c81a46b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Sep 2024 09:49:19 +0000
Subject: [PATCH] iputils: upgrade 20240117 -> 20240905

---
 .../iputils/{iputils_20240117.bb => iputils_20240905.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/iputils/{iputils_20240117.bb => iputils_20240905.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/iputils/iputils_20240117.bb b/meta/recipes-extended/iputils/iputils_20240905.bb
similarity index 97%
rename from meta/recipes-extended/iputils/iputils_20240117.bb
rename to meta/recipes-extended/iputils/iputils_20240905.bb
index 3880689742..ca8ddc530d 100644
--- a/meta/recipes-extended/iputils/iputils_20240117.bb
+++ b/meta/recipes-extended/iputils/iputils_20240905.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=627cc07ec86a45951d43e30658bbd819"
 DEPENDS = "gnutls"
 
 SRC_URI = "git://github.com/iputils/iputils;branch=master;protocol=https"
-SRCREV = "8372f355bdf7a9b0c79338dd8ef8464c00a5c4e2"
+SRCREV = "10b50784aae3fb75c96cdf9b1668916b49557dd5"
 
 S = "${WORKDIR}/git"