diff mbox series

[AUH] c-ares: upgrading to 1.21.0 SUCCEEDED

Message ID 0101018b96bebd9c-8bdfa75f-9f0f-43f4-af77-2d7ad5829669-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] c-ares: upgrading to 1.21.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *c-ares* to *1.21.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-c-ares-upgrade-1.20.1-1.21.0.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 428448fd383940ccf26ec1743303809b45a173f8 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 11:42:56 +0000
Subject: [PATCH] c-ares: upgrade 1.20.1 -> 1.21.0

---
 .../c-ares/{c-ares_1.20.1.bb => c-ares_1.21.0.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/c-ares/{c-ares_1.20.1.bb => c-ares_1.21.0.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/c-ares/c-ares_1.20.1.bb b/meta-oe/recipes-support/c-ares/c-ares_1.21.0.bb
similarity index 91%
rename from meta-oe/recipes-support/c-ares/c-ares_1.20.1.bb
rename to meta-oe/recipes-support/c-ares/c-ares_1.21.0.bb
index 85379dc40..d334e111c 100644
--- a/meta-oe/recipes-support/c-ares/c-ares_1.20.1.bb
+++ b/meta-oe/recipes-support/c-ares/c-ares_1.21.0.bb
@@ -6,7 +6,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fdbc58a6da11a9f68aa73c453818decc"
 
 SRC_URI = "git://github.com/c-ares/c-ares.git;branch=main;protocol=https"
-SRCREV = "e8fe27eaa841ed32a4f82bef7a72c4e04e7f86a7"
+SRCREV = "71f8e16e5091952c60fb72b2d990db7724c3e8f5"
 
 UPSTREAM_CHECK_GITTAGREGEX = "cares-(?P<pver>\d+_(\d_?)+)"