From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8776615808A for ; Tue, 29 Jul 2025 20:54:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6ACA3341820 for ; Tue, 29 Jul 2025 20:54:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 01AFD110560; Tue, 29 Jul 2025 20:54:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id F12F0110560 for ; Tue, 29 Jul 2025 20:54:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id A4CA8340F2E for ; Tue, 29 Jul 2025 20:54:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D870B2A19 for ; Tue, 29 Jul 2025 20:54:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1753822442.624bf9d246cdeb3ebb5f670b8ecd99e118cc3980.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libksysguard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libksysguard/libksysguard-6.4.49.9999.ebuild kde-plasma/libksysguard/libksysguard-9999.ebuild X-VCS-Directories: kde-plasma/libksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 624bf9d246cdeb3ebb5f670b8ecd99e118cc3980 X-VCS-Branch: master Date: Tue, 29 Jul 2025 20:54:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2eb3c321-39af-4174-8e44-51fd5c1bb8af X-Archives-Hash: 0b1f3ec44c0f338d9d1cc318150fdddf commit: 624bf9d246cdeb3ebb5f670b8ecd99e118cc3980 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 29 20:52:31 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 29 20:54:02 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=624bf9d2 kde-plasma/libksysguard: Fix existing FILECAPS to cap_net_raw+ep Bug: https://bugs.gentoo.org/960827 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libksysguard/libksysguard-6.4.49.9999.ebuild | 2 +- kde-plasma/libksysguard/libksysguard-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/libksysguard/libksysguard-6.4.49.9999.ebuild b/kde-plasma/libksysguard/libksysguard-6.4.49.9999.ebuild index 4352c955a4..1b5c0cf48d 100644 --- a/kde-plasma/libksysguard/libksysguard-6.4.49.9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-6.4.49.9999.ebuild @@ -37,7 +37,7 @@ RDEPEND="${DEPEND} " # -m 0755 to avoid suid with USE="-filecaps" -FILECAPS=( -m 0755 cap_sys_nice=ep usr/libexec/ksysguard/ksgrd_network_helper ) +FILECAPS=( -m 0755 cap_net_raw+ep usr/libexec/ksysguard/ksgrd_network_helper ) pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13 diff --git a/kde-plasma/libksysguard/libksysguard-9999.ebuild b/kde-plasma/libksysguard/libksysguard-9999.ebuild index 8ce196ade1..4d87db7b83 100644 --- a/kde-plasma/libksysguard/libksysguard-9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND="${DEPEND} " # -m 0755 to avoid suid with USE="-filecaps" -FILECAPS=( -m 0755 cap_sys_nice=ep usr/libexec/ksysguard/ksgrd_network_helper ) +FILECAPS=( -m 0755 cap_net_raw+ep usr/libexec/ksysguard/ksgrd_network_helper ) pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13