From patchwork Mon Nov 18 21:16:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 52617 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 0334BD591C2 for ; Mon, 18 Nov 2024 21:16:49 +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.web10.4790.1731964607557674668 for ; Mon, 18 Nov 2024 13:16:47 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=DM5Xlw8d; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=IdsRTJ3r; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 01010193412299bc-5585cc61-e413-473e-be6e-dad899373cac-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=1731964607; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=cci9xKyyQeKDZLGb19osVdn75/NHNnbn0zZfhSMSJxs=; b=DM5Xlw8dVnFHfG06Me4Ixo8blj1n4x5fSTuzh40GScWh7zA1w2o4mlkTpdKgOqLy Shm7ktugcQhE3VFr71Gvkhptj3We4Sj37jEEaL4ngvP0L2k6VmK51HMwof1p9wQKbJf LYb4DyE0tnDQqp78/kORfsMeGJL9Yy1pXcSMhxYQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964607; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=cci9xKyyQeKDZLGb19osVdn75/NHNnbn0zZfhSMSJxs=; b=IdsRTJ3rvQSa6d1w0TG2wH2ku91EbwoxKf8hluan3zmGmSXRLHeTOwCHfJ/rqIt7 rHKcNau1s4omZDvAbb5lng3gQ41IF6R1Mx8T9fvqyzDG5mSdqBmO/xGcdbhMMZIDL3u lZo+5cLXAugFjxOlyKEl0eYnPq3mWcUqQap2VRAg= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] dropbear: upgrading to 2024.86 SUCCEEDED Message-ID: <01010193412299bc-5585cc61-e413-473e-be6e-dad899373cac-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:16:46 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-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, 18 Nov 2024 21:16:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207249 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *dropbear* to *2024.86* has Succeeded. Next steps: - apply the patch: git am 0001-dropbear-upgrade-2024.85-2024.86.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 76bb2c80736d84312fc8f2b247cec14f62aaee3a Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 16 Nov 2024 05:03:22 +0000 Subject: [PATCH] dropbear: upgrade 2024.85 -> 2024.86 --- .../dropbear/0001-urandom-xauth-changes-to-options.h.patch | 2 +- .../dropbear/dropbear/0005-dropbear-enable-pam.patch | 2 +- .../dropbear/dropbear/0006-dropbear-configuration-file.patch | 2 +- .../dropbear/dropbear/dropbear-disable-weak-ciphers.patch | 2 +- .../dropbear/{dropbear_2024.85.bb => dropbear_2024.86.bb} | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-core/dropbear/{dropbear_2024.85.bb => dropbear_2024.86.bb} (98%) diff --git a/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch b/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch index 9c1dd3f606..a6f9cf4233 100644 --- a/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch +++ b/meta/recipes-core/dropbear/dropbear/0001-urandom-xauth-changes-to-options.h.patch @@ -1,4 +1,4 @@ -From cdc6a4a57a86d8116a92a5d905993e65cf723556 Mon Sep 17 00:00:00 2001 +From 46c7ce987fc9522b233aea41bef3a392868afe17 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 31 Aug 2005 10:45:47 +0000 Subject: [PATCH] urandom-xauth-changes-to-options.h diff --git a/meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch b/meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch index 6743f506e9..fab5b09328 100644 --- a/meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch +++ b/meta/recipes-core/dropbear/dropbear/0005-dropbear-enable-pam.patch @@ -1,4 +1,4 @@ -From 253ca01f0fc50dbaeb2ff8bcece0c34256eba94f Mon Sep 17 00:00:00 2001 +From 89e9de03a884689f7f02c2f275fa983512c83008 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Wed, 2 Dec 2015 11:36:02 +0200 Subject: [PATCH] Enable pam diff --git a/meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch b/meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch index 44861088cc..fa0f6b8f5c 100644 --- a/meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch +++ b/meta/recipes-core/dropbear/dropbear/0006-dropbear-configuration-file.patch @@ -1,4 +1,4 @@ -From 16b147f97f0938cddb55ec1c90bc919c13f26fc0 Mon Sep 17 00:00:00 2001 +From 84c93a0e1b84588a2e064b8e4f1de902680aac0f Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Thu, 6 Sep 2018 15:54:00 +0800 Subject: [PATCH] dropbear configuration file diff --git a/meta/recipes-core/dropbear/dropbear/dropbear-disable-weak-ciphers.patch b/meta/recipes-core/dropbear/dropbear/dropbear-disable-weak-ciphers.patch index a20781d31d..39e85d863e 100644 --- a/meta/recipes-core/dropbear/dropbear/dropbear-disable-weak-ciphers.patch +++ b/meta/recipes-core/dropbear/dropbear/dropbear-disable-weak-ciphers.patch @@ -1,4 +1,4 @@ -From c8a0c8e87b772576f3a431c3b4cacaf5aa001dcc Mon Sep 17 00:00:00 2001 +From 8f0a5904dc24c6e95c1dbee73502aa83f33e8c87 Mon Sep 17 00:00:00 2001 From: Joseph Reynolds Date: Thu, 20 Jun 2019 16:29:15 -0500 Subject: [PATCH] dropbear: new feature: disable-weak-ciphers diff --git a/meta/recipes-core/dropbear/dropbear_2024.85.bb b/meta/recipes-core/dropbear/dropbear_2024.86.bb similarity index 98% rename from meta/recipes-core/dropbear/dropbear_2024.85.bb rename to meta/recipes-core/dropbear/dropbear_2024.86.bb index 54001414d0..e3f4d17896 100644 --- a/meta/recipes-core/dropbear/dropbear_2024.85.bb +++ b/meta/recipes-core/dropbear/dropbear_2024.86.bb @@ -23,7 +23,7 @@ SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ ${@bb.utils.contains('PACKAGECONFIG', 'disable-weak-ciphers', 'file://dropbear-disable-weak-ciphers.patch', '', d)} \ " -SRC_URI[sha256sum] = "86b036c433a69d89ce51ebae335d65c47738ccf90d13e5eb0fea832e556da502" +SRC_URI[sha256sum] = "e78936dffc395f2e0db099321d6be659190966b99712b55c530dd0a1822e0a5e" PAM_SRC_URI = "file://0005-dropbear-enable-pam.patch \ file://0006-dropbear-configuration-file.patch \