Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/glibc: add CVE ignore for CVE-2023-4806
@ 2024-01-31  8:12 Peter Korsgaard
  2024-01-31  8:12 ` [Buildroot] [PATCH 2/2] package/{glibc, localedef}: security bump to version glibc-2.38-44-gd37c2b20a4787463d192b32041c3406c2bd91de0 Peter Korsgaard
  2024-02-01 11:02 ` [Buildroot] [PATCH 1/2] package/glibc: add CVE ignore for CVE-2023-4806 Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Korsgaard @ 2024-01-31  8:12 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

Commit 8519de517e22 (package/{glibc, localedef}: security bump to version
glibc-2.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701) correctly mentioned
CVE-2023-4806 in the commit message, but forgot to add an ignore for it.

Fix that.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/glibc/glibc.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk
index 596697bb8f..d49da6457c 100644
--- a/package/glibc/glibc.mk
+++ b/package/glibc/glibc.mk
@@ -28,6 +28,10 @@ GLIBC_CPE_ID_VERSION = $(word 1, $(subst -,$(space),$(GLIBC_VERSION)))
 # 2.38 and the version we're really using
 GLIBC_IGNORE_CVES += CVE-2023-4527
 
+# Fixed by 5ee59ca371b99984232d7584fe2b1a758b4421d3, which is between
+# 2.38 and the version we're really using
+GLIBC_IGNORE_CVES += CVE-2023-4806
+
 # Fixed by 750a45a783906a19591fb8ff6b7841470f1f5710, which is between
 # 2.38 and the version we're really using.
 GLIBC_IGNORE_CVES += CVE-2023-4911
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-02-28 21:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-31  8:12 [Buildroot] [PATCH 1/2] package/glibc: add CVE ignore for CVE-2023-4806 Peter Korsgaard
2024-01-31  8:12 ` [Buildroot] [PATCH 2/2] package/{glibc, localedef}: security bump to version glibc-2.38-44-gd37c2b20a4787463d192b32041c3406c2bd91de0 Peter Korsgaard
2024-02-01 11:02   ` Peter Korsgaard
2024-02-28 21:05     ` Peter Korsgaard
2024-02-01 11:02 ` [Buildroot] [PATCH 1/2] package/glibc: add CVE ignore for CVE-2023-4806 Peter Korsgaard
2024-02-28 21:02   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox