From patchwork Sun May 24 13:44:49 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 9857 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 4gNgHt66Ddz3wh8 for ; Sun, 24 May 2026 13:45:14 +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 "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gNgHt4zz2z75y for ; Sun, 24 May 2026 13:45:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gNgHt4B8Qz30Lj for ; Sun, 24 May 2026 13:45:14 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gNgHq51y0z2xHy for ; Sun, 24 May 2026 13:45:11 +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 4gNgHp6Tzfz2Nw; Sun, 24 May 2026 13:45:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779630311; 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; bh=1wtTTH6flrL1jGJO+s8NnDmhJHlt0esw9QQzcy7BaZc=; b=4ofgdAucqJBI4zZnqfmWPNESqk0wBB3ACXi9kwskG7vL196CnIquaiKsYh04EOb4ebzETj b6e30EiKwSzMvPAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779630311; 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; bh=1wtTTH6flrL1jGJO+s8NnDmhJHlt0esw9QQzcy7BaZc=; b=OPcp6Ddr9KlR7LO8iHWkEPGuDXHLF5gd6fzWXvktHrPqvN5MsMOxyakplopAjBstfITDgR QaoaQRvbThWAp+bayzUkwpX3ZeRmrSj9AJ4v1mBK4K8Vasm0rXOtUbpnd0BI3NYcopKC2m yp3Z1Wl5hakod2z0Fqf3q3dsGX+EmAnfjbIKBit6Q8Vi6VCKiLA0TdNt+ImJxRcVHr1yiI Yc0winhSn6DrqKqUfydPVXp8P7WtLdCicy/qFar+QUwNIh4IqZtJjGJxDpGeNAoYrQxIVM sikBoYu4nK9q0Ywg3dmfJ52rrd3xLtkK3nYChsLwWDv6ucKc4eWr9r/4DdgaBw== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH 1/2] Revert "libcap-ng 0.9.3: Update for rottfile" Date: Sun, 24 May 2026 15:44:49 +0200 Message-ID: <20260524134501.78708-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 This reverts commit 6e94a34122f11cef7cb1db87d10a7008753b9923. --- config/rootfiles/common/libcap-ng | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/rootfiles/common/libcap-ng b/config/rootfiles/common/libcap-ng index 8677e42ab..33e96b97a 100644 --- a/config/rootfiles/common/libcap-ng +++ b/config/rootfiles/common/libcap-ng @@ -12,8 +12,6 @@ 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 -#usr/share/bash-completion/completions #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 From patchwork Sun May 24 13:44:50 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 9858 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 4gNgHy2njpz3wh8 for ; Sun, 24 May 2026 13:45:18 +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 "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gNgHy2C4fz76T for ; Sun, 24 May 2026 13:45:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gNgHy1Pm0z2xHy for ; Sun, 24 May 2026 13:45: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 4gNgHv36swz30Lj for ; Sun, 24 May 2026 13:45:15 +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 4gNgHt5Rjpz76V; Sun, 24 May 2026 13:45:14 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779630314; 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=n0PrVIjF6p/RDokKu+2fHZiLWwKOLXBDQO3y7P84Pks=; b=ixHdljsQEoindGhrh9Af/5KlyGYxxJyvHXw0zHjLl5bo2WTT+GJStNdi17WrDiBQx1bAbg bDKKIb3F/RegvMDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779630314; 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=n0PrVIjF6p/RDokKu+2fHZiLWwKOLXBDQO3y7P84Pks=; b=Ei1hDGIYwWFl5TvmPMSRx1UXXQcKe+kP4hTyTtpj/ow5jCJNe5lKvrij2VMqKJEzavVDfu V+fCM3vpf8fIk+sviHWVALQZHJMS5BMh7PVfaz5MXvo7ICXaOKLkbX02gTr6nY57iBykZb BQA6DmLwXISDDD4/ZybTCNK0d1I6YNvrCxGWUxq3KVAG7fQa//wnEvOo5Aevl71uXTZs7i /5W4kKm65HTvDKNNFMyhVHMjTbt1cB5mi6jjkHp+6vPYoO4yGzg8VYt2wjLLizRJWFrrkY lwM5MprJjvTJCiKpJKPeUdmErQB5opVq4NiIXlG+lqQIPfZbweB4yZlPoo9Fww== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH 2/2] libcap-ng 0.9.3: Update for rootfile Date: Sun, 24 May 2026 15:44:50 +0200 Message-ID: <20260524134501.78708-2-matthias.fischer@ipfire.org> In-Reply-To: <20260524134501.78708-1-matthias.fischer@ipfire.org> References: <20260524134501.78708-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Matthias Fischer --- config/rootfiles/common/libcap-ng | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/rootfiles/common/libcap-ng b/config/rootfiles/common/libcap-ng index 33e96b97a..8677e42ab 100644 --- a/config/rootfiles/common/libcap-ng +++ b/config/rootfiles/common/libcap-ng @@ -12,6 +12,8 @@ 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 +#usr/share/bash-completion/completions #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