diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-08 08:21:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-09 09:57:25 +0000 |
commit | 3c1501a539857d3675e2e2d9dc4d0451bdff341a (patch) | |
tree | 18b0289d98f0dd6d9ebf073ce249d8af9f45035f /meta | |
parent | afd2d02bfc8d803a85f1ef17e55e092ff77f6035 (diff) | |
download | poky-3c1501a539857d3675e2e2d9dc4d0451bdff341a.tar.gz |
ncurses: upgrade 6.3+20220423 -> 6.4
(From OE-Core rev: b0d653b443c68b8d254e52790da76496e8f16a7b)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/ncurses/files/exit_prototype.patch | 18 | ||||
-rw-r--r-- | meta/recipes-core/ncurses/ncurses_6.4.bb (renamed from meta/recipes-core/ncurses/ncurses_6.3+20220423.bb) | 4 |
2 files changed, 16 insertions, 6 deletions
diff --git a/meta/recipes-core/ncurses/files/exit_prototype.patch b/meta/recipes-core/ncurses/files/exit_prototype.patch index 791421a338..fd961512e0 100644 --- a/meta/recipes-core/ncurses/files/exit_prototype.patch +++ b/meta/recipes-core/ncurses/files/exit_prototype.patch | |||
@@ -1,18 +1,28 @@ | |||
1 | Add needed headers for including mbstate_t and exit() | 1 | From 4a769a441d7e57a23017c3037cde3e53fb9f35fe Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Tue, 30 Aug 2022 15:58:32 -0700 | ||
4 | Subject: [PATCH] Add needed headers for including mbstate_t and exit() | ||
2 | 5 | ||
3 | Upstream-Status: Inappropriate [Reconfigure will solve it] | 6 | Upstream-Status: Inappropriate [Reconfigure will solve it] |
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
8 | |||
9 | --- | ||
10 | configure | 2 ++ | ||
11 | 1 file changed, 2 insertions(+) | ||
12 | |||
13 | diff --git a/configure b/configure | ||
14 | index f377f551..163f8899 100755 | ||
5 | --- a/configure | 15 | --- a/configure |
6 | +++ b/configure | 16 | +++ b/configure |
7 | @@ -3422,6 +3422,7 @@ rm -f "conftest.$ac_objext" "conftest.$a | 17 | @@ -3423,6 +3423,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" |
8 | cat >"conftest.$ac_ext" <<_ACEOF | 18 | cat >"conftest.$ac_ext" <<_ACEOF |
9 | #line 3423 "configure" | 19 | #line 3424 "configure" |
10 | #include "confdefs.h" | 20 | #include "confdefs.h" |
11 | +#include <stdlib.h> | 21 | +#include <stdlib.h> |
12 | $ac_declaration | 22 | $ac_declaration |
13 | int | 23 | int |
14 | main (void) | 24 | main (void) |
15 | @@ -12997,6 +12998,7 @@ cat >"conftest.$ac_ext" <<_ACEOF | 25 | @@ -13111,6 +13112,7 @@ cat >"conftest.$ac_ext" <<_ACEOF |
16 | #include <stdlib.h> | 26 | #include <stdlib.h> |
17 | #include <stdarg.h> | 27 | #include <stdarg.h> |
18 | #include <stdio.h> | 28 | #include <stdio.h> |
diff --git a/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb b/meta/recipes-core/ncurses/ncurses_6.4.bb index fb8c11582b..1eb15673d1 100644 --- a/meta/recipes-core/ncurses/ncurses_6.3+20220423.bb +++ b/meta/recipes-core/ncurses/ncurses_6.4.bb | |||
@@ -6,10 +6,10 @@ SRC_URI += "file://0001-tic-hang.patch \ | |||
6 | file://exit_prototype.patch \ | 6 | file://exit_prototype.patch \ |
7 | " | 7 | " |
8 | # commit id corresponds to the revision in package version | 8 | # commit id corresponds to the revision in package version |
9 | SRCREV = "20db1fb41ec91cd8a1f528e770362092c5403378" | 9 | SRCREV = "79b9071f2be20a24c7be031655a5638f6032f29f" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | EXTRA_OECONF += "--with-abi-version=5" | 11 | EXTRA_OECONF += "--with-abi-version=5" |
12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$" |
13 | 13 | ||
14 | # This is needed when using patchlevel versions like 6.1+20181013 | 14 | # This is needed when using patchlevel versions like 6.1+20181013 |
15 | CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}" | 15 | #CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}" |