Updating link to change in openSUSE:Factory/ncurses revision 208.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=cc4f7a8935d4eb9b8a49c767d18b2988
This commit is contained in:
OBS User buildservice-autocommit 2022-03-09 17:46:30 +00:00 committed by Git OBS Bridge
parent 682bdf5684
commit cb3f5b8702
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>