All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dennis Van Hoorick <dennis.van.hoorick@gmail.com>
To: buildroot@buildroot.org
Cc: Dennis Van Hoorick <dennis.vanhoorick@barco.com>
Subject: [Buildroot] [PATCH 2/2] package/ncurses: ignore CVE-2022-29458
Date: Thu, 15 Dec 2022 11:06:36 +0100	[thread overview]
Message-ID: <20221215100636.930-2-dennis.vanhoorick@barco.com> (raw)
In-Reply-To: <20221215100636.930-1-dennis.vanhoorick@barco.com>

Fixed in patch 20220416

Signed-off-by: Dennis Van Hoorick <dennis.vanhoorick@barco.com>
---
 package/ncurses/ncurses.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index 79593d8084..4d93a992e4 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -12,6 +12,8 @@ NCURSES_LICENSE = MIT with advertising clause
 NCURSES_LICENSE_FILES = COPYING
 NCURSES_CPE_ID_VENDOR = gnu
 NCURSES_CONFIG_SCRIPTS = ncurses$(NCURSES_LIB_SUFFIX)6-config
+# patch 20220416
+NCURSES_IGNORE_CVES += CVE-2022-29458
 NCURSES_PATCH = \
 	$(addprefix https://invisible-mirror.net/archives/ncurses/$(NCURSES_VERSION)/, \
 		ncurses-6.3-20211026.patch.gz \
-- 
2.30.2

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

  reply	other threads:[~2022-12-15 10:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-15 10:06 [Buildroot] [PATCH 1/2] ncurses: bump to 6.3 Dennis Van Hoorick
2022-12-15 10:06 ` Dennis Van Hoorick [this message]
2022-12-25 21:23 ` Yann E. MORIN
2022-12-26  8:39   ` Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221215100636.930-2-dennis.vanhoorick@barco.com \
    --to=dennis.van.hoorick@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=dennis.vanhoorick@barco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.