From patchwork Tue Jul 7 05:49:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 91900 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 4BC1CC44503 for ; Tue, 7 Jul 2026 05:50:05 +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.msgproc01-g2.167394.1783403394337120045 for ; Mon, 06 Jul 2026 22:49:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=QNaJzSjk; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Ygyqg1YA; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019f3b203107-358ad985-2145-48b4-b69e-fc24d7414734-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=1783403393; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=23ybDlMujFhY5aD1+o4avCf6iGdBJqoDNJXxxGESzcs=; b=QNaJzSjkhK67ETrCboIcWGAIQJI9iwBxfMla5zUkL1R2PDphqNDZdP4ssm8l99Md HId3Drtan1OErOn728pp3SuGkOETKewC4GvhyrTiGngp6xGFyEFT5/RlLdjKOi8AHn0 eyOqYpWWE6cCATNYSJ/YcNGa6RJCMixpxGENr8d4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1783403393; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=23ybDlMujFhY5aD1+o4avCf6iGdBJqoDNJXxxGESzcs=; b=Ygyqg1YA0jvDR+Ihthtp9t5s8kAVXMUCsmUTvLvAfUrbpMnvJ4uCK/Nldli8zrte 2iYj+b4Yf2L60dFf0sExD4Aa3pgAnvBv8SNz8vE+vAcjR4nPcudlus2KPq67ZeRthGD GgQCJMDB66+9hnE1cc4atx4NJm4M5q+BPpD2fWAc= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] openssh: upgrading to 10.4p1 SUCCEEDED Message-ID: <0101019f3b203107-358ad985-2145-48b4-b69e-fc24d7414734-000000@us-west-2.amazonses.com> Date: Tue, 7 Jul 2026 05:49:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.07-54.240.27.191 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 07 Jul 2026 05:50:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240352 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *openssh* to *10.4p1* has Succeeded. Next steps: - apply the patch: git am 0001-openssh-upgrade-10.3p1-10.4p1.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 12343e45729a6b60f7c7345ac410ec6682d19f76 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 7 Jul 2026 05:23:05 +0000 Subject: [PATCH] openssh: upgrade 10.3p1 -> 10.4p1 --- ...1-regress-banner.sh-log-input-and-output-files-on-erro.patch | 2 +- .../openssh/{openssh_10.3p1.bb => openssh_10.4p1.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/openssh/{openssh_10.3p1.bb => openssh_10.4p1.bb} (99%) 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..3128aaefc7 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 e27e91936310d2c865134a6f5a6bd99549233b4e 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_10.3p1.bb b/meta/recipes-connectivity/openssh/openssh_10.4p1.bb similarity index 99% rename from meta/recipes-connectivity/openssh/openssh_10.3p1.bb rename to meta/recipes-connectivity/openssh/openssh_10.4p1.bb index a050475532..7d316eec76 100644 --- a/meta/recipes-connectivity/openssh/openssh_10.3p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_10.4p1.bb @@ -25,7 +25,7 @@ SRC_URI = "https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.ta file://sshd_check_keys \ file://0001-regress-banner.sh-log-input-and-output-files-on-erro.patch \ " -SRC_URI[sha256sum] = "56682a36bb92dcf4b4f016fd8ec8e74059b79a8de25c15d670d731e7d18e45f4" +SRC_URI[sha256sum] = "ef6026dd2aea8d56059638d5d3262902c892ceba9f88395835e0d06d3fb63238" CVE_STATUS[CVE-2007-2768] = "not-applicable-config: This CVE is specific to OpenSSH with the pam opie which we don't build/use here."