All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/polkit: fix typo in POLKIT_IGNORE_CVES
@ 2022-09-09  9:16 Lang Daniel via buildroot
  2022-09-09  9:34 ` Peter Korsgaard
  2022-09-18  9:35 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Lang Daniel via buildroot @ 2022-09-09  9:16 UTC (permalink / raw)
  To: buildroot; +Cc: Marek Belisko

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@abatec.at>
---
 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)
-- 
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/4] package/polkit: fix typo in POLKIT_IGNORE_CVES
  2022-09-09  9:16 [Buildroot] [PATCH 1/4] package/polkit: fix typo in POLKIT_IGNORE_CVES Lang Daniel via buildroot
@ 2022-09-09  9:34 ` Peter Korsgaard
  2022-09-18  9:35 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-09-09  9:34 UTC (permalink / raw)
  To: Lang Daniel via buildroot; +Cc: Lang Daniel, Marek Belisko

>>>>> "Lang" == Lang Daniel via buildroot <buildroot@buildroot.org> writes:

 > 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@abatec.at>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/4] package/polkit: fix typo in POLKIT_IGNORE_CVES
  2022-09-09  9:16 [Buildroot] [PATCH 1/4] package/polkit: fix typo in POLKIT_IGNORE_CVES Lang Daniel via buildroot
  2022-09-09  9:34 ` Peter Korsgaard
@ 2022-09-18  9:35 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-09-18  9:35 UTC (permalink / raw)
  To: Lang Daniel via buildroot; +Cc: Lang Daniel, Marek Belisko

>>>>> "Lang" == Lang Daniel via buildroot <buildroot@buildroot.org> writes:

 > 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@abatec.at>

Committed to 2022.05.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-18  9:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-09  9:16 [Buildroot] [PATCH 1/4] package/polkit: fix typo in POLKIT_IGNORE_CVES Lang Daniel via buildroot
2022-09-09  9:34 ` Peter Korsgaard
2022-09-18  9:35 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.