From patchwork Sun Apr 5 12:03:47 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9603 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fpWNl2mMCz3xNH for ; Sun, 05 Apr 2026 12:04:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fpWNl0KBLz5lL for ; Sun, 05 Apr 2026 12:04:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fpWN2565mz37j4 for ; Sun, 05 Apr 2026 12:04:18 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fpWMt3kdxz36WC for ; Sun, 05 Apr 2026 12:04:10 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fpWMr6tzDz76R; Sun, 05 Apr 2026 12:04:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775390649; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OCwRnoKQ2i1tbp/Jdt5S4Lw7g1arQDxdxw0atXeTyh8=; b=kqu02wpfeC5Y7Z595pYOKtoI/PQYxaXbbtNG0kzUkdHJHUlT6syKe1ALudk3sFeQzDPh9q B3EHC5SeTxBPhJCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775390649; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OCwRnoKQ2i1tbp/Jdt5S4Lw7g1arQDxdxw0atXeTyh8=; b=MY86/nYCb7sfVeIM/4dKFfPAhY0oup5eqQkzzAtSaKbbDCCgzIGsEwNziOG201pEV4yvL+ cpc0lJGX7NiN+v2NBgbmLdOVTyrKvffILLNmOsImi3P8MJOiq/WECvYQeaEkOOFLpYmW30 q6jAkDLuekiU2tP9kt/9t+X7V744Gp10OclLF+vQefIoCWxEjjSMcSaoScoOeGI/MMgfY1 gtilP6UtzM5R8iicM+P9GoNVqHhX8PsgJw1LbxyiwsbIw+zTRigt4y+dFVq3M3HJz8cYXI do5xp0F3VPOO6nuwVCfu5HUgwqKq9N/gRtT5c3YV6AM4zaU8KaXtFdKJsXYdhA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libcap-ng: Update to version 0.9.2 Date: Sun, 5 Apr 2026 14:03:47 +0200 Message-ID: <20260405120354.137211-30-adolf.belka@ipfire.org> In-Reply-To: <20260405120354.137211-1-adolf.belka@ipfire.org> References: <20260405120354.137211-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - 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 --- config/rootfiles/common/libcap-ng | 3 +-- lfs/libcap-ng | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libcap-ng b/config/rootfiles/common/libcap-ng index 2571cd26a..683ed3bb3 100644 --- a/config/rootfiles/common/libcap-ng +++ b/config/rootfiles/common/libcap-ng @@ -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 diff --git a/lfs/libcap-ng b/lfs/libcap-ng index 29c85ab72..9915e9587 100644 --- a/lfs/libcap-ng +++ b/lfs/libcap-ng @@ -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)