From patchwork Mon Sep 15 11:54:37 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: 70196 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 DF8ACCAC5BC for ; Mon, 15 Sep 2025 11:54:48 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web11.30920.1757937278974749706 for ; Mon, 15 Sep 2025 04:54:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=HDhX7o6/; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=ZmPRRePZ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 010101994d3a1b88-c8bf2f3a-724d-48ca-a776-8ae241c0eb5b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1757937278; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=H4qIBqaxUIT2047ePKOVU5p0bWHOtEVU9QlLezxFR/U=; b=HDhX7o6/iSlPBeFCFp9kru5xchRkgpQFaWOPAorsSQFqqgQcZY5jZEliPbaATXmI CbafIdxOIFy5Hq9TJor9LV7g2sMBq70x1dEX9ba1+DMv0qFYgPS4v51vOiOmD8AoPNG W1Jxbe3U72oNsxa6Taoet4uM8bGTHUJq5vlfmQ5k= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1757937278; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=H4qIBqaxUIT2047ePKOVU5p0bWHOtEVU9QlLezxFR/U=; b=ZmPRRePZgQMjo1AUeLaPAAgzNNuzh1wcVnZZh4p7Qsq82pu2TbmrE6xFekmVdBik 7aeGumhYWncUr7POC6HcpX9Ywm4NrzwqRf7LMcMPtUpMSi0LA60fvBKZHNg/FGUwhhq 2sjpYspKQSyk/FfsUsiYSDLW91nA9v+gNxVmz7V0= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] openssh: upgrading to 10.0p2 FAILED Message-ID: <010101994d3a1b88-c8bf2f3a-724d-48ca-a776-8ae241c0eb5b-000000@us-west-2.amazonses.com> Date: Mon, 15 Sep 2025 11:54:37 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.09.15-54.240.27.33 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 ; Mon, 15 Sep 2025 11:54:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/223415 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *openssh* to *10.0p2* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-openssh-upgrade-10.0p1-10.0p2.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 dbdd0ed083c0da8d8d8b88b635cabb23c483cc3d Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 15 Sep 2025 07:21:39 +0000 Subject: [PATCH] openssh: upgrade 10.0p1 -> 10.0p2 --- ...1-regress-banner.sh-log-input-and-output-files-on-erro.patch | 2 +- ...1-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch | 2 +- .../openssh/{openssh_10.0p1.bb => openssh_10.0p2.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/openssh/{openssh_10.0p1.bb => openssh_10.0p2.bb} (100%) diff --git a/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch b/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch index f424288e37..0bafa0639a 100644 --- a/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch +++ b/meta/recipes-connectivity/openssh/openssh/0001-regress-banner.sh-log-input-and-output-files-on-erro.patch @@ -1,4 +1,4 @@ -From 5cc897fe2effe549e1e280c2f606bce8b532b61e Mon Sep 17 00:00:00 2001 +From b7c1abe00ffef44093748cc108c089bf03ad2a81 Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Mon, 11 Sep 2023 09:55:21 +0100 Subject: [PATCH] regress/banner.sh: log input and output files on error diff --git a/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch b/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch index 360b62af34..561a7aa6f2 100644 --- a/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch +++ b/meta/recipes-connectivity/openssh/openssh/0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch @@ -1,4 +1,4 @@ -From 9dcccafe44ea17e972e7cddea205bbe9fe71d8d6 Mon Sep 17 00:00:00 2001 +From 66f6d7b981ebf3a4b6aca0f5588084cdb56d58d7 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Mon, 15 Jul 2024 18:43:08 +0100 Subject: [PATCH] regress/test-exec: use the absolute path in the SSH env diff --git a/meta/recipes-connectivity/openssh/openssh_10.0p1.bb b/meta/recipes-connectivity/openssh/openssh_10.0p2.bb similarity index 100% rename from meta/recipes-connectivity/openssh/openssh_10.0p1.bb rename to meta/recipes-connectivity/openssh/openssh_10.0p2.bb