diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 60ac585..8b70fee 100644 --- a/ncurses-5.9-patches.tar.bz2 +++ b/ncurses-5.9-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7080d7f73d625dafe9e9d34dd38543d9cdb9a49ca4902e00cf3d6f24ea2e70b8 -size 1804119 +oid sha256:de2ba6460c44fbd22dfb542d63578d745c45df917ca8d63ff3fbb26a5a302a85 +size 1809551 diff --git a/ncurses.changes b/ncurses.changes index 0c2ca15..0f154ea 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jan 21 14:47:48 UTC 2013 - werner@suse.de + +- Add ncurses patch 5.9.20130119 + + fixes for issues found by Coverity: + + fix memory leak in safe_sprintf.c + + add check for return-value in tty_update.c + + correct initialization for -s option in test/view.c + + add check for numeric overflow in lib_instr.c + + improve error-checking in copywin + + add advice in infocmp manpage for termcap users (Debian #698469). + + add "-y" option to test/demo_termcap and test/demo_terminfo to + demonstrate behavior with/without extended capabilities. + + updated termcap manpage to document legacy termcap behavior for + matching capability names. + + modify name-comparison for tgetstr, etc., to accommodate legacy + applications as well as to improve compatbility with BSD 4.2 + termcap implementations (Debian #698299) (cf: 980725). + ------------------------------------------------------------------- Wed Jan 16 13:50:48 UTC 2013 - werner@suse.de