diff mbox series

package/ncurses: mark CVE-2019-1759{4, 5} as fixes by 20191012 patch

Message ID 20201122214852.28647-1-peter@korsgaard.com
State Accepted
Headers show
Series package/ncurses: mark CVE-2019-1759{4, 5} as fixes by 20191012 patch | expand

Commit Message

Peter Korsgaard Nov. 22, 2020, 9:48 p.m. UTC
According to the NVE data, these are fixes in the 20191012 patch - So mark
them as such.

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

Comments

Peter Korsgaard Nov. 23, 2020, 7:54 a.m. UTC | #1
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > According to the NVE data, these are fixes in the 20191012 patch - So mark
 > them as such.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed after fixing the s/fixes/fixed/ typo in subject, thanks.
Peter Korsgaard Dec. 11, 2020, 10:23 a.m. UTC | #2
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > According to the NVE data, these are fixes in the 20191012 patch - So mark
 > them as such.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2020.02.x and 2020.08.x, thanks.
diff mbox series

Patch

diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index c11650c766..f4e4784a3c 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -50,6 +50,9 @@  NCURSES_PATCH = \
 		ncurses-6.1-20200118.patch.gz \
 	)
 
+# ncurses-6.1-20191012.patch.gz
+NCURSES_IGNORE_CVES += CVE-2019-17594 CVE-2019-17595
+
 NCURSES_CONF_OPTS = \
 	--without-cxx \
 	--without-cxx-binding \