From patchwork Sun Dec 15 09:29:42 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: 54112 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 1B62DE7719C for ; Sun, 15 Dec 2024 09:29:51 +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.33347.1734254984020970651 for ; Sun, 15 Dec 2024 01:29:44 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=a8LS9SsL; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=O8VN03Ft; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 01010193c9a6f6c9-420adb4a-f5b8-4d5e-9e80-dce2b2eb5b33-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=1734254983; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=FAHbf00197OpFlX68mcgWZG5lU51nRMMshEw9lQt54g=; b=a8LS9SsLkbLSgiLcompvegDlY+6DgfFBlBCE4HQgeDKhMksWDS9/t2cx6GUsWUfj NgYuIvf7wc4f6eNrmoSjnCVZ7FnoRefLT7LldioLHharBrcZQc68F//YE5mAa9dJy/4 rWmqtSdcRdPJtAqtbB8e0ExqoRfUZj0z9xCtMb0U= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1734254983; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=FAHbf00197OpFlX68mcgWZG5lU51nRMMshEw9lQt54g=; b=O8VN03Ftu9wiCM4TqAE2O0OlWN5Y7oyILNfVPlXH3UHRVUHcNKbrofL4nPC10qok juKNQTZj974qVsteyvDVZeIzerzzssdzf0VY3P55yFrGkSwESLiUkkFjVdfPeXRmA/V n07d2zQQDfFW1QH6he7numgFaryp0lvVV6H2t0Ck= MIME-Version: 1.0 From: auh@yoctoproject.org To: Hongxu Jia Cc: openembedded-core@lists.openembedded.org Subject: [AUH] socat: upgrading to 1.8.0.2 SUCCEEDED Message-ID: <01010193c9a6f6c9-420adb4a-f5b8-4d5e-9e80-dce2b2eb5b33-000000@us-west-2.amazonses.com> Date: Sun, 15 Dec 2024 09:29:42 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.12.15-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 ; Sun, 15 Dec 2024 09:29:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/208719 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *socat* to *1.8.0.2* has Succeeded. Next steps: - apply the patch: git am 0001-socat-upgrade-1.8.0.1-1.8.0.2.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 b7f8a70b9e7f6091916bfb67f621ffcf2accbd0b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Dec 2024 07:06:57 +0000 Subject: [PATCH] socat: upgrade 1.8.0.1 -> 1.8.0.2 --- .../socat/files/0001-fix-compile-procan.c-failed.patch | 5 +---- .../socat/{socat_1.8.0.1.bb => socat_1.8.0.2.bb} | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) rename meta/recipes-connectivity/socat/{socat_1.8.0.1.bb => socat_1.8.0.2.bb} (95%) diff --git a/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch b/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch index ea00dfa0a9..2ff3ca290c 100644 --- a/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch +++ b/meta/recipes-connectivity/socat/files/0001-fix-compile-procan.c-failed.patch @@ -1,4 +1,4 @@ -From c4c3d5f2d4dfe8167205e8d20b4cb7a197706c16 Mon Sep 17 00:00:00 2001 +From 52e5d3da99f6f14ed8783f535277161cabacc875 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Wed, 27 Nov 2024 04:09:59 -0800 Subject: [PATCH] fix compile procan.c failed @@ -57,6 +57,3 @@ index 631d31d..103d4d1 100644 $(INSTALL) -m 755 procan $(DESTDIR)$(BINDEST) $(INSTALL) -m 755 filan $(DESTDIR)$(BINDEST) mkdir -p $(DESTDIR)$(MANDEST)/man1 --- -2.25.1 - diff --git a/meta/recipes-connectivity/socat/socat_1.8.0.1.bb b/meta/recipes-connectivity/socat/socat_1.8.0.2.bb similarity index 95% rename from meta/recipes-connectivity/socat/socat_1.8.0.1.bb rename to meta/recipes-connectivity/socat/socat_1.8.0.2.bb index 95b4017040..7d5da67c9c 100644 --- a/meta/recipes-connectivity/socat/socat_1.8.0.1.bb +++ b/meta/recipes-connectivity/socat/socat_1.8.0.2.bb @@ -13,7 +13,7 @@ SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ file://0001-fix-compile-procan.c-failed.patch \ " -SRC_URI[sha256sum] = "6a283565db7cf86292c6f70504c58abb03e29888adeed5a6c5f3457e803c1b81" +SRC_URI[sha256sum] = "adc07a9c2723527cf6568d2fb96559794cf9c254a4bc2edd36f7f3789e9f7625" inherit autotools