From patchwork Sat Mar 15 14:18:38 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: 59100 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 14BE9C36006 for ; Sat, 15 Mar 2025 14:18:43 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.10336.1742048299778298302 for ; Sat, 15 Mar 2025 07:18:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=iJRIJYkq; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=OnMhsScx; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101959a2bd25f-0c2697c3-7b3b-47dd-818e-5ee9daa7a9ef-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=1742048318; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=6GEyfU/AkZuz1++OQk8yhn0E9dRJ0z3mhDcbMM1fnrk=; b=iJRIJYkqyddtgCrW84/0o0JxMFhx8kdkOEftLCk5t1GoCyn13EOhFZ3ht8n1JbJf aWDXeXPJA5eixldPZbvULkbYRszvNN8etRY1fK8jzfnPk0qUrrbxL/eQKppzn3g9xJn l2lL6jgY8ETBnJz3nh6tQ6m4S8OIydalGYjhdx7c= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1742048318; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=6GEyfU/AkZuz1++OQk8yhn0E9dRJ0z3mhDcbMM1fnrk=; b=OnMhsScx3CCNZYm3+PxcUzcByvbAS330P8E2I8ymy4uMiUmQcPFpAc1xYCzGi/w/ jNiO911OEKEWgCoINFCinUCP6XEgRKuTD7DKJgd5PfThWmLmq1hRojTfby2jxJADgW7 3C0j5nXTNjGxuEzAHBVpzhwBY79wevtWi9kDBfXU= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libcap: upgrading to 2.75 SUCCEEDED Message-ID: <010101959a2bd25f-0c2697c3-7b3b-47dd-818e-5ee9daa7a9ef-000000@us-west-2.amazonses.com> Date: Sat, 15 Mar 2025 14:18:38 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.15-54.240.27.192 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 Mar 2025 14:18:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212974 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libcap* to *2.75* has Succeeded. Next steps: - apply the patch: git am 0001-libcap-upgrade-2.74-2.75.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 ed0d35a5485f11d615b58d325d73b34d2904d0cb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Mar 2025 14:08:25 +0000 Subject: [PATCH] libcap: upgrade 2.74 -> 2.75 --- ...1-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch | 2 +- ...1-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch | 2 +- .../libcap/files/0002-tests-do-not-run-target-executables.patch | 2 +- meta/recipes-support/libcap/{libcap_2.74.bb => libcap_2.75.bb} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/libcap/{libcap_2.74.bb => libcap_2.75.bb} (96%) diff --git a/meta/recipes-support/libcap/files/0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch b/meta/recipes-support/libcap/files/0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch index c576351e81..4fa535c500 100644 --- a/meta/recipes-support/libcap/files/0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch +++ b/meta/recipes-support/libcap/files/0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch @@ -1,4 +1,4 @@ -From bda8da622bd3f4d8b0e577387e988ce364b917c4 Mon Sep 17 00:00:00 2001 +From 3b47c1f8d5255ac06e80a18fbd19c510aca50883 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Thu, 23 Jun 2016 16:26:43 +0800 Subject: [PATCH] Ensure the XATTR_NAME_CAPS is defined when it is used diff --git a/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch b/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch index f2d11b2983..3267315d52 100644 --- a/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch +++ b/meta/recipes-support/libcap/files/0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch @@ -1,4 +1,4 @@ -From 1343e4ee17bb3f72e6b244706cacbeb16463c5d7 Mon Sep 17 00:00:00 2001 +From 2d2303884b29256ab7aad24016a9664f5589bd03 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Thu, 14 Oct 2021 15:57:36 +0800 Subject: [PATCH] nativesdk-libcap: Raise the size of arrays containing dl diff --git a/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch b/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch index 8cabed6342..504e2a6116 100644 --- a/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch +++ b/meta/recipes-support/libcap/files/0002-tests-do-not-run-target-executables.patch @@ -1,4 +1,4 @@ -From 5846ba594bedd66c8fd216cad6518f7be11b7a92 Mon Sep 17 00:00:00 2001 +From 1e49115dc88881c4d2448453a7ce9fa86fa83737 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 20 Dec 2019 16:54:05 +0100 Subject: [PATCH] tests: do not run target executables diff --git a/meta/recipes-support/libcap/libcap_2.74.bb b/meta/recipes-support/libcap/libcap_2.75.bb similarity index 96% rename from meta/recipes-support/libcap/libcap_2.74.bb rename to meta/recipes-support/libcap/libcap_2.75.bb index 75019fd35f..12ce6cb3de 100644 --- a/meta/recipes-support/libcap/libcap_2.74.bb +++ b/meta/recipes-support/libcap/libcap_2.75.bb @@ -19,7 +19,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${ SRC_URI:append:class-nativesdk = " \ file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \ " -SRC_URI[sha256sum] = "eb85271f2893188644b6451cec8ce99f4541498f16ff9f84877c2fc872717714" +SRC_URI[sha256sum] = "de4e7e064c9ba451d5234dd46e897d7c71c96a9ebf9a0c445bc04f4742d83632" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"