diff mbox series

[1/5] libcap-ng,libcap-ng-python: upgrade 0.9.5 -> 0.9.6

Message ID 20260910103444.1413539-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/5] libcap-ng,libcap-ng-python: upgrade 0.9.5 -> 0.9.6 | expand

Commit Message

Richard Purdie Sept. 10, 2026, 10:34 a.m. UTC
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

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{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 mbox series

Patch

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 2a31be6f4dd..0f3179f59f9 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