summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Tortuyaux <mtortuyaux@microsoft.com>2022-01-27 10:31:48 +0100
committerSam James <sam@gentoo.org>2022-01-27 19:50:27 +0000
commit943593956c04c5c2b1f1c679d5b3f36428d1173a (patch)
tree156cb0e1fa2bc280e736cb421eb89d124a3a23b8 /sys-auth
parentdev-python/prompt_toolkit: add 3.0.26 (diff)
downloadgentoo-943593956c04c5c2b1f1c679d5b3f36428d1173a.tar.gz
gentoo-943593956c04c5c2b1f1c679d5b3f36428d1173a.tar.bz2
gentoo-943593956c04c5c2b1f1c679d5b3f36428d1173a.zip
sys-auth/polkit: fix CVE id
Nit-pick to avoid confusion. Bug: https://bugs.gentoo.org/832057 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com> Closes: https://github.com/gentoo/gentoo/pull/23980 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/polkit/files/polkit-0.120-CVE-2021-4034.patch (renamed from sys-auth/polkit/files/polkit-0.120-CVE-2021-4043.patch)0
-rw-r--r--sys-auth/polkit/polkit-0.117-r3.ebuild2
-rw-r--r--sys-auth/polkit/polkit-0.120-r2.ebuild2
3 files changed, 2 insertions, 2 deletions
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
index 22bb71d14204..22bb71d14204 100644
--- a/sys-auth/polkit/files/polkit-0.120-CVE-2021-4043.patch
+++ b/sys-auth/polkit/files/polkit-0.120-CVE-2021-4034.patch
diff --git a/sys-auth/polkit/polkit-0.117-r3.ebuild b/sys-auth/polkit/polkit-0.117-r3.ebuild
index a486ee25b894..33e09e40e512 100644
--- a/sys-auth/polkit/polkit-0.117-r3.ebuild
+++ b/sys-auth/polkit/polkit-0.117-r3.ebuild
@@ -62,7 +62,7 @@ PATCHES=(
"${FILESDIR}"/polkit-0.115-elogind.patch
"${FILESDIR}"/polkit-0.117-CVE-2021-3560.patch
- "${FILESDIR}"/polkit-0.120-CVE-2021-4043.patch
+ "${FILESDIR}"/polkit-0.120-CVE-2021-4034.patch
)
QA_MULTILIB_PATHS="
diff --git a/sys-auth/polkit/polkit-0.120-r2.ebuild b/sys-auth/polkit/polkit-0.120-r2.ebuild
index 4d864ecfd564..952906f5d88e 100644
--- a/sys-auth/polkit/polkit-0.120-r2.ebuild
+++ b/sys-auth/polkit/polkit-0.120-r2.ebuild
@@ -63,7 +63,7 @@ QA_MULTILIB_PATHS="
src_prepare() {
local PATCHES=(
"${FILESDIR}/polkit-0.120-meson.patch"
- "${FILESDIR}/polkit-0.120-CVE-2021-4043.patch"
+ "${FILESDIR}/polkit-0.120-CVE-2021-4034.patch"
)
default