To: ['Kris Gavvala ', 'Yi Zhao '] To: openembedded-core@lists.openembedded.org Subject: [AUH] libcap-ng,libcap-ng-python: upgrading to 0.9.6,0.9.6 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260910050054/all/libcap-ng,libcap-ng-python/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260910050054/all/libcap-ng,libcap-ng-python/libcap-ng-python-changelog.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260910050054/all/libcap-ng,libcap-ng-python/0001-libcap-ng-libcap-ng-python-upgrade-0.9.5-0.9.6-0.9.5.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260910050054/all/libcap-ng,libcap-ng-python/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260910050054/all/libcap-ng,libcap-ng-python/libcap-ng-changelog.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libcap-ng,libcap-ng-python* to *0.9.6,0.9.6* has Succeeded. Next steps: - apply the patch: git am 0001-libcap-ng-libcap-ng-python-upgrade-0.9.5-0.9.6-0.9.5.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 fbd6a7cc7bb8c4e6f2c77ff89a4f308362f3a9d1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 10 Sep 2026 05:22:50 +0000 Subject: [PATCH] libcap-ng,libcap-ng-python: upgrade 0.9.5 -> 0.9.6,0.9.5 -> 0.9.6 Source: ChangeLog 0.9.6 - Fix supplementary group changes in capng_change_id - Reduce cap-audit size and memory use; builds now require llvm-strip - Preserve capability evidence during cap-audit shutdown - In cap-audit, fix optional SETPCAP false positives w/o hiding required caps - Fix ambient capabilities and capability list handling in cap-audit --service - In cap-audit, reject unsupported systemd unit syntax - Fix tree branch drawing for repeated socket owners in netcap --advanced - Fix utility builds with musl libc - Ensure capng_change_id is multi-thread safe Source: ChangeLog 0.9.6 - Fix supplementary group changes in capng_change_id - Reduce cap-audit size and memory use; builds now require llvm-strip - Preserve capability evidence during cap-audit shutdown - In cap-audit, fix optional SETPCAP false positives w/o hiding required caps - Fix ambient capabilities and capability list handling in cap-audit --service - In cap-audit, reject unsupported systemd unit syntax - Fix tree branch drawing for repeated socket owners in netcap --advanced - Fix utility builds with musl libc - Ensure capng_change_id is multi-thread safe --- .../{libcap-ng-python_0.9.5.bb => libcap-ng-python_0.9.6.bb} | 0 meta/recipes-support/libcap-ng/libcap-ng.inc | 2 +- .../libcap-ng/{libcap-ng_0.9.5.bb => libcap-ng_0.9.6.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libcap-ng/{libcap-ng-python_0.9.5.bb => libcap-ng-python_0.9.6.bb} (100%) rename meta/recipes-support/libcap-ng/{libcap-ng_0.9.5.bb => libcap-ng_0.9.6.bb} (100%) diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.9.5.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.9.6.bb similarity index 100% rename from meta/recipes-support/libcap-ng/libcap-ng-python_0.9.5.bb rename to meta/recipes-support/libcap-ng/libcap-ng-python_0.9.6.bb diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc index 2a31be6f4d..0f3179f59f 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng.inc +++ b/meta/recipes-support/libcap-ng/libcap-ng.inc @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06" SRC_URI = "git://github.com/stevegrubb/libcap-ng.git;protocol=https;branch=master;tag=v${PV}" -SRCREV = "9ae44402f4c405f08b9dd5ec070127d0d92afee4" +SRCREV = "c382c641ca5730442289c09d3c3d30cc2c8635a9" inherit lib_package autotools pkgconfig bash-completion diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.9.5.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.9.6.bb similarity index 100% rename from meta/recipes-support/libcap-ng/libcap-ng_0.9.5.bb rename to meta/recipes-support/libcap-ng/libcap-ng_0.9.6.bb -- 2.47.1