[Buildroot] [git commit branch/2022.05.x] package/polkit: fix typo in POLKIT_IGNORE_CVES

Peter Korsgaard peter at korsgaard.com
Sun Sep 18 09:35:19 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=fef387dfa9b45bfe637025f209a61c60403f4b3d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.05.x

The POLKIT_IGNORE_CVES variable was missing a "S",
therefore the CVE still showed up in the wrong column.

Signed-off-by: Daniel Lang <d.lang at abatec.at>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 58e60a32131fec1b363113cae592a45bb1999b05)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/polkit/polkit.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/polkit/polkit.mk b/package/polkit/polkit.mk
index 61666594a2..a8b371acf8 100644
--- a/package/polkit/polkit.mk
+++ b/package/polkit/polkit.mk
@@ -12,7 +12,7 @@ POLKIT_CPE_ID_VENDOR = polkit_project
 POLKIT_INSTALL_STAGING = YES
 
 # Fix was comitted in a2bf5c9c83b6ae46cbd5c779d3055bff81ded683
-POLKIT_IGNORE_CVE = CVE-2021-4034
+POLKIT_IGNORE_CVES += CVE-2021-4034
 
 POLKIT_DEPENDENCIES = \
 	duktape libglib2 host-intltool expat $(TARGET_NLS_DEPENDENCIES)



More information about the buildroot mailing list