From patchwork Sun Dec 15 09:29:49 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: 54111 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 417E4E7719F for ; Sun, 15 Dec 2024 09:29:51 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.33388.1734254989337652462 for ; Sun, 15 Dec 2024 01:29:50 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=PXcN51qN; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=vSLlV/aU; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 01010193c9a711bc-d59833fb-d653-4ede-aad9-d1d0b2b971fb-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=1734254990; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=j8e80GfUxSq0oj4ZknFGd/Dhc59XiV21Fe3p0ifBsok=; b=PXcN51qNbpXd3fWoaz0IKfssMHgPsA387muodTCGdVtxaPZhrveP+/V0slKLzsjh PKsXI3s+No59aHVw+gqwowIJ5KaaP7oc4iPCwUY896r191tTLfPjYEH3iqazVGGQbB6 fasW3/yc53I/yvyaq4cSGxwMWnTyYQDqlszSjqRY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1734254990; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=j8e80GfUxSq0oj4ZknFGd/Dhc59XiV21Fe3p0ifBsok=; b=vSLlV/aUFz0TIl/e/SROs3UAyCo+Xxhtgtl6Ug6qEYtCXcZVSDVyHAphK7GuJFqX kFO7O9PaQYFLOVI9XYvhx5Oa7WnVKU6JUC6MRPYGHCcyuS1RH/pDmvJHTxKIpZv8/zm oPfV9YIsxRHJ5sBJTHgCs9LYFd8G07piRiVmfL6Y= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libcap: upgrading to 2.73 SUCCEEDED Message-ID: <01010193c9a711bc-d59833fb-d653-4ede-aad9-d1d0b2b971fb-000000@us-west-2.amazonses.com> Date: Sun, 15 Dec 2024 09:29:49 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.12.15-54.240.27.193 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/208741 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libcap* to *2.73* has Succeeded. Next steps: - apply the patch: git am 0001-libcap-upgrade-2.71-2.73.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 cc313c09a1ab034d4484ccb5420013c162479b82 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Dec 2024 09:17:12 +0000 Subject: [PATCH] libcap: upgrade 2.71 -> 2.73 --- ...sure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch | 2 +- ...tivesdk-libcap-Raise-the-size-of-arrays-containing.patch | 4 ++-- .../files/0002-tests-do-not-run-target-executables.patch | 6 +++--- .../libcap/{libcap_2.71.bb => libcap_2.73.bb} | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-support/libcap/{libcap_2.71.bb => libcap_2.73.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 e77d0c8c51..f9901d84e4 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 2261f47bac78aa77934ca03980ed54d1d86116b9 Mon Sep 17 00:00:00 2001 +From ad580e3e32ea06125edcabf7b2eb0a536a078ce0 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 ecbdd22099..85cf6bf866 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 fcb0166c5e991fcf62797b19bea39983214289cb Mon Sep 17 00:00:00 2001 +From a867cb0634c3d68a60957673f55401dd5a338eb4 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 @@ -19,7 +19,7 @@ Signed-off-by: Hongxu Jia 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcap/execable.h b/libcap/execable.h -index 7a2d247..682e0ee 100644 +index 89e61a3..22518dd 100644 --- a/libcap/execable.h +++ b/libcap/execable.h @@ -23,7 +23,7 @@ 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 31f27e914f..47552151b5 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 a3368b38abfb703e730fc5462f42cc5d177d864d Mon Sep 17 00:00:00 2001 +From 62138aa85cd14947d6c52250f45139985d18e127 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 @@ -10,10 +10,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile -index ecb7d1b..8950c73 100644 +index 3d03721..fbb1d78 100644 --- a/tests/Makefile +++ b/tests/Makefile -@@ -61,13 +61,11 @@ endif +@@ -69,13 +69,11 @@ endif # unprivileged run_psx_test: psx_test diff --git a/meta/recipes-support/libcap/libcap_2.71.bb b/meta/recipes-support/libcap/libcap_2.73.bb similarity index 96% rename from meta/recipes-support/libcap/libcap_2.71.bb rename to meta/recipes-support/libcap/libcap_2.73.bb index 08ee442330..94601c75b3 100644 --- a/meta/recipes-support/libcap/libcap_2.71.bb +++ b/meta/recipes-support/libcap/libcap_2.73.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] = "b7006c9af5168315f35fc734bf1a8d2aa70766bd8b8c4340962e05b19c35b900" +SRC_URI[sha256sum] = "6405f6089cf4cdd8c271540cd990654d78dd0b1989b2d9bda20f933a75a795a5" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"