Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit/
Date: Tue, 05 Oct 2021 10:29:51
Message-Id: 1633429779.f18282a12446f5f9bbba77a3b5cba4ab50778ef1.polynomial-c@gentoo
1 commit: f18282a12446f5f9bbba77a3b5cba4ab50778ef1
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 10:28:28 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 10:29:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18282a1
7
8 sys-auth/polkit: Revbump to install files with required SUID bit again
9
10 Reported-by: Branko Grubic <bitlord0xff <AT> gmail.com>
11 Bug: https://bugs.gentoo.org/816393
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 sys-auth/polkit/{polkit-0.120.ebuild => polkit-0.120-r1.ebuild} | 6 ++++++
15 1 file changed, 6 insertions(+)
16
17 diff --git a/sys-auth/polkit/polkit-0.120.ebuild b/sys-auth/polkit/polkit-0.120-r1.ebuild
18 similarity index 91%
19 rename from sys-auth/polkit/polkit-0.120.ebuild
20 rename to sys-auth/polkit/polkit-0.120-r1.ebuild
21 index f8a3419af6e..8860ae9bfa5 100644
22 --- a/sys-auth/polkit/polkit-0.120.ebuild
23 +++ b/sys-auth/polkit/polkit-0.120-r1.ebuild
24 @@ -102,6 +102,12 @@ src_install() {
25
26 diropts -m 0700 -o polkitd
27 keepdir /usr/share/polkit-1/rules.d
28 +
29 + # meson does not install required files with SUID bit. See
30 + # https://bugs.gentoo.org/816393
31 + # Remove the following lines once this has been fixed by upstream
32 + fperms u+s /usr/bin/pkexec
33 + fperms u+s /usr/lib/polkit-1/polkit-agent-helper-1
34 }
35
36 pkg_postinst() {