diff options
| author | Davide Gardenal <davidegarde2000@gmail.com> | 2022-05-31 16:16:45 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-07 11:53:26 +0100 |
| commit | e13ce12e4ad79100bd45c751203040ce2a6f1920 (patch) | |
| tree | 07e20bd898803ce5714b1e83284c538fd86bfbfa | |
| parent | 8de0650a97e09825b9dfcfb6026f510bfa9080df (diff) | |
| download | poky-e13ce12e4ad79100bd45c751203040ce2a6f1920.tar.gz | |
ncurses: update to patchlevel 20220423
CVE: CVE-2022-29458
(From OE-Core rev: 862c1b109cf8f31522a250cc9ff4146fe526450c)
Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-core/ncurses/ncurses_6.3+20220423.bb (renamed from meta/recipes-core/ncurses/ncurses_6.3.bb) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 7a7c7dd227..1abcfae1fe 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
| @@ -2,7 +2,7 @@ SUMMARY = "The New Curses library" | |||
| 2 | DESCRIPTION = "SVr4 and XSI-Curses compatible curses library and terminfo tools including tic, infocmp, captoinfo. Supports color, multiple highlights, forms-drawing characters, and automatic recognition of keypad and function-key sequences. Extensions include resizable windows and mouse support on both xterm and Linux console using the gpm library." | 2 | DESCRIPTION = "SVr4 and XSI-Curses compatible curses library and terminfo tools including tic, infocmp, captoinfo. Supports color, multiple highlights, forms-drawing characters, and automatic recognition of keypad and function-key sequences. Extensions include resizable windows and mouse support on both xterm and Linux console using the gpm library." |
| 3 | HOMEPAGE = "http://www.gnu.org/software/ncurses/ncurses.html" | 3 | HOMEPAGE = "http://www.gnu.org/software/ncurses/ncurses.html" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9529289636145d1bf093c96af067695a;endline=27" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c5a4600fdef86384c41ca33ecc70a4b8;endline=27" |
| 6 | SECTION = "libs" | 6 | SECTION = "libs" |
| 7 | DEPENDS = "ncurses-native" | 7 | DEPENDS = "ncurses-native" |
| 8 | DEPENDS:class-native = "" | 8 | DEPENDS:class-native = "" |
diff --git a/meta/recipes-core/ncurses/ncurses_6.3.bb b/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb index f0256dad22..f67a3f5bf4 100644 --- a/meta/recipes-core/ncurses/ncurses_6.3.bb +++ b/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb | |||
| @@ -5,10 +5,10 @@ SRC_URI += "file://0001-tic-hang.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 | " | 6 | " |
| 7 | # commit id corresponds to the revision in package version | 7 | # commit id corresponds to the revision in package version |
| 8 | SRCREV = "51d0fd9cc3edb975f04224f29f777f8f448e8ced" | 8 | SRCREV = "a0bc708bc6954b5d3c0a38d92b683c3ec3135260" |
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | EXTRA_OECONF += "--with-abi-version=5" | 10 | EXTRA_OECONF += "--with-abi-version=5" |
| 11 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$" |
| 12 | 12 | ||
| 13 | # This is needed when using patchlevel versions like 6.1+20181013 | 13 | # This is needed when using patchlevel versions like 6.1+20181013 |
| 14 | #CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}" | 14 | CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}" |
