libcap-ng: Update to version 0.9.3
Commit Message
- Update from version 0.9.2 to 0.9.3
- Update of rootfile
- Changelog
0.9.3
- In cap-audit, split capability analysis across init and runtime phases
- If vm_sockets.h and others are not available, remove "netcap --advanced"
- Add netcap --list-interfaces & --interface to restrict output to 1 interface
- Put bash completions in /usr/share/bash-completion/completions/
- capng_change_id now detects it added setpcap and drops only if it added it
- Add capng_stage_additional_groups and its support in capng_change_id
- Add CAPNG_APPLY_BOUNDING flag to capng_change_id to direct it to apply changes
- filecap: add path-to-fd consistency check in capability write path
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/libcap-ng | 3 ++-
lfs/libcap-ng | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
@@ -1,7 +1,6 @@
#usr/bin/filecap
#usr/bin/netcap
#usr/bin/pscap
-#usr/etc/bash_completion.d/libcap-ng.bash_completion
#usr/include/cap-ng.h
#usr/lib/libcap-ng.la
#usr/lib/libcap-ng.so
@@ -13,6 +12,7 @@ usr/lib/libdrop_ambient.so.0
usr/lib/libdrop_ambient.so.0.0.0
#usr/lib/pkgconfig/libcap-ng.pc
#usr/share/aclocal/cap-ng.m4
+#usr/share/bash-completion/completions/libcap-ng.bash_completion
#usr/share/man/man3/capng_apply.3
#usr/share/man/man3/capng_apply_caps_fd.3
#usr/share/man/man3/capng_capability_to_name.3
@@ -32,6 +32,7 @@ usr/lib/libdrop_ambient.so.0.0.0
#usr/share/man/man3/capng_save_state.3
#usr/share/man/man3/capng_set_rootid.3
#usr/share/man/man3/capng_setpid.3
+#usr/share/man/man3/capng_stage_additional_groups.3
#usr/share/man/man3/capng_update.3
#usr/share/man/man3/capng_updatev.3
#usr/share/man/man7/libdrop_ambient.7
@@ -24,7 +24,7 @@
include Config
-VER = 0.9.2
+VER = 0.9.3
THISAPP = libcap-ng-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = c9823bd7397e82fcc00a201b275283e8f49597ebeff21bec859bbfd962b55152caf10ede1dc2060634bda2c3c8523f446671aeab55a9a1c5b78d0031047ce13b
+$(DL_FILE)_BLAKE2 = 8050f69c91a8c5214d718d3ad750cf50db25690b9b8d59f37db32d33d5a0fe864afe8064ca4261f27f49f65064926c816a627a9c1c7a28e268a1a459409c59d8
install : $(TARGET)