From 4c38578dbefc99c2152e371d3f4b9a6388e6969b3eeafaf3f8bafa66f3129605 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 21 Jan 2013 14:49:00 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=107 --- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) 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