From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gQRBg5HDWz2y5m for ; Wed, 27 May 2026 10:46:51 +0000 (UTC) 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 4gQRBg4tbyz2xJk for ; Wed, 27 May 2026 10:46:51 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bit raw public key) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gQRBf6Zw9z1F9 for ; Wed, 27 May 2026 10:46:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1779878810; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=if83bHC3bjLFhDHiSLAHovQlDzq3jGV7V5XeYC6OXq4=; b=ZD+K5X7N9p4nOMo2eHhXnm8W4ZeR2eQ2G3bpZn7h+rguQUxJ8wK3wwuNN8W71HgXDZ6Qfi oEEOCRiwY+e3lgDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1779878810; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=if83bHC3bjLFhDHiSLAHovQlDzq3jGV7V5XeYC6OXq4=; b=U+CmRpF4MpVomJdUDmtwUxp2q55VHPf530gvZtGM8E2p2xDK3qL2kSAafRm5f5rjlytGvv wBVo2+6J+PJPxmXC9Gn7BUzvu+D5cf+OLZK5XrsFjRAVL9YvQKX20CETiErOeWz+zdN82W UxezRdZOqKkG5Cc+zVNq5YppwDQBE6AcqeTzXHAYQxim0oH7+2qjL3uicqqQKdKk8PqGpk rVm3v4ECqmsCsFsG3ojizBDHaVnzcpIRJH/Yok9NIvZC7JIbfly5ALbBU0hPZdGHTv9teM byaK/+os4Fc79/Nw2o2d3NPIxuWIrL0pRRtvZTPimyPNzp73k/klz1Z4ydN+nQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4gQRBf4PsMz2xKs; Wed, 27 May 2026 10:46:50 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. de80f74152e08080c5f302cf56cab6daa79169b4 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 9a45c759d6367516bfb0c9a5516a50fc7920c5e5 X-Git-Newrev: de80f74152e08080c5f302cf56cab6daa79169b4 Message-Id: <4gQRBf4PsMz2xKs@people01.haj.ipfire.org> Date: Wed, 27 May 2026 10:46:50 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via de80f74152e08080c5f302cf56cab6daa79169b4 (commit) from 9a45c759d6367516bfb0c9a5516a50fc7920c5e5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit de80f74152e08080c5f302cf56cab6daa79169b4 Author: Matthias Fischer Date: Sun May 24 15:44:50 2026 +0200 libcap-ng 0.9.3: Update for rootfile Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/common/libcap-ng | 2 ++ 1 file changed, 2 insertions(+) Difference in files: 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 hooks/post-receive -- IPFire 2.x development tree