diff --git a/ncurses-5.9-patches.tar.bz2 b/ncurses-5.9-patches.tar.bz2 index 410740b..11d66c1 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:f86e99af21c824540621125bd02630acff707df992eaab9d5d7cd5d9d555d915 -size 1655482 +oid sha256:2a365a01a1be71d79b0a3a86c2ff2774bfd42cfd294718d3236e09d6eb6debd2 +size 1727769 diff --git a/ncurses.changes b/ncurses.changes index c57b701..d1a6c8e 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Nov 5 14:02:30 UTC 2012 - werner@suse.de + +- Add ncurses patch 5.9.20121026 + + improve malloc/realloc checking (prompted by discussion in Redhat + #866989). + + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts. + + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST. The + first corrects pattern used for Mac OS X's customization of gcc. +- Add ncurses patch 5.9.20121102 + + realign manual pages and fix a long-ago error in curs_addstr.3x + which said that a -1 length parameter would only write as much + as fit onto one line (report by Reuben Thomas). + + remove obsolete fallback _nc_memmove() for memmove()/bcopy(). + + remove obsolete fallback _nc_strdup() for strdup(). + + cancel any debug-rpm in package/ncurses.spec + + reviewed vte-2012, reverted most of the change since it was incorrect + based on testing with tack -TD + + un-cancel the initc in vte-256color, since this was implemented + starting with version 0.20 in 2009 -TD + ------------------------------------------------------------------- Wed Oct 17 12:44:01 UTC 2012 - werner@suse.de