From patchwork Wed Nov 15 14:37:08 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: 34585 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 26214C54F62 for ; Wed, 15 Nov 2023 14:37:11 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.14614.1700059029197669593 for ; Wed, 15 Nov 2023 06:37:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=TLEpKS4A; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=PcZwZguY; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018bd36a1a9b-cb5b99e7-b810-42ec-949f-cf82caff42e5-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=1700059028; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=E3pEiRIRheQoGpxT7w7ZlvLZZmy66igqqdvbWIns5Sk=; b=TLEpKS4AmzWsSZ5kbYjuCr7rPbUSmBLdHz17fKiz/4eht4shaVQHXxb7bUidx097 aBgJq3RyOyY57qzpv6SQA6GPMYN+voZl/BJFLTJ5EzWnrasYnQYGJjCRYMSNCM8zY0S OrP0oTlIRake8ODEEn8c7kpMrfwMwamXJhkfNOZc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1700059028; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=E3pEiRIRheQoGpxT7w7ZlvLZZmy66igqqdvbWIns5Sk=; b=PcZwZguYxQHPWjqN2qNzntMlyD6WheYBafbIAHwgAeZvvZe+TtBhF2c3cG/BYghf GQUIPSShdm7rVDzZBb2cnFfkvArOvHTDSRaj0zTrWLSsUQj1yWWRoqdxOSHtKv8R1+n PgUBFo8BoEpPmxvkXfLs2DkpEqcC31xs7yxj52PM= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libuv: upgrading to 1.47.0 SUCCEEDED Message-ID: <0101018bd36a1a9b-cb5b99e7-b810-42ec-949f-cf82caff42e5-000000@us-west-2.amazonses.com> Date: Wed, 15 Nov 2023 14:37:08 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.15-54.240.27.193 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 ; Wed, 15 Nov 2023 14:37:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190609 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libuv* to *1.47.0* has Succeeded. Next steps: - apply the patch: git am 0001-libuv-upgrade-1.46.0-1.47.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 29c26e4ced5f5c2031476e7486f0cb76c119c628 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Nov 2023 05:16:08 +0000 Subject: [PATCH] libuv: upgrade 1.46.0 -> 1.47.0 --- .../libuv/{libuv_1.46.0.bb => libuv_1.47.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/libuv/{libuv_1.46.0.bb => libuv_1.47.0.bb} (94%) diff --git a/meta/recipes-connectivity/libuv/libuv_1.46.0.bb b/meta/recipes-connectivity/libuv/libuv_1.47.0.bb similarity index 94% rename from meta/recipes-connectivity/libuv/libuv_1.46.0.bb rename to meta/recipes-connectivity/libuv/libuv_1.47.0.bb index c9aa25c518..50ad6ba5eb 100644 --- a/meta/recipes-connectivity/libuv/libuv_1.46.0.bb +++ b/meta/recipes-connectivity/libuv/libuv_1.47.0.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \ file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324" -SRCREV = "f0bb7e40f0508bedf6fad33769b3f87bb8aedfa6" +SRCREV = "be6b81a352d17513c95be153afcb3148f1a451cd" SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)"