From patchwork Fri Dec 1 13:14:49 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: 35530 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 5A703C25B59 for ; Fri, 1 Dec 2023 13:15:00 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.22194.1701436491934048854 for ; Fri, 01 Dec 2023 05:14:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=eXvEBkpK; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=qugja3Ke; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101018c25847ff4-dc9b1646-1c60-4f99-b461-53151f80e2ba-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=1701436489; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=3iHy3d+uTruIughjkDHRnX9Z7IkV/2bd+GpevOIWNqw=; b=eXvEBkpKtAM5sL7LiO1N/r65IyzL9Nwuy5inD/02bd7udAk+NbPtugxhQpxl0EPF d/nwfIR+tNRYAPQutYrfEwfNYVLp8DqpfohYB6qKiZJdCgRufiQsnZgVJyvpYHXEunK homDRGelanEgvQsD2CtzrgEcbRtK/6FX7o7ILYMI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1701436489; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=3iHy3d+uTruIughjkDHRnX9Z7IkV/2bd+GpevOIWNqw=; b=qugja3KeEWX2OPVtqJvMTv7KWr7LtnkDgTegWS0Vrm3Sto+J3vmnmupceZ/YgDNi pgLG+A4iuokslUg6bYtvIut81svpnrI1e5XvOE8WgqThLqqCWoXYdPa/4lMPtwj8izP j2sbkuFO/mPvMiVDcSERmJX+2tulmRqo1fKYGMqY= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] kea: upgrading to 2.4.1 SUCCEEDED Message-ID: <0101018c25847ff4-dc9b1646-1c60-4f99-b461-53151f80e2ba-000000@us-west-2.amazonses.com> Date: Fri, 1 Dec 2023 13:14:49 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.12.01-54.240.27.191 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, 01 Dec 2023 13:15:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191600 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *kea* to *2.4.1* has Succeeded. Next steps: - apply the patch: git am 0001-kea-upgrade-2.4.0-2.4.1.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 e95ecd76a88bb2bc09295c0334a4260e1698fc75 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 1 Dec 2023 05:29:47 +0000 Subject: [PATCH] kea: upgrade 2.4.0 -> 2.4.1 --- meta/recipes-connectivity/kea/{kea_2.4.0.bb => kea_2.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/kea/{kea_2.4.0.bb => kea_2.4.1.bb} (97%) diff --git a/meta/recipes-connectivity/kea/kea_2.4.0.bb b/meta/recipes-connectivity/kea/kea_2.4.1.bb similarity index 97% rename from meta/recipes-connectivity/kea/kea_2.4.0.bb rename to meta/recipes-connectivity/kea/kea_2.4.1.bb index 316468754e..c3aa4dc8f0 100644 --- a/meta/recipes-connectivity/kea/kea_2.4.0.bb +++ b/meta/recipes-connectivity/kea/kea_2.4.1.bb @@ -19,7 +19,7 @@ SRC_URI = "http://ftp.isc.org/isc/kea/${PV}/${BP}.tar.gz \ file://0001-src-lib-log-logger_unittest_support.cc-do-not-write-.patch \ file://0001-kea-fix-reproducible-build-failure.patch \ " -SRC_URI[sha256sum] = "3a33cd08dc3319ff544e6bbf2c0429042106f4051ebe115dc1bb2625c95003f7" +SRC_URI[sha256sum] = "815c61f5c271caa4a1db31dd656eb50a7f6ea973da3690f7c8581408e180131a" inherit autotools systemd update-rc.d upstream-version-is-even