From patchwork Sun Apr 26 11:44:08 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9723 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 4g3PyG5GpRz3wkD for ; Sun, 26 Apr 2026 11:45:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g3PyG1X9mz7Dm for ; Sun, 26 Apr 2026 11:45:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g3Pxy2bGPz37S1 for ; Sun, 26 Apr 2026 11:44:54 +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 4g3Pxl30P6z34P3 for ; Sun, 26 Apr 2026 11:44:43 +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 4g3Pxl0wsHz79c; Sun, 26 Apr 2026 11:44:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777203883; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7cHUaXARhRd8FXQVElDcD8RQCZBUtGMQZKYi0VS8JDw=; b=GG2jMIr30y5xmMFZGZU5PcqEkBO0bxUF2qzBCwzFjKtaRCJHdE4+cimWHeAwm7vSikmuvm 5Mrk8ON2qsFW+st7T6fbmktGtFwwjzGPZvxiJRMm9xA2Vzj+qXOlnyWiGopKBPnZrYt3nL FNFhqVaDKedF41HhmDxkKhmUq07XOk+b7uATAV0XcW+tKBnGJJD1e8rcm1sX6PK42wuWIN BlxUQkTOu/qy3RKbxGNGen03XprrIrS3k9uNrBdUClqAln70wasfQlkIJQZL8sJQoPZo6S sHK4srYDb/CShPnmPqjVI1MfezVzUiHsZSG/vGZrUc4if4Gm4I3ujcYJdK2wYw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777203883; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7cHUaXARhRd8FXQVElDcD8RQCZBUtGMQZKYi0VS8JDw=; b=1jaCXq0jsG+G2ImT5eDejLkm5Rs9VJliRL5cJBfGOCdgjWwPzF8fKOe0uxUDHxH9Z6cBnX vAOhC8GGAcH2p+Bg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libcap-ng: Update to version 0.9.3 Date: Sun, 26 Apr 2026 13:44:08 +0200 Message-ID: <20260426114418.122889-19-adolf.belka@ipfire.org> In-Reply-To: <20260426114418.122889-1-adolf.belka@ipfire.org> References: <20260426114418.122889-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.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 --- config/rootfiles/common/libcap-ng | 3 ++- lfs/libcap-ng | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libcap-ng b/config/rootfiles/common/libcap-ng index 683ed3bb3..33e96b97a 100644 --- a/config/rootfiles/common/libcap-ng +++ b/config/rootfiles/common/libcap-ng @@ -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 diff --git a/lfs/libcap-ng b/lfs/libcap-ng index 9915e9587..85b2dda85 100644 --- a/lfs/libcap-ng +++ b/lfs/libcap-ng @@ -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)