From patchwork Sat Nov 15 16:39: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: 74727 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 663E6CEDD8C for ; Sat, 15 Nov 2025 16:39:17 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.12144.1763224754558360365 for ; Sat, 15 Nov 2025 08:39:14 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=GIbTp3mp; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=LS+Vxa60; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019a8862973d-53a7245f-e964-4cb0-bc47-78b58c8d2edd-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=1763224754; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=pjPSZtJjbvbm18hHadmuhVVPLAd7KfjZMFojn2QWB0o=; b=GIbTp3mpdCEAdu4gcIvSQGZqnWgzu7WPz4nh8FqfX5piDSlpgZmW70TFeBvOU9t1 JqbuA898DX3qdcXQLirXvT7bUp/Sd36TItauo4cYCx9H7uWglmNVR3KoH8Nf54+/d61 4kkD1Y+URS/USK5UWRt01Ax9FsxHKPp3jzgvp4H0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1763224754; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=pjPSZtJjbvbm18hHadmuhVVPLAd7KfjZMFojn2QWB0o=; b=LS+Vxa60VqpUJ5gVQjao13LGfZzLtcwieGyPVPTQ1dd9d0PP2Bk3mzSaIpY5ndnF CL2IGJK7bPI6miEJ2Orp7KtBp90b14/3hxa8HZkAb2E1ft5Sr/cTC6tJE6egIysoon4 vuz/53b0OaL/x5BTkLgzjbHoXMMZsUw7LgXS5L1Y= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libcap: upgrading to 2.77 SUCCEEDED Message-ID: <0101019a8862973d-53a7245f-e964-4cb0-bc47-78b58c8d2edd-000000@us-west-2.amazonses.com> Date: Sat, 15 Nov 2025 16:39:13 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.15-54.240.27.191 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 ; Sat, 15 Nov 2025 16:39:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226455 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libcap* to *2.77* has Succeeded. Next steps: - apply the patch: git am 0001-libcap-upgrade-2.76-2.77.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 231bcad1fe14469549508d7b40fd9fbe93299f14 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Nov 2025 16:06:05 +0000 Subject: [PATCH] libcap: upgrade 2.76 -> 2.77 --- ...Add-build-ldflags-to-_makenames-rule.patch | 29 ------------------- ...-Raise-the-size-of-arrays-containing.patch | 6 ++-- .../libcap/{libcap_2.76.bb => libcap_2.77.bb} | 6 ++-- 3 files changed, 6 insertions(+), 35 deletions(-) delete mode 100644 meta/recipes-support/libcap/files/0001-libcap-Add-build-ldflags-to-_makenames-rule.patch rename meta/recipes-support/libcap/{libcap_2.76.bb => libcap_2.77.bb} (92%) diff --git a/meta/recipes-support/libcap/files/0001-libcap-Add-build-ldflags-to-_makenames-rule.patch b/meta/recipes-support/libcap/files/0001-libcap-Add-build-ldflags-to-_makenames-rule.patch deleted file mode 100644 index 10ddf64935..0000000000 --- a/meta/recipes-support/libcap/files/0001-libcap-Add-build-ldflags-to-_makenames-rule.patch +++ /dev/null @@ -1,29 +0,0 @@ -From e52d3232882c263f5bd4b1980195ac633d706a53 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Tue, 21 Oct 2025 18:27:51 -0700 -Subject: [PATCH] libcap: Add build ldflags to _makenames rule - -its calling compiler and linker in single step -ensure that build ldflags are respected as it -might have important information like which runtime -to use. - -Upstream-Status: Backport [https://git.kernel.org/pub/scm/libs/libcap/libcap.git/commit/?id=c3ddf45d9afaab85d3b7db0dc7bfd1aafb8fde50] -Signed-off-by: Khem Raj ---- - libcap/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libcap/Makefile b/libcap/Makefile -index e90a950..f0eb87e 100644 ---- a/libcap/Makefile -+++ b/libcap/Makefile -@@ -80,7 +80,7 @@ $(PSXTITLE).pc: $(PSXTITLE).pc.in - $< >$@ - - _makenames: _makenames.c cap_names.list.h -- $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $< -o $@ -+ $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $< -o $@ $(BUILD_LDFLAGS) - - cap_names.h: _makenames - ./_makenames > cap_names.h 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..33a5db9e93 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 280c2b1687141e5d4fac294bc49816f0f4fd21e9 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.76.bb b/meta/recipes-support/libcap/libcap_2.77.bb similarity index 92% rename from meta/recipes-support/libcap/libcap_2.76.bb rename to meta/recipes-support/libcap/libcap_2.77.bb index 27093ff3e7..eaa0980132 100644 --- a/meta/recipes-support/libcap/libcap_2.76.bb +++ b/meta/recipes-support/libcap/libcap_2.77.bb @@ -13,12 +13,12 @@ LIC_FILES_CHKSUM = "file://License;md5=2965a646645b72ecee859b43c592dcaa \ DEPENDS = "hostperl-runtime-native gperf-native" SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${PV}.tar.xz \ - file://0001-libcap-Add-build-ldflags-to-_makenames-rule.patch \ - " + file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \ + " SRC_URI:append:class-nativesdk = " \ file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \ " -SRC_URI[sha256sum] = "629da4ab29900d0f7fcc36227073743119925fd711c99a1689bbf5c9b40c8e6f" +SRC_URI[sha256sum] = "897bc18b44afc26c70e78cead3dbb31e154acc24bee085a5a09079a88dbf6f52" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"