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: 58132 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 4F81AC35FEF for ; Sat, 1 Mar 2025 11:25:28 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web10.7164.1740828318892089703 for ; Sat, 01 Mar 2025 03:25:21 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=bgOauCAS; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=bhDbFH7N; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019551742341-1f5babf8-5157-4304-99b8-77c6055ddf4a-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=QpCJjKwgCF1br6S7odAZkGN0+HDW7n6z6ETQzD8fLy8=; b=bgOauCASIJ8gyw0DiVfk5iBRNH1JkTpCFqPAUavDB+Du4pltTCkEXuRLVMmLjd58 CPMMqtiGWzoe5Kbub95U6y0pl+EKP5vA4Iphi0yexgfQUllLDBZqt+LfJVoDr3mXz6x u2aYX1Pb4NXw6HQP7Jxf2hdxaWsyxDh1/5iZ6O2g= 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=QpCJjKwgCF1br6S7odAZkGN0+HDW7n6z6ETQzD8fLy8=; b=bhDbFH7NjYRgYgTz1JsSGa4mnu9MckkTjuT1KQ9m2GP7SlTLvNimhw/BpLIrEtu/ o9Bd85lkBiKwtHBA40B/w3WubyrToM3Q2Q2b3T6Ja0JM1bcmpE9mL5ZW2ZWNdnsgCWL PeVVADal5pslpPJwUwartABPk7nIWfFb/dODkvXo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] sysvinit: upgrading to 3.14 SUCCEEDED Message-ID: <0101019551742341-1f5babf8-5157-4304-99b8-77c6055ddf4a-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.45 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/212107 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *sysvinit* to *3.14* has Succeeded. Next steps: - apply the patch: git am 0001-sysvinit-upgrade-3.13-3.14.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 6638532a26e3ca1cdf45e5ce3795fd248b1a58cc Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Mar 2025 07:09:40 +0000 Subject: [PATCH] sysvinit: upgrade 3.13 -> 3.14 --- meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch | 4 ++-- .../sysvinit/{sysvinit_3.13.bb => sysvinit_3.14.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-core/sysvinit/{sysvinit_3.13.bb => sysvinit_3.14.bb} (98%) diff --git a/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch b/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch index ece870c269..3383165430 100644 --- a/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch +++ b/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch @@ -1,4 +1,4 @@ -From 19a8777c81bc451d65a4071528e4715e19941e0a Mon Sep 17 00:00:00 2001 +From 5b14182641901799a1711e79558f62ab81803f75 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Wed, 14 Jul 2010 14:35:52 -0400 Subject: [PATCH] sysvinit - Remove sulogin dependency on /usr/lib*/libcrypt.a @@ -14,7 +14,7 @@ Upstream-Status: Inappropriate [configuration] 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/Makefile b/src/Makefile -index 4ce4889..1611c1c 100644 +index 6d9f01c..b12a233 100644 --- a/src/Makefile +++ b/src/Makefile @@ -97,16 +97,8 @@ else diff --git a/meta/recipes-core/sysvinit/sysvinit_3.13.bb b/meta/recipes-core/sysvinit/sysvinit_3.14.bb similarity index 98% rename from meta/recipes-core/sysvinit/sysvinit_3.13.bb rename to meta/recipes-core/sysvinit/sysvinit_3.14.bb index d935b0edfd..521eda0bfb 100644 --- a/meta/recipes-core/sysvinit/sysvinit_3.13.bb +++ b/meta/recipes-core/sysvinit/sysvinit_3.14.bb @@ -18,7 +18,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.xz \ file://bootlogd.init \ file://01_bootlogd \ " -SRC_URI[sha256sum] = "cbaeabddc35a6511b87c87452ee5e87c678a26329c7d7d17fb69a2b42a314d86" +SRC_URI[sha256sum] = "c90874b8c054a35991fb8c4d30c443ed1e9b1815ff6165c7b483f558be4e4b53" S = "${WORKDIR}/sysvinit-${PV}"