]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libcap-ng: Update to version 0.9.2
authorAdolf Belka <adolf.belka@ipfire.org>
Sun, 5 Apr 2026 12:03:47 +0000 (14:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 5 Apr 2026 12:58:50 +0000 (12:58 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/libcap-ng
lfs/libcap-ng

index 2571cd26a35571adc398f14e6008f70217bc46a2..683ed3bb31e07d786a27436bd12c9c1302572129 100644 (file)
@@ -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
index 29c85ab72948717a083e30dcc5c48071f08147df..9915e95877ec1220ab2493f192ac0001dd1cfe49 100644 (file)
@@ -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)