mirror of
https://git.yoctoproject.org/poky
synced 2026-07-20 17:17:04 +00:00
a85f3639c4
Backport patch [1] to fix CVE-2021-39537 [2]. [1] https://github.com/mirror/ncurses/commit/790a85dbd4a81d5f5d8dd02a44d84f01512ef443 [2] http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_captoinfo.c?rev=1.1&content-type=text/x-cvsweb-markup (From OE-Core rev: 8fceb122a1c0240106342738de7d2484b48d9a6a) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
629 B
BlitzBasic
16 lines
629 B
BlitzBasic
require ncurses.inc
|
|
|
|
SRC_URI += "file://0001-tic-hang.patch \
|
|
file://0002-configure-reproducible.patch \
|
|
file://0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch \
|
|
file://CVE-2021-39537.patch \
|
|
"
|
|
# commit id corresponds to the revision in package version
|
|
SRCREV = "a669013cd5e9d6434e5301348ea51baf306c93c4"
|
|
S = "${WORKDIR}/git"
|
|
EXTRA_OECONF += "--with-abi-version=5"
|
|
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$"
|
|
|
|
# This is needed when using patchlevel versions like 6.1+20181013
|
|
#CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}"
|