From 4b0e5a04db89bc46af287e88c3f080330f9bdfe64cf137c1edf93c58b2817a28 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 19 Nov 2012 12:22:26 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=101 --- ncurses-5.9-patches.tar.bz2 | 4 ++-- ncurses.changes | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 11d66c1..9ee3747 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:2a365a01a1be71d79b0a3a86c2ff2774bfd42cfd294718d3236e09d6eb6debd2 -size 1727769 +oid sha256:5e81a2e51cd6e9f5e954e193adbca953dc84fa58bc0518a4cacb1a50099928d8 +size 1735868 diff --git a/ncurses.changes b/ncurses.changes index d1a6c8e..b3b968d 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Nov 19 12:20:40 UTC 2012 - werner@suse.de + +- Add ncurses patch 5.9.20121117 + > fixes based on Coverity report: + + add missing braces around FreeAndNull in two places. + + various fixes in test/ncurses.c + + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c + + correct malloc size in progs/infocmp.c + + guard against negative array indices in test/knight.c + + fix off-by-one limit check in test/color_name.h + + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c, + test/inchs.c + + fix memory-leak in tinfo/lib_setup.c, progs/toe.c, + test/clip_printw.c, test/demo_menus.c + + delete unused windows in test/chgat.c, test/clip_printw.c, + test/insdelln.c, test/newdemo.c on error-return. +- Add ncurses patch 5.9.20121110 + + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the + local -I include options in case someone has set conflicting -I + options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by + Vassili Courzakis). + + modify the ncurses*-config scripts to eliminate relative paths from + the RPATH_LIST variable, e.g., "../lib" as used in installing shared + libraries or executables. + ------------------------------------------------------------------- Mon Nov 5 14:02:30 UTC 2012 - werner@suse.de