From cca830ad3717dfb11dc4c02828342cc1818847dd Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 21 Aug 2026 05:44:06 +0000 Subject: [PATCH] libcap-ng-python,libcap-ng: upgrade 0.9.3 -> 0.9.5,0.9.3 -> 0.9.5 Source: ChangeLog 0.9.5 - Fix broken utility_logic_test when run as a 32 bit app - Install the cap-audit man page conditionally - Fix V3 file capability usage - Preserve existing securebits in capng_lock - Make python configuration a little more strict 0.9.4 - Add bluetooth collection to netcap --advanced - Don't drop netcap --advanced if only VSOCK kernel headers are missing - In cap-audit, verify executable is being passed - Add a systemd simulator to cap-audit: use --service to test a service file - Improve cap-audit recommendations by correlating syscall outcomes - Allow supplying vmlinux.h for reproducible cap-audit builds - Restore --with-python/--without-python as generic Python configure options - Fix on-demand bash completion loading for the utilities Source: ChangeLog 0.9.5 - Fix broken utility_logic_test when run as a 32 bit app - Install the cap-audit man page conditionally - Fix V3 file capability usage - Preserve existing securebits in capng_lock - Make python configuration a little more strict 0.9.4 - Add bluetooth collection to netcap --advanced - Don't drop netcap --advanced if only VSOCK kernel headers are missing - In cap-audit, verify executable is being passed - Add a systemd simulator to cap-audit: use --service to test a service file - Improve cap-audit recommendations by correlating syscall outcomes - Allow supplying vmlinux.h for reproducible cap-audit builds - Restore --with-python/--without-python as generic Python configure options - Fix on-demand bash completion loading for the utilities --- .../{libcap-ng-python_0.9.3.bb => libcap-ng-python_0.9.5.bb} | 0 meta/recipes-support/libcap-ng/libcap-ng.inc | 2 +- .../libcap-ng/{libcap-ng_0.9.3.bb => libcap-ng_0.9.5.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libcap-ng/{libcap-ng-python_0.9.3.bb => libcap-ng-python_0.9.5.bb} (100%) rename meta/recipes-support/libcap-ng/{libcap-ng_0.9.3.bb => libcap-ng_0.9.5.bb} (100%) diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.9.3.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.9.5.bb similarity index 100% rename from meta/recipes-support/libcap-ng/libcap-ng-python_0.9.3.bb rename to meta/recipes-support/libcap-ng/libcap-ng-python_0.9.5.bb diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc index 5c1a7fdfea..2a31be6f4d 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 = "0ab44af5a23e8edb69a39c0dc803ce4395ff2086" +SRCREV = "9ae44402f4c405f08b9dd5ec070127d0d92afee4" inherit lib_package autotools pkgconfig bash-completion diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.9.3.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.9.5.bb similarity index 100% rename from meta/recipes-support/libcap-ng/libcap-ng_0.9.3.bb rename to meta/recipes-support/libcap-ng/libcap-ng_0.9.5.bb -- 2.47.1