Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit/, sys-auth/polkit/files/
Date: Thu, 27 Jan 2022 19:50:41
Message-Id: 1643313027.943593956c04c5c2b1f1c679d5b3f36428d1173a.sam@gentoo
1 commit: 943593956c04c5c2b1f1c679d5b3f36428d1173a
2 Author: Mathieu Tortuyaux <mtortuyaux <AT> microsoft <DOT> com>
3 AuthorDate: Thu Jan 27 09:31:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 27 19:50:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94359395
7
8 sys-auth/polkit: fix CVE id
9
10 Nit-pick to avoid confusion.
11
12 Bug: https://bugs.gentoo.org/832057
13 Package-Manager: Portage-3.0.28, Repoman-3.0.3
14 Signed-off-by: Mathieu Tortuyaux <mtortuyaux <AT> microsoft.com>
15 Closes: https://github.com/gentoo/gentoo/pull/23980
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 ...olkit-0.120-CVE-2021-4043.patch => polkit-0.120-CVE-2021-4034.patch} | 0
19 sys-auth/polkit/polkit-0.117-r3.ebuild | 2 +-
20 sys-auth/polkit/polkit-0.120-r2.ebuild | 2 +-
21 3 files changed, 2 insertions(+), 2 deletions(-)
22
23 diff --git a/sys-auth/polkit/files/polkit-0.120-CVE-2021-4043.patch b/sys-auth/polkit/files/polkit-0.120-CVE-2021-4034.patch
24 similarity index 100%
25 rename from sys-auth/polkit/files/polkit-0.120-CVE-2021-4043.patch
26 rename to sys-auth/polkit/files/polkit-0.120-CVE-2021-4034.patch
27
28 diff --git a/sys-auth/polkit/polkit-0.117-r3.ebuild b/sys-auth/polkit/polkit-0.117-r3.ebuild
29 index a486ee25b894..33e09e40e512 100644
30 --- a/sys-auth/polkit/polkit-0.117-r3.ebuild
31 +++ b/sys-auth/polkit/polkit-0.117-r3.ebuild
32 @@ -62,7 +62,7 @@ PATCHES=(
33 "${FILESDIR}"/polkit-0.115-elogind.patch
34
35 "${FILESDIR}"/polkit-0.117-CVE-2021-3560.patch
36 - "${FILESDIR}"/polkit-0.120-CVE-2021-4043.patch
37 + "${FILESDIR}"/polkit-0.120-CVE-2021-4034.patch
38 )
39
40 QA_MULTILIB_PATHS="
41
42 diff --git a/sys-auth/polkit/polkit-0.120-r2.ebuild b/sys-auth/polkit/polkit-0.120-r2.ebuild
43 index 4d864ecfd564..952906f5d88e 100644
44 --- a/sys-auth/polkit/polkit-0.120-r2.ebuild
45 +++ b/sys-auth/polkit/polkit-0.120-r2.ebuild
46 @@ -63,7 +63,7 @@ QA_MULTILIB_PATHS="
47 src_prepare() {
48 local PATCHES=(
49 "${FILESDIR}/polkit-0.120-meson.patch"
50 - "${FILESDIR}/polkit-0.120-CVE-2021-4043.patch"
51 + "${FILESDIR}/polkit-0.120-CVE-2021-4034.patch"
52 )
53 default