From patchwork Sun Sep 13 17:12:18 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10213 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hjZcB35dPz3xTS for ; Sun, 13 Sep 2026 17:13:14 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hjZc95nLSz6c8 for ; Sun, 13 Sep 2026 17:13:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hjZbk5NLLz37YV for ; Sun, 13 Sep 2026 17:12:50 +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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbY6TzBz376R for ; Sun, 13 Sep 2026 17:12:41 +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 4hjZbW2SPTz7Cx; Sun, 13 Sep 2026 17:12:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789319559; 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=ICsmLuR6cANaeg4YEkof7r+1B9xu8Paa9IoSd+fKqXI=; b=MX7evUOgtbh/DIq7flTmDyWDpPXsX1eDisSu4wiTx43Z3M87/lvtzFkpHLDLTIJh+9VdAZ Sl1gZhXkTfYHtDDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789319559; 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=ICsmLuR6cANaeg4YEkof7r+1B9xu8Paa9IoSd+fKqXI=; b=mE5y/WVL9CoRGRlOh6hUovea1TW1iWilaI29S3+amtXuL5zS7HmX8vLky446KsBdTGadta +FmpXj9WSp3yAZ85K1D36r+IiRMVGL2jbEW02TclMoYgh5xEWJutRzDBOoYKdG76kWikro kC27/1g4dYAw577yif9Y4OuuNfMEc0nivF7fjyoZjk/BeEvq7wRyd2eRj585iFF5DfWwKs fnekM34kJKv0ckViplYIHpJhtvjeWCIQr7REvQ5dB7PjHNzj9yUiPGNMzmtyHoh54XxwWa V1SM7dJezX0rAxxaOhAqzEUdeyOJuqVHxh+g489EPBWG0zFHKIxZgkq0qS9N7Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libcap-ng: Update to version 0.9.6 Date: Sun, 13 Sep 2026 19:12:18 +0200 Message-ID: <20260913171230.3920551-19-adolf.belka@ipfire.org> In-Reply-To: <20260913171230.3920551-1-adolf.belka@ipfire.org> References: <20260913171230.3920551-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.5 to 0.9.6 - No change in rootfile - Changelog 0.9.6 - Fix supplementary group changes in capng_change_id - Reduce cap-audit size and memory use; builds now require llvm-strip - Preserve capability evidence during cap-audit shutdown - In cap-audit, fix optional SETPCAP false positives w/o hiding required caps - Fix ambient capabilities and capability list handling in cap-audit --service - In cap-audit, reject unsupported systemd unit syntax - Fix tree branch drawing for repeated socket owners in netcap --advanced - Fix utility builds with musl libc - Ensure capng_change_id is multi-thread safe Signed-off-by: Adolf Belka --- lfs/libcap-ng | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lfs/libcap-ng b/lfs/libcap-ng index f08ad5ab9..98630b5c8 100644 --- a/lfs/libcap-ng +++ b/lfs/libcap-ng @@ -24,7 +24,7 @@ include Config -VER = 0.9.5 +VER = 0.9.6 THISAPP = libcap-ng-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,8 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ddfe7b6975747963a2eb53485481c55f5638a06f119260e34619336445321d41b1531e4b78593aab9267a463e08641eb666f58ca6dc19fabf776995a4579e072 +$(DL_FILE)_BLAKE2 = 64599a9405895e4b2ec3275cbc58c137be025d6dd11ff51219254495d1370e3dc92a97017fa8651c59426ac81a16660d6194ce0a17b02c502cd85bf44adb7e90 + install : $(TARGET)