From patchwork Sat Feb 15 12:42:13 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: 57406 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 29468C19777 for ; Sat, 15 Feb 2025 12:42:22 +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.8057.1739623333782655408 for ; Sat, 15 Feb 2025 04:42:13 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=EbKevkq0; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=OFzZT7VQ; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101019509a17cca-8810e4a9-fbd9-4f09-8cf8-36119babf895-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=1739623333; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=7gq3kxgoUlF6VVfNhc9aumJgBlM5dLdK+jKZA3nUxZo=; b=EbKevkq0Y0vSIgfkZcTS3aGdAqEDZwnxcwa0u7PqiApBSCBlUYJ+Gzd/HBGpq9JY Xj9SmQGgoVB1xlXxpCZpPN2Q/h9Hg1kVS7r0OZ9MVKgh5Ro1mokIygdZAQEl9zwcSQj YQflU4UkdNdZRJNaI82mklOouiaDK1nsULiw5Lzo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1739623333; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=7gq3kxgoUlF6VVfNhc9aumJgBlM5dLdK+jKZA3nUxZo=; b=OFzZT7VQPPD/L9AeULSNLS4iKWuyQxQbmLc5qTjUe5S3p5uxfvInweHhbgJeUIjG Cw1iK4/MBLxTWZwAzFNPs1gjmMqORb1qrUCndc2NQxbqMpKrIBqG9U/2iYjqSPccYrh IGP9lVkIU60dpfWu3IE9YURHXDNYq0hzgC446gDQ= 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: <0101019509a17cca-8810e4a9-fbd9-4f09-8cf8-36119babf895-000000@us-west-2.amazonses.com> Date: Sat, 15 Feb 2025 12:42:13 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.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 ; Sat, 15 Feb 2025 12:42:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211412 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 799795c9ca0c0755d4b7f2782deb72292df6e772 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Feb 2025 06:57:17 +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..11e31cb7e2 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 db0d420d0ae654adc4d2b652310b9830a6d44318 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}"