libcap-ng: Update to version 0.9.2
Commit Message
- Update from version 0.9 to 0.9.2
- Update of rootfile
- Changelog
0.9.2
- Added netcap --advanced option for attack surface discovery and inventory
- Added acct name to pscap --tree output
- Code cleanups and deep review of all functions for correctness
- Add colorized output to netcap --advanced
- Improve correctness of cap-audit captures
- Update man pages
0.9.1
- Deprecate captest
- In cap-audit, if tested app uses file system based capabilities, drop setpcap
- In cap-audit, fully resolve paths before classifying
- In cap-audit, add JSON escaping to output
- In cap-audit, filter pre-exec, startup, and shutdown capability noise
- pscap now has a --tree disply mode
- More code cleanups
- Improve output alignment of various utilities (Miroslav Koškár)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/libcap-ng | 3 +--
lfs/libcap-ng | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
@@ -1,7 +1,7 @@
-#usr/bin/captest
#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
@@ -35,7 +35,6 @@ usr/lib/libdrop_ambient.so.0.0.0
#usr/share/man/man3/capng_update.3
#usr/share/man/man3/capng_updatev.3
#usr/share/man/man7/libdrop_ambient.7
-#usr/share/man/man8/captest.8
#usr/share/man/man8/filecap.8
#usr/share/man/man8/netcap.8
#usr/share/man/man8/pscap.8
@@ -24,7 +24,7 @@
include Config
-VER = 0.9
+VER = 0.9.2
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 = 3aa85dafbed89696f9611ef277faeeb1efad40bb4c9891837b1574d435eeece1ba522711a19a13ebe98e387c749e28ce5cb381e17a4f051eb61fcdddf25eface
+$(DL_FILE)_BLAKE2 = c9823bd7397e82fcc00a201b275283e8f49597ebeff21bec859bbfd962b55152caf10ede1dc2060634bda2c3c8523f446671aeab55a9a1c5b78d0031047ce13b
install : $(TARGET)