From patchwork Wed Apr 15 14:04:53 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 86129 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 5714EF4383E for ; Wed, 15 Apr 2026 14:04:57 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.19751.1776261894615154095 for ; Wed, 15 Apr 2026 07:04:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=jjA02mTq; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Oyk+hbSE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019d91758f6c-dba14654-08ae-48fe-8db8-a55b4e225d44-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1776261894; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Vl+Unb/WJtK++9XCm3YwkCCD+YJIFA27YrlD4g3adQQ=; b=jjA02mTqtYpWDPe+Fl0VcE6mu2kKZuvORFhja9vm8e3R47GJ2yFGnwOD/PmCg/A6 u9EdvK+iuiRX2mFCcWO6bZ/k6huqNqL854B0CfhvxcIifhgvNzK8O6sQPT5ycTpnrH7 h/gB4JUM0RawrGw+mUBqwSD8q0vAOrsnKMiRp2ww= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1776261894; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Vl+Unb/WJtK++9XCm3YwkCCD+YJIFA27YrlD4g3adQQ=; b=Oyk+hbSEJ7FoJ5TVk5Wqso1y312B45KC6Hgg7897BLBAowCFEhJd2AdBUgg0wMI7 uuklLVrtQmaiEr5Pc3twiA4G93AyyeDLxK+NBXjywWY8GdbueRaCKDs7PCKldRfEQot SGN5rKuI1IqTPbki/GnPLGEbJjRGhkRZvEOHj7SA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libcap: upgrading to 2.78 SUCCEEDED Message-ID: <0101019d91758f6c-dba14654-08ae-48fe-8db8-a55b4e225d44-000000@us-west-2.amazonses.com> Date: Wed, 15 Apr 2026 14:04:53 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.04.15-54.240.27.30 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 15 Apr 2026 14:04:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/235299 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libcap* to *2.78* has Succeeded. Next steps: - apply the patch: git am 0001-libcap-upgrade-2.77-2.78.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 141fed551c5ac2e9b9972abdc068ef499ff5abff Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Apr 2026 13:14:12 +0000 Subject: [PATCH] libcap: upgrade 2.77 -> 2.78 --- ...tivesdk-libcap-Raise-the-size-of-arrays-containing.patch | 6 +++--- .../libcap/{libcap_2.77.bb => libcap_2.78.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/libcap/{libcap_2.77.bb => libcap_2.78.bb} (96%) 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 2cec20b4b1..c1d1a3a9f7 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 969d21aa2bf474d9c5c80a64de1a9fe0e17e31b2 Mon Sep 17 00:00:00 2001 +From cb8b05f0f53c0013ee79941200d628ad0872cc7a 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,10 +19,10 @@ Signed-off-by: Hongxu Jia 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcap/execable.h b/libcap/execable.h -index a68ea24..60d3853 100644 +index c8ac2f2..98843e4 100644 --- a/libcap/execable.h +++ b/libcap/execable.h -@@ -34,7 +34,7 @@ extern const int _IO_stdin_used; +@@ -50,7 +50,7 @@ extern const int _IO_stdin_used; const int _IO_stdin_used __attribute__((weak)) = 131073; #endif /* def __GLIBC__ */ diff --git a/meta/recipes-support/libcap/libcap_2.77.bb b/meta/recipes-support/libcap/libcap_2.78.bb similarity index 96% rename from meta/recipes-support/libcap/libcap_2.77.bb rename to meta/recipes-support/libcap/libcap_2.78.bb index 9968cd5f50..449260f7dc 100644 --- a/meta/recipes-support/libcap/libcap_2.77.bb +++ b/meta/recipes-support/libcap/libcap_2.78.bb @@ -16,7 +16,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] = "897bc18b44afc26c70e78cead3dbb31e154acc24bee085a5a09079a88dbf6f52" +SRC_URI[sha256sum] = "0d621e562fd932ccf67b9660fb018e468a683d7b827541df27813228c996bb11" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"