summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.5.bb
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-07-25 00:12:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-28 17:37:02 +0100
commit5feae49392a13b7bbd1d8e42b067371b31590cf6 (patch)
treecd391275daf95b5309f57527b1cc761e5375c5fa /meta/recipes-core/ncurses/ncurses_6.5.bb
parent4070d8ec2a9ca160d8810831448e042d67fedd2c (diff)
downloadpoky-5feae49392a13b7bbd1d8e42b067371b31590cf6.tar.gz
ncurses: patch CVE-2025-6141
Pick relevant part of snapshot commit 20250329, see [1]. That has: add a buffer-limit check in postprocess_termcap (report/testcase by Yifan Zhang). [1] https://invisible-island.net/ncurses/NEWS.html#index-t20250329 (From OE-Core rev: fdd7b720b996d7df771fe04ff94ceb62498ac6a9) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses_6.5.bb')
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.5.bb b/meta/recipes-core/ncurses/ncurses_6.5.bb
index bba3495266..eccc1c1809 100644
--- a/meta/recipes-core/ncurses/ncurses_6.5.bb
+++ b/meta/recipes-core/ncurses/ncurses_6.5.bb
@@ -4,6 +4,7 @@ SRC_URI += "file://0001-tic-hang.patch \
4 file://0002-configure-reproducible.patch \ 4 file://0002-configure-reproducible.patch \
5 file://0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch \ 5 file://0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch \
6 file://exit_prototype.patch \ 6 file://exit_prototype.patch \
7 file://CVE-2025-6141.patch \
7 " 8 "
8# commit id corresponds to the revision in package version 9# commit id corresponds to the revision in package version
9SRCREV = "1c55d64d9d3e00399a21f04e9cac1e472ab5f70a" 10SRCREV = "1c55d64d9d3e00399a21f04e9cac1e472ab5f70a"