package/ncurses: ignore CVE-2018-10754, CVE-2018-19211, CVE-2018-19217, CVE-2019-17594, CVE-2019-17595
Commit4b21273d71
added upstream (security) patches up to 20200118 and in the commit description it outlines these CVEs were patched. Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit675769791b
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4f329b0fba
commit
3bf84c7ce0
@ -11,6 +11,12 @@ NCURSES_DEPENDENCIES = host-ncurses
|
||||
NCURSES_LICENSE = MIT with advertising clause
|
||||
NCURSES_LICENSE_FILES = COPYING
|
||||
NCURSES_CPE_ID_VENDOR = gnu
|
||||
# Commit 4b21273d71d09 added upstream (security) patches up to 20200118
|
||||
NCURSES_IGNORE_CVES += CVE-2018-10754
|
||||
NCURSES_IGNORE_CVES += CVE-2018-19211
|
||||
NCURSES_IGNORE_CVES += CVE-2018-19217
|
||||
NCURSES_IGNORE_CVES += CVE-2019-17594
|
||||
NCURSES_IGNORE_CVES += CVE-2019-17595
|
||||
NCURSES_CONFIG_SCRIPTS = ncurses$(NCURSES_LIB_SUFFIX)6-config
|
||||
NCURSES_PATCH = \
|
||||
$(addprefix https://invisible-mirror.net/archives/ncurses/$(NCURSES_VERSION)/, \
|
||||
|
Loading…
Reference in New Issue
Block a user