From patchwork Fri Nov 3 19:52:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33616 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06FE6C07EBE for ; Fri, 3 Nov 2023 19:52:51 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.63861.1699041165506993949 for ; Fri, 03 Nov 2023 12:52:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Ltg0CRGv; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=lATKeSc5; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101018b96bebd9c-8bdfa75f-9f0f-43f4-af77-2d7ad5829669-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1699041164; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=nHCGJ8pQApC3+aSN/jx6fBfokwhozCSTn4CJpZ7oDag=; b=Ltg0CRGvZnv0YicqbEgvAZ+iMhl6K+x3rZiQypPcfX8TFXKK7lcUhocMlO+d/diF NLQg3CBqtj2dFpdRhQpprFizbg8rerTFZhw5DdRa7Ebetia5xL+QLB6/oDr/ef7Yohd fnzt8A686V7zvlbb+qCr+W9fsALhTzu6Y1wluyiI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041164; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=nHCGJ8pQApC3+aSN/jx6fBfokwhozCSTn4CJpZ7oDag=; b=lATKeSc5+8i4bCN/yYzXCa+tt079vYwxWnRwBXzpWzcSMhWAgrpraFfbW2l1vQ2/ As7uXE0OxSSPBXvUeaOBOc3E9w4tLK/rKrgz6ORtQpXJ5Pfde4OAEwm4Qx7j0eUTwG1 4WilRTEBZNug0VroNt7+G4VvnPTDHna5GqIB+ziE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] c-ares: upgrading to 1.21.0 SUCCEEDED Message-ID: <0101018b96bebd9c-8bdfa75f-9f0f-43f4-af77-2d7ad5829669-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 19:52:44 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-54.240.27.29 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 03 Nov 2023 19:52:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105884 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 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 --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\d+_(\d_?)+)"