diff mbox series

[AUH] libcap-ng-python,libcap-ng: upgrading to 0.9.5,0.9.5 SUCCEEDED

Message ID 010101a022dab3c7-36d36ade-55eb-4e67-b50d-32a1c151c1ab-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libcap-ng-python,libcap-ng: upgrading to 0.9.5,0.9.5 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 21, 2026, 5:45 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libcap-ng-python,libcap-ng* to *0.9.5,0.9.5* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libcap-ng-python-libcap-ng-upgrade-0.9.3-0.9.5-0.9.3.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 cca830ad3717dfb11dc4c02828342cc1818847dd Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
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 mbox series

Patch

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