forked from pool/ncurses
Accepting request 141884 from Base:System
- 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. OBS-URL: https://build.opensuse.org/request/show/141884 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=65
This commit is contained in:
commit
b8006d451d
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a365a01a1be71d79b0a3a86c2ff2774bfd42cfd294718d3236e09d6eb6debd2
|
||||
size 1727769
|
||||
oid sha256:5e81a2e51cd6e9f5e954e193adbca953dc84fa58bc0518a4cacb1a50099928d8
|
||||
size 1735868
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user