Accepting request 959802 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/959802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=208
This commit is contained in:
Dominique Leuenberger 2022-03-09 17:46:30 +00:00 committed by Git OBS Bridge
commit f3178333b1
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c827317cc511daaacc3f99feabc5a6ed1b9ba2e54d9009b7ef38422e1af73403
size 860580
oid sha256:9eb9bd0a2f688067e41f46770f8cc239fc6b5bc458c487dedbea8300cad1258c
size 864377

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Feb 28 08:06:31 UTC 2022 - Dr. Werner Fink <werner@suse.de>
- Add ncurses patch 20220226
+ fix issues found with coverity:
+ rewrite canonical_name() function of infocmp to ensure buffer size
+ corrected use of original tty-modes in tput init/reset subcommands
+ modify tabs program to limit tab-stop values to max-columns
+ add limit-checks for palette rgb values in test/ncurses.c
+ add a few null-pointer checks to help with static-analysis.
+ enforce limit on number of soft-keys used in c++ binding.
+ adjust a buffer-limit in write_entry.c to quiet a bogus warning from
gcc 12.0.1
-------------------------------------------------------------------
Thu Feb 24 11:23:19 UTC 2022 - Dr. Werner Fink <werner@suse.de>