diff --git a/ncurses-6.3-patches.tar.bz2 b/ncurses-6.3-patches.tar.bz2 index 02e9764..58a57ce 100644 --- a/ncurses-6.3-patches.tar.bz2 +++ b/ncurses-6.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c827317cc511daaacc3f99feabc5a6ed1b9ba2e54d9009b7ef38422e1af73403 -size 860580 +oid sha256:9eb9bd0a2f688067e41f46770f8cc239fc6b5bc458c487dedbea8300cad1258c +size 864377 diff --git a/ncurses.changes b/ncurses.changes index 54a2f1a..de56f25 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Feb 28 08:06:31 UTC 2022 - Dr. Werner Fink + +- 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