Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *ncurses* to *6.6* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-ncurses-upgrade-6.5-6.6.patch
    - check the changes to upstream patches and summarize them in the commit 
message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 40c5f7fede9ca584bce81f3599865c10a2514db0 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Thu, 1 Jan 2026 06:44:28 +0000
Subject: [PATCH] ncurses: upgrade 6.5 -> 6.6

---
 .../ncurses/files/0001-tic-hang.patch         |  6 ++---
 .../files/0002-configure-reproducible.patch   |  6 ++---
 ...-Do-not-include-LDFLAGS-in-generated.patch |  4 +--
 .../ncurses/files/CVE-2025-6141.patch         | 25 -------------------
 .../ncurses/files/exit_prototype.patch        | 10 ++++----
 meta/recipes-core/ncurses/ncurses.inc         |  2 +-
 .../{ncurses_6.5.bb => ncurses_6.6.bb}        | 22 ++++++++++++++--
 7 files changed, 34 insertions(+), 41 deletions(-)
 delete mode 100644 meta/recipes-core/ncurses/files/CVE-2025-6141.patch
 rename meta/recipes-core/ncurses/{ncurses_6.5.bb => ncurses_6.6.bb} (44%)

diff --git a/meta/recipes-core/ncurses/files/0001-tic-hang.patch 
b/meta/recipes-core/ncurses/files/0001-tic-hang.patch
index 8cb92a3939..720ecfa123 100644
--- a/meta/recipes-core/ncurses/files/0001-tic-hang.patch
+++ b/meta/recipes-core/ncurses/files/0001-tic-hang.patch
@@ -1,4 +1,4 @@
-From a51a53f0eecfd4d083aba8dfcd47c65e93978ff1 Mon Sep 17 00:00:00 2001
+From 34efae1be466a47135d03b714bc23a43b6fbcca4 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <[email protected]>
 Date: Fri, 30 Mar 2018 10:02:24 +0800
 Subject: [PATCH] tic hang
@@ -17,10 +17,10 @@ Signed-off-by: Hongxu Jia <[email protected]>
  1 file changed, 5 insertions(+), 6 deletions(-)
 
 diff --git a/misc/terminfo.src b/misc/terminfo.src
-index 5d575b8e..f9cc6880 100644
+index f111e534..6e862729 100644
 --- a/misc/terminfo.src
 +++ b/misc/terminfo.src
-@@ -6518,12 +6518,11 @@ konsole-xf3x|KDE console window with keyboard for 
XFree86 3.x xterm,
+@@ -6644,12 +6644,11 @@ konsole-xf3x|KDE console window with keyboard for 
XFree86 3.x xterm,
  # The value for kbs (see konsole-vt100) reflects local customization rather
  # than the settings used for XFree86 xterm.
  konsole-xf4x|KDE console window with keyboard for XFree86 4.x xterm,
diff --git a/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch 
b/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch
index 11ca66c8e8..e1235a6278 100644
--- a/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch
+++ b/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch
@@ -1,4 +1,4 @@
-From 63cf58044f4ab3297c5a2d0e132e87ebfa80c753 Mon Sep 17 00:00:00 2001
+From 5180ee487821fb89ff9a4aa47771fd6db48df58d Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <[email protected]>
 Date: Wed, 16 Aug 2017 14:45:27 +0800
 Subject: [PATCH] configure: reproducible
@@ -18,10 +18,10 @@ Signed-off-by: Hongxu Jia <[email protected]>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure b/configure
-index 488d93fc..005d44e2 100755
+index 48ad381f..c816cbe1 100755
 --- a/configure
 +++ b/configure
-@@ -5129,7 +5129,7 @@ else
+@@ -5422,7 +5422,7 @@ else
                ;;
        (*)
                cf_cv_ar_flags=unknown
diff --git 
a/meta/recipes-core/ncurses/files/0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch
 
b/meta/recipes-core/ncurses/files/0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch
index d89399bbe5..6387002d85 100644
--- 
a/meta/recipes-core/ncurses/files/0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch
+++ 
b/meta/recipes-core/ncurses/files/0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch
@@ -1,4 +1,4 @@
-From 5962a5ee2885f67a396f7e8955ac1bbd7f15d4aa Mon Sep 17 00:00:00 2001
+From 15b49af35f51212fed26f1f82d03f2e4e55fc8d8 Mon Sep 17 00:00:00 2001
 From: Nathan Rossi <[email protected]>
 Date: Mon, 14 Dec 2020 13:39:02 +1000
 Subject: [PATCH] gen-pkgconfig.in: Do not include LDFLAGS in generated pc
@@ -15,7 +15,7 @@ Signed-off-by: Nathan Rossi <[email protected]>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/misc/gen-pkgconfig.in b/misc/gen-pkgconfig.in
-index 89a5cd4a..07d94d17 100644
+index c369dd26..abca88fe 100644
 --- a/misc/gen-pkgconfig.in
 +++ b/misc/gen-pkgconfig.in
 @@ -83,7 +83,7 @@ if [ "$includedir" != "/usr/include" ]; then
diff --git a/meta/recipes-core/ncurses/files/CVE-2025-6141.patch 
b/meta/recipes-core/ncurses/files/CVE-2025-6141.patch
deleted file mode 100644
index ec7e8a94e4..0000000000
--- a/meta/recipes-core/ncurses/files/CVE-2025-6141.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 27d1493340d714e7be6e08c0a8f43e48276149c4 Mon Sep 17 00:00:00 2001
-From: "Thomas E. Dickey" <[email protected]>
-Date: Sat, 29 Mar 2025 22:52:37 +0000
-Subject: [PATCH] snapshot of project "ncurses", label v6_5_20250329
-
-CVE: CVE-2025-6141
-Upstream-Status: Backport 
[https://github.com/ThomasDickey/ncurses-snapshots/commit/27d1493340d714e7be6e08c0a8f43e48276149c4]
-Signed-off-by: Peter Marko <[email protected]>
----
- ncurses/tinfo/parse_entry.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/ncurses/tinfo/parse_entry.c b/ncurses/tinfo/parse_entry.c
-index a2278c07..c551c780 100644
---- a/ncurses/tinfo/parse_entry.c
-+++ b/ncurses/tinfo/parse_entry.c
-@@ -985,6 +985,8 @@ postprocess_termcap(TERMTYPE2 *tp, bool has_base)
-           bp = tp->Strings[from_ptr->nte_index];
-           if (VALID_STRING(bp)) {
-               for (dp = buf2; *bp; bp++) {
-+                  if ((size_t) (dp - buf2) >= (sizeof(buf2) - 
sizeof(TERMTYPE2)))
-+                        break;
-                   if (bp[0] == '$' && bp[1] == '<') {
-                       while (*bp && *bp != '>') {
-                           ++bp;
diff --git a/meta/recipes-core/ncurses/files/exit_prototype.patch 
b/meta/recipes-core/ncurses/files/exit_prototype.patch
index 299852d2c0..73f32b7b2d 100644
--- a/meta/recipes-core/ncurses/files/exit_prototype.patch
+++ b/meta/recipes-core/ncurses/files/exit_prototype.patch
@@ -1,4 +1,4 @@
-From af798dceafec8a9ea3f83fc250d784511ca0a29c Mon Sep 17 00:00:00 2001
+From 35db68dff4106931373d33ca82606333efbbb1d3 Mon Sep 17 00:00:00 2001
 From: Khem Raj <[email protected]>
 Date: Tue, 30 Aug 2022 15:58:32 -0700
 Subject: [PATCH] Add needed headers for including mbstate_t and exit()
@@ -10,18 +10,18 @@ Signed-off-by: Khem Raj <[email protected]>
  1 file changed, 2 insertions(+)
 
 diff --git a/configure b/configure
-index 005d44e2..72fa6c23 100755
+index c816cbe1..c4e1e14a 100755
 --- a/configure
 +++ b/configure
-@@ -3462,6 +3462,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
+@@ -3769,6 +3769,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext"
    cat >"conftest.$ac_ext" <<_ACEOF
- #line 3463 "configure"
+ #line 3770 "configure"
  #include "confdefs.h"
 +#include <stdlib.h>
  $ac_declaration
  int
  main (void)
-@@ -13533,6 +13534,7 @@ cat >"conftest.$ac_ext" <<_ACEOF
+@@ -13903,6 +13904,7 @@ cat >"conftest.$ac_ext" <<_ACEOF
  #include <stdlib.h>
  #include <stdarg.h>
  #include <stdio.h>
diff --git a/meta/recipes-core/ncurses/ncurses.inc 
b/meta/recipes-core/ncurses/ncurses.inc
index 8482db7f6e..12b9b71c66 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -2,7 +2,7 @@ SUMMARY = "The New Curses library"
 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."
 HOMEPAGE = "http://www.gnu.org/software/ncurses/ncurses.html";
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = 
"file://COPYING;md5=6f291ee54551d9d8d992ecd623fe4bc7;endline=27"
+LIC_FILES_CHKSUM = 
"file://COPYING;endline=27;md5=c534844fa5a74d14ae8fa3d9b3b42138"
 SECTION = "libs"
 DEPENDS = "ncurses-native"
 DEPENDS:class-native = ""
diff --git a/meta/recipes-core/ncurses/ncurses_6.5.bb 
b/meta/recipes-core/ncurses/ncurses_6.6.bb
similarity index 44%
rename from meta/recipes-core/ncurses/ncurses_6.5.bb
rename to meta/recipes-core/ncurses/ncurses_6.6.bb
index eccc1c1809..d865d9b2eb 100644
--- a/meta/recipes-core/ncurses/ncurses_6.5.bb
+++ b/meta/recipes-core/ncurses/ncurses_6.6.bb
@@ -1,13 +1,31 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- COPYING
+# +++ COPYING
+# @@ -1,4 +1,4 @@
+# -Copyright 2018-2023,2024 Thomas E. Dickey
+# +Copyright 2018-2024,2025 Thomas E. Dickey
+#  Copyright 1998-2017,2018 Free Software Foundation, Inc.
+#  
+#  Permission is hereby granted, free of charge, to any person obtaining a
+# 
+#
+
 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://exit_prototype.patch \
-           file://CVE-2025-6141.patch \
            "
 # commit id corresponds to the revision in package version
-SRCREV = "1c55d64d9d3e00399a21f04e9cac1e472ab5f70a"
+SRCREV = "a1c9c082bbe6ac18d96eb2e1ee2146e1665deaf8"
 EXTRA_OECONF += "--with-abi-version=5"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+_\d+)$"
 
-- 
2.47.1

packages/x86-64-v3-poky-linux/ncurses: SRC_URI changed from 
"git://github.com/ThomasDickey/ncurses-snapshots.git;protocol=https;branch=master
 file://0001-tic-hang.patch file://0002-configure-reproducible.patch 
file://0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch 
file://exit_prototype.patch file://CVE-2025-6141.patch" to 
"git://github.com/ThomasDickey/ncurses-snapshots.git;protocol=https;branch=master
 file://0001-tic-hang.patch file://0002-configure-reproducible.patch 
file://0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch 
file://exit_prototype.patch"
packages/x86-64-v3-poky-linux/ncurses: PKGV changed from 6.5 [default] to 6.6 
[default]
packages/x86-64-v3-poky-linux/ncurses: PV changed from "6.5" to "6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-dbg: PKGSIZE changed from 3978904 
to 3992264 (+0%)
packages/x86-64-v3-poky-linux/ncurses/ncurses-dbg: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-dbg: PV changed from "6.5" to 
"6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-dev: PKGSIZE changed from 338892 
to 343861 (+1%)
packages/x86-64-v3-poky-linux/ncurses/ncurses-dev: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-dev: PV changed from "6.5" to 
"6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-doc: PKGSIZE changed from 1177783 
to 1249019 (+6%)
packages/x86-64-v3-poky-linux/ncurses/ncurses-doc: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-doc: PV changed from "6.5" to 
"6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-doc: FILELIST: added 
"/usr/share/man/man3/A_COLOR.3x /usr/share/man/man3/CCHARW_MAX.3x 
/usr/share/man/man3/MEVENT.3x /usr/share/man/man3/mmask_t.3x"
packages/x86-64-v3-poky-linux/ncurses/ncurses-libform: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-libform: PV changed from "6.5" to 
"6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-libformw: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-libformw: PV changed from "6.5" 
to "6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-libmenu: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-libmenu: PV changed from "6.5" to 
"6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-libmenuw: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-libmenuw: PV changed from "6.5" 
to "6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-libncurses: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-libncurses: PV changed from "6.5" 
to "6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-libncursesw: PKGV changed from 
6.5 [default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-libncursesw: PV changed from 
"6.5" to "6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-libpanel: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-libpanel: PV changed from "6.5" 
to "6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-libpanelw: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-libpanelw: PV changed from "6.5" 
to "6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-libtic: PKGSIZE changed from 
71669 to 71597 (-0%)
packages/x86-64-v3-poky-linux/ncurses/ncurses-libtic: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-libtic: PV changed from "6.5" to 
"6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-libticw: PKGSIZE changed from 
71670 to 71598 (-0%)
packages/x86-64-v3-poky-linux/ncurses/ncurses-libticw: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-libticw: PV changed from "6.5" to 
"6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-libtinfo: PKGSIZE changed from 
199807 to 203903 (+2%)
packages/x86-64-v3-poky-linux/ncurses/ncurses-libtinfo: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-libtinfo: PV changed from "6.5" 
to "6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-locale: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-locale: PV changed from "6.5" to 
"6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-src: PKGSIZE changed from 3319473 
to 3352024 (+1%)
packages/x86-64-v3-poky-linux/ncurses/ncurses-src: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-src: PV changed from "6.5" to 
"6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-src: FILELIST: directory renamed 
/usr/src/debug/ncurses/6.5/c++ -> /usr/src/debug/ncurses/6.6/c++, directory 
renamed /usr/src/debug/ncurses/6.5/ncurses/base -> 
/usr/src/debug/ncurses/6.6/ncurses/base, directory renamed 
/usr/src/debug/ncurses/6.5/narrowc/progs -> 
/usr/src/debug/ncurses/6.6/narrowc/progs, directory renamed 
/usr/src/debug/ncurses/6.5/ncurses/trace -> 
/usr/src/debug/ncurses/6.6/ncurses/trace, directory renamed 
/usr/src/debug/ncurses/6.5/menu -> /usr/src/debug/ncurses/6.6/menu, directory 
renamed /usr/src/debug/ncurses/6.5/ncurses/tinfo -> 
/usr/src/debug/ncurses/6.6/ncurses/tinfo, directory renamed 
/usr/src/debug/ncurses/6.5/form -> /usr/src/debug/ncurses/6.6/form, directory 
renamed /usr/src/debug/ncurses/6.5/progs -> /usr/src/debug/ncurses/6.6/progs, 
directory renamed /usr/src/debug/ncurses/6.5/ncurses/widechar -> 
/usr/src/debug/ncurses/6.6/ncurses/widechar, directory renamed 
/usr/src/debug/ncurses/6.5/ncurses -> /usr/src/debu
 g/ncurses/6.6/ncurses, directory renamed /usr/src/debug/ncurses/6.5/widec/c++ 
-> /usr/src/debug/ncurses/6.6/widec/c++, directory renamed 
/usr/src/debug/ncurses/6.5/narrowc/ncurses -> 
/usr/src/debug/ncurses/6.6/narrowc/ncurses, directory renamed 
/usr/src/debug/ncurses/6.5/narrowc/c++ -> 
/usr/src/debug/ncurses/6.6/narrowc/c++, directory renamed 
/usr/src/debug/ncurses/6.5/widec/include -> 
/usr/src/debug/ncurses/6.6/widec/include, directory renamed 
/usr/src/debug/ncurses/6.5/widec/ncurses -> 
/usr/src/debug/ncurses/6.6/widec/ncurses, directory renamed 
/usr/src/debug/ncurses/6.5/ncurses/tty -> 
/usr/src/debug/ncurses/6.6/ncurses/tty, directory renamed 
/usr/src/debug/ncurses/6.5/narrowc/include -> 
/usr/src/debug/ncurses/6.6/narrowc/include, directory renamed 
/usr/src/debug/ncurses/6.5/include -> /usr/src/debug/ncurses/6.6/include, 
directory renamed /usr/src/debug/ncurses/6.5/panel -> 
/usr/src/debug/ncurses/6.6/panel
packages/x86-64-v3-poky-linux/ncurses/ncurses-staticdev: PKGSIZE changed from 
1165044 to 1174676 (+1%)
packages/x86-64-v3-poky-linux/ncurses/ncurses-staticdev: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-staticdev: PV changed from "6.5" 
to "6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-terminfo-base: PKGSIZE changed 
from 33211 to 33377 (+0%)
packages/x86-64-v3-poky-linux/ncurses/ncurses-terminfo-base: PKGV changed from 
6.5 [default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-terminfo-base: PV changed from 
"6.5" to "6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-terminfo: PKGSIZE changed from 
2150758 to 2204896 (+3%)
packages/x86-64-v3-poky-linux/ncurses/ncurses-terminfo: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-terminfo: PV changed from "6.5" 
to "6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses-terminfo: FILELIST: added 
"/usr/share/terminfo/i/illumos /usr/share/terminfo/x/xterm+r5+lockeys 
/usr/share/terminfo/t/teraterm5.0 /usr/share/terminfo/p/pangoterm 
/usr/share/terminfo/s/sun-16color /usr/share/terminfo/v/vt525-w 
/usr/share/terminfo/s/sun-256color /usr/share/terminfo/r/rlogin-color 
/usr/share/terminfo/v/vt520-w /usr/share/terminfo/g/ghostty 
/usr/share/terminfo/s/sclp /usr/share/terminfo/m/ms-terminal-direct 
/usr/share/terminfo/m/ms+terminal /usr/share/terminfo/v/vt220+sfkeys 
/usr/share/terminfo/v/vt220+ufkeys /usr/share/terminfo/x/xterm+r5+fkeys 
/usr/share/terminfo/e/ecma+underline /usr/share/terminfo/s/sun-direct 
/usr/share/terminfo/l/linux+lockeys /usr/share/terminfo/m/mintty+keypad 
/usr/share/terminfo/w/wyse+cvis /usr/share/terminfo/v/vte-2022 
/usr/share/terminfo/p/pangoterm-256color /usr/share/terminfo/s/st-0.8.5 
/usr/share/terminfo/v/vt100+pf1-pf4 /usr/share/terminfo/e/ecma+standout 
/usr/share/terminfo/p/pangoterm-direct
  /usr/share/terminfo/x/xterm+256setaf2"
packages/x86-64-v3-poky-linux/ncurses/ncurses-tools: PKGSIZE changed from 
215450 to 219546 (+2%)
packages/x86-64-v3-poky-linux/ncurses/ncurses-tools: PKGV changed from 6.5 
[default] to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses-tools: PV changed from "6.5" to 
"6.6"
packages/x86-64-v3-poky-linux/ncurses/ncurses: PKGV changed from 6.5 [default] 
to 6.6 [default]
packages/x86-64-v3-poky-linux/ncurses/ncurses: PV changed from "6.5" to "6.6"

Attachment: 0001-ncurses-upgrade-6.5-6.6.patch
Description: Binary data

packages/x86-64-v3-poky-linux/ncurses/ncurses-doc: FILELIST: added 
"/usr/share/man/man3/A_COLOR.3x /usr/share/man/man3/CCHARW_MAX.3x 
/usr/share/man/man3/mmask_t.3x /usr/share/man/man3/MEVENT.3x"
packages/x86-64-v3-poky-linux/ncurses/ncurses-terminfo: FILELIST: added 
"/usr/share/terminfo/s/sun-16color /usr/share/terminfo/p/pangoterm 
/usr/share/terminfo/v/vt525-w /usr/share/terminfo/s/sun-256color 
/usr/share/terminfo/i/illumos /usr/share/terminfo/x/xterm+r5+lockeys 
/usr/share/terminfo/t/teraterm5.0 /usr/share/terminfo/m/ms-terminal-direct 
/usr/share/terminfo/v/vt220+sfkeys /usr/share/terminfo/v/vt220+ufkeys 
/usr/share/terminfo/m/ms+terminal /usr/share/terminfo/r/rlogin-color 
/usr/share/terminfo/v/vt520-w /usr/share/terminfo/g/ghostty 
/usr/share/terminfo/s/sclp /usr/share/terminfo/l/linux+lockeys 
/usr/share/terminfo/s/sun-direct /usr/share/terminfo/w/wyse+cvis 
/usr/share/terminfo/m/mintty+keypad /usr/share/terminfo/v/vte-2022 
/usr/share/terminfo/p/pangoterm-256color /usr/share/terminfo/x/xterm+r5+fkeys 
/usr/share/terminfo/e/ecma+underline /usr/share/terminfo/e/ecma+standout 
/usr/share/terminfo/p/pangoterm-direct /usr/share/terminfo/x/xterm+256setaf2 
/usr/share/terminfo/s/st-0.8
 .5 /usr/share/terminfo/v/vt100+pf1-pf4"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#228763): 
https://lists.openembedded.org/g/openembedded-core/message/228763
Mute This Topic: https://lists.openembedded.org/mt/117024246/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

  • [OE-core] [AUH] ncurses: up... Auto Upgrade Helper via lists.openembedded.org

Reply via email to