From patchwork Sat Mar 1 11:25:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 58131 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 43485C35FEE for ; Sat, 1 Mar 2025 11:25:28 +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.web10.7163.1740828318538724398 for ; Sat, 01 Mar 2025 03:25:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=gOeNXfpi; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=rrlDXCoq; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 01010195517422a3-539dfd13-ca32-41fa-b47d-64306846047f-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1740828320; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=36zdehEcPLpjLmkcWz9Q9D+Ahx0aFOLJ5MT7eL3669o=; b=gOeNXfpi0bHps/k/0S+Q92BB7FG0z7c6JiYs+omfpD5pSn/n6sfwm2PdGONvRY4M ERTIRWpibjvRd3uRKACMuy6bVbdx4bx0EuXfUPF5LViawTxSw8BnAjSc/2NKPWga0yD IWAWI30l3PO+wNM9eMoqFrt6qNpYIViKccPrXI80= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1740828320; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=36zdehEcPLpjLmkcWz9Q9D+Ahx0aFOLJ5MT7eL3669o=; b=rrlDXCoqo911i1hdVC5pS+fh2406pwPgsn/XG9NEEv9fVSSj3aMqWbrs5bnHioTt fmDMKRF2p0yt8OSlgP2MuhYyHE1hA0VhxEVXKKYX23hZ5O9YjHfJE90q6acCQMtbokm k+BUoZnxKCmBRHZdZ1zKO5k9haeGvY86RRsihRfU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Tom Rini Cc: openembedded-core@lists.openembedded.org Subject: [AUH] inetutils: upgrading to 2.6 SUCCEEDED Message-ID: <01010195517422a3-539dfd13-ca32-41fa-b47d-64306846047f-000000@us-west-2.amazonses.com> Date: Sat, 1 Mar 2025 11:25:20 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.01-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 ; Sat, 01 Mar 2025 11:25:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212106 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *inetutils* to *2.6* has Succeeded. Next steps: - apply the patch: git am 0001-inetutils-upgrade-2.5-2.6.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 87a71924437a904494bd95d8f68902ed4d8e104e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Mar 2025 06:45:30 +0000 Subject: [PATCH] inetutils: upgrade 2.5 -> 2.6 --- .../inetutils/{inetutils_2.5.bb => inetutils_2.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/inetutils/{inetutils_2.5.bb => inetutils_2.6.bb} (99%) diff --git a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb b/meta/recipes-connectivity/inetutils/inetutils_2.6.bb similarity index 99% rename from meta/recipes-connectivity/inetutils/inetutils_2.5.bb rename to meta/recipes-connectivity/inetutils/inetutils_2.6.bb index 19bf7e1539..ef453d3bb2 100644 --- a/meta/recipes-connectivity/inetutils/inetutils_2.5.bb +++ b/meta/recipes-connectivity/inetutils/inetutils_2.6.bb @@ -11,7 +11,7 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=0c7051aef9219dc7237f206c5c4179a7" -SRC_URI[sha256sum] = "87697d60a31e10b5cb86a9f0651e1ec7bee98320d048c0739431aac3d5764fb6" +SRC_URI[sha256sum] = "68bedbfeaf73f7d86be2a7d99bcfbd4093d829f52770893919ae174c0b2357ca" SRC_URI = "${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.xz \ file://rexec.xinetd.inetutils \ file://rlogin.xinetd.inetutils \