Revisions of ncurses

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 582535 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 143)
- Add ncurses patch 6.1-20180303
  + modify TurnOn/TurnOff macros in lib_vidattr.c and lib_vid_attr.c to
    avoid expansion of "CUR" in trace.
  + improve a few lintian warnings in test-packages.
  + modify lib_setup to avoid calling pthread_self() without first
    verifying that the address is valid, i.e., for weak symbols
    (report/patch by Werner Fink).
  + modify generated terminfo.5 to not use "expand" and related width
    on the last column of tables, making layout on wide terminals look
    better (adapted from patch by Kir Kolyshkin).
  + add a category to report_offsets, e.g., "w" for wide-character, "t"
    for threads to make the report more readable.  Reorganized the
    structures reported to make the categories more apparent.
  + simplify some ifdef's for extended-colors.
  + add NCURSES_GLOBALS and NCURSES_PRESCREEN to report_offsets, to show
    how similar the different tinfo configurations are.
- Remove patch ncurses-6.1-weakpthreads.dif now upstream (bsc#1082772)
- Make expect build check less fragile on timing

- Switch back to shared libtinfo only but provide an auxiliary shared
  library libtinfow to avoid a rebuild of third party programs (bsc#1082772)
  + Add sanity check if new 32bit API is included in libtinfo

- Add patch ncurses-6.1-weakpthreads.dif
  + Be aware that libtinfo/libtinfw is also used without libpthread
    (boo#1058509)
- Use expect to run at least two test for normal and wide character
  version of newdemo from test suite

- Add ncurses patch 6.1-20180224
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 575524 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 142)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 570861 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 141)
- Correct include path for wide chraracter header files for ABI 6.1 

- Update to ncurses 6.1 (patch 20180127)
  + updated release notes
  + amend a warning message from tic which should have flagged misuse
    of "XT" capability in "screen" terminal description.
  > terminfo changes:
  + trim "XT" from screen entry, add comments to explain why it was
    not suitable -TD
  + modify iterm to use xterm+sl-twm building block -TD
  + mark konsole-420pc, konsole-vt100, konsole-xf3x obsolete reflecting
    konsole's removal in 2008 -TD
  + expanded the history section of konsole to explain its flawed
    imitation of xterm's keyboard -TD
  + use xterm+x11mouse in screen.* entries because screen does not yet
    support xterm's 1006 mode -TD
  + add nsterm-build400 for macOS 10.13 -TD
  + add ansi+idc1, use that in ansi+idc adding dch for consistency -TD
  + update vte to vte-2017 -TD
  + add ecma+strikeout to vte-2017 -TD
  + add iterm2-direct -TD
  + updated teraterm, added teraterm-256color -TD
  + add mlterm-direct -TD
  + add descriptions for ANSI building-blocks -TD
- Modify patch ncurses-5.9-ibm327x.dif
- Rename patch ncurses-6.0.dif to new name ncurses-6.1.dif
- Modify patch ncurses-6.1.dif

- Add ncurses patch 20180121 pre-release 6.1
  > terminfo changes:
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 566456 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 140)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 562434 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 139)
- Add ncurses patch 20171230
  + build-fix for ncurses-examples with Fedora27, adding check for
    reset_color_pairs() -- not yet in Fedora's package.
  + consistently add $CFLAGS to $MK_SHARED_LIB symbol in configure
    script when the latter happens to use the C compiler rather than
    directly using the loader (report by Jeffrey Walton).
  + set ABI for upcoming 6.1 release in "*.map" files.  While there are
    some remaining internals to apply, no ABI-related changes are
    anticipated.
  + add configure --with-config-suffix option to work around filename
    conflict with Redhat packages versus test-packages.
- Add ncurses patch 20171223
  + modify ncurses-examples to quiet const-warnings when building with
    PDCurses.
  + modify toe to not exit if unable to read a terminal description,
    e.g., if there is a permission problem.
  + minor fix for progs/toe.c, using _nc_free_termtype2.
  + assign 0 to pointer in _nc_tgetent_leak() after freeing it. Also
    avoid reusing pointer from previous successful call to tgetent
    if the latest call is unsuccessful (patch by Michael Schroeder,
    OpenSuSE #1070450).
  + minor fix for test/tracemunch, initialize $awaiting variable.

- Disable memory leak checking (boo#1070450) 

- Add ncurses patch 20171216
  + repair template in test/package/ncurses-examples.spec (cf: 20171111).
  + improve tic's warning about the number of parameters tparm might use
    for u1-u9 by making a special case for u6.
  + improve curs_attr.3x discussion of color pairs.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 545878 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 138)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 539147 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 137)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 537406 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 136)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 527053 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 135)
- Add ncurses patch +20170916
 + minor fix to test/filter.c to avoid clearing the command in one case.
 + modify filter() to discard clr_eos if back_color_erase is set.

- Do not remove ticw.pc as well as tinfow.pc for wide character
  ncurses ABI 6 (boo#1056171)

- Add ncurses patch 20170827
  + fix a bug in repeat_char logic (cf: 20170729, report by Chris Clayton).
- Add ncurses patch 20170902
  + amend change for endwin-state for better consistency with the older
    logic (report/patch by Jeb Rosen, cf: 20170722).
  + modify check in fmt_entry() to handle a cancelled reset string
    (Debian #873746).  Make similar fixes in other parts of dump_entry.c
    and tput.c
- Add ncurses patch 20170909
  + improve wide-character implementation of myADDNSTR() in frm_driver.c,
    which was inconsistent with the normal implementation.
  + save/restore cursor position in Undo_Justification(), matching
    behavior of Buffer_To_Window() (report by Leon Winter).
  + modify test/knight to provide the "slow" solution for small screens
    using "R", noting that Warnsdorf's method is easily done with "a".
  + modify several test-programs which call use_default_colors() to
    consistently do this only if "-d" option is given.
  + additional changes to test with non-standard variants of curses:
    + modify a loop limit in firework.c to work around absense of limit
      checks in some libraries.
    + fill the last row of a window with "?" in firstlast if waddch does
      not return ERR on the lower-right corner.
  + add checks in test/configure for some functions not in 4.3BSD curses.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 515338 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 134)
Automatic submission by obs-autosubmit
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 513140 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 133)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 509422 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 132)
- Add Ncurses patch 20170708
  + add a note to tic manual page about -W versus -f options.
  + correct a limit-check in fixes from 20170701 (report by Sven Joachim). 
- This also for bug bsc#1047964 and bug bsc#1047965

- Add ncurses patch 20170701 (bsc#1046853, bsc#1046858)
  + modify update_getenv() in db_iterator.c to ensure that environment
    variables which are not initially set will be checked later if an
    application happens to set them (patch by Guillaume Maudoux).
  + remove initialization-check for calling napms() in the term-driver
    configuration; none is needed.
  + add help-screen to test/test_getstr.c and test/test_get_wstr.c
  + improve compatibility between different configurations of new_prescr,
    fixing a case with threaded code and term-driver where c++/demo did
    not work (cf: 20160213).
  + the fixes for Redhat #1464685 obscured a problem subsequently
    reported in Redhat #1464687; the given test-case was no longer
    reproducible.  Testing without the fixes for the earlier reports
    showed a problem with buffer overflow in dump_entry.c, which is
    addressed by reducing the use of a fixed-size buffer.
  + add/improve checks in tic's parser to address invalid input
    (Redhat #1464684, #1464685, #1464686, #1464691).
    + alloc_entry.c, add a check for a null-pointer.
    + parse_entry.c, add several checks for valid pointers as well as
      one check to ensure that a single character on a line is not
      treated as the 2-character termcap short-name.
  + fix a memory leak in delscreen() (report by Bai Junq).
  + improve tracemunch, showing thread identifiers as names.
  + fix a use-after-free in NCursesMenu::~NCursesMenu()
  + further amend incorrect calls for memory-leaks from 20170617 changes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 499601 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 131)
- Add patch ncurses-6.0-crashw.patch as a temporary fix which will
  become part of next patch level: solve binary incompatiblity of
  libtinfow and libtinfo

- Add ncurses patch 20170527
  + improved test/picsmap.c:
  + lookup named colors for xpm files in rgb.txt
  + accept blanks in color-keys for xpm files.
  + if neither xbm/xpm work, try "convert", which may be available.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 497888 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 130)
- Fix ncursesw6-config and ncursesw5-config scripts to return -ltinfow
  as well as the pkg-config files do

- Add ncurses patch 20170520
  + modify test/picsmap.c to read xpm files.
  + modify package/debian/* to create documentation packages, so the
    related files can be checked with lintian.
  + fix some typos in manpages (report/patch by Sven Joachim).

- Add ncurses patch 20170513
  + add test/picsmap.c to fill in some testing issues not met by dots.
    The initial version reads X bitmap (".xbm") files.
  + repair logic which forces a repaint where a color-pair's content is
    changed (cf: 20170311).
  + improve tracemunch, showing screenXX pointers as names.

- Better screen support and workaround about missing terminfo entries
  might be help on boo#812067 as well as on boo#935736 but may cause
  boo#940459  (which should be fixed by screen its self!)
- New package terminfo-screen which includes some useful but troubling
  terminfo database entries for screen.

- Disable the usage of getttynam(3) as under Linux this is not used 

- Add ncurses patch 20170506
  + modify tic/infocmp display of numeric values to use hexadecimal when
    they are "close" to a power of two, making the result more readable.
  + improve discussion of portability in curs_mouse.3x
  + change line-length for generated html/manpages to 78 columns from 65.
  + improve discussion of line-drawing characters in curs_add_wch.3x
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 490219 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 129)
- Also split libtic into normal and wide version libticw as those
  libraries are linked with libtinfo respectively libtinfow
- The tack tool does require the old _nc_read_entry()

- Add ncurses patch 20170422
  + build-fix for termcap-configuration (report by Chi-Hsuan Yen).
  + improve terminfo manual page discussion of control- and graphics-
    characters.
  + remove tic warning about "^?" in string capabilities, which was
    marked as an extension (cf: 20000610, 20110820); however all Unix
    implementations support this and X/Open Curses does not address it.
    On the other hand, termcap never did support this feature.
  + correct missing comma-separator between string capabilities in
    icl6402 and m2-nam -TD
  + restore rmir/smir in ansi+idc to better match original ansiterm+idc,
    add alias ansiterm (report by Robert King).
  + amend an old check for ambiguous use of "ma" in terminfo versus
    a termcap use, if the capability is cancelled to treat it as number.
  + correct a case in _nc_captoinfo() which read "%%" and emitted "%".
  + modify sscanf calls in _nc_infotocap() for patterns "%{number}%+%c"
    and "%'char'%+%c" to check that the final character is really 'c',
    avoiding a case in icl6404 which cannot be converted to termcap.
  + in _nc_infotocap(), add a check to ensure that terminfo "^?" is not
    written to termcap, because the BSDs did not implement that.
  + in _nc_tic_expand() and _nc_infotocap(), improve string-length check
    when deciding whether to use "^X" or "\xxx" format for control
    characters, to make the output of tic/infocmp more predictable.
  + limit termcap "%d" width to 2 digits on input, and use "%2" in
    preference to "%02" on output.
  + correct terminfo/termcap conversion of "%02" and "%03" into "%2" and
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 483739 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 128)
- Add ncurses patch 20170325
  + fix a memory leak in the window-list when creating multiple screens
    (reports by Andres Martinelli, Debian #783486).
  + reviewed calls from link_test.c, added a few more null-pointer
    checks.
  + add a null-pointer check in ungetmouse, in case mousemask was not
    called (report by "Kau").
  + updated curs_sp_funcs.3x for new functions.

- Add ncurses patch 20170318
  + change TERMINAL structure in term.h to make it opaque.  Some
    applications misuse its members, e.g., directly modifying it
    rather than using def_prog_mode().
  + modify utility headers such as tic.h to make it clearer which are
    externals that are used by tack.
  + improve curs_slk.3x in particular its discussion of portability.
  + fix cut/paste in legacy_encoding.3x
  + add prototype for find_pair() to new_pair.3x (report by Branden
    Robinson).
  + fix a couple of broken links in generated man-html documentation.
  + regenerate man-html documentation.
- Add tack patch 1.07.20170318 
  * init.c:
    use def_prog_mode() to eliminate two internal details from ncurses
  * edit.c, tack.h: accommodate opaque TERMINAL structure in ncurses
  * tack.h: update copyright to match version
  * config.sub: 2017-02-07
  * config.guess: 2017-03-05

- Add ncurses patch 20170311
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 460690 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 127)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 454371 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 126)
- Use gzip shell script as GZIP envornment variable becomes obsolescent
- Split of ncurses5-devel from ncurses-devel
- Now ncurses-devel also provides ncurses6-devel 
- Also ncurses5-devel requires libncurses5 (boo#1023296)
  packages which want to be build with ncurses5-devel may require
  pkgconfig(ncurses5) or pkgconfig(ncursesw5) or
  /usr/bin/ncurses5-config or /usr/bin/ncursesw5-config

- Add ncurses patch 20170128
  + minor comment-fixes to help automate links to bug-urls -TD
  + add dvtm, dvtm-256color -TD
  + add settings corresponding to xterm-keys option to tmux entry to
    reflect upcoming change to make that option "on" by default
    (patch by Nicholas Marriott).
  + uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
  + add dumb-emacs-ansi -TD

- Add ncurses patch 20170121
  + improve discussion of early history of tput program.
  + incorporate A_COLOR mask into COLOR_PAIR(), in case user application
    provides an out-of-range pair number (report by Elijah Stone).
  + clarify description in tput manual page regarding support for
    termcap names (prompted by FreeBSD #214709).
  + remove a restriction in tput's support for termcap names which
    omitted capabilities normally not shown in termcap translations
    (cf: 990123).
  + modify configure script for clang as used on FreeBSD, to work around
    clang's differences in exit codes vs gcc.

- Remove -L option on screen call dues API change, now we depend
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 447838 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 125)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 443784 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 124)
Automatic submission by obs-autosubmit
Displaying revisions 121 - 140 of 263
openSUSE Build Service is sponsored by