Revisions of ncurses

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 999868 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 223)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 995133 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 222)
- Add ncurses patch 20220813
  + modify delscreen to more effectively delete all windows on the given
    screen.
  + amend portability note for delwin in manual page.
  + adapt test/test_delwin.c from example by Bill Gray.
  + account for prescreen data if freeing leaks in pthread-configuration
  + split-out _nc_set_read_thread(), to reduce compiler warnings about
    pthread_self(), which may/may not be a weak symbol.
  + improve pthread-configuration for test/worm.c
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 994114 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 221)
- Add ncurses patch 20220806
  + amend end_of_stream() to allow for input files without a final
    newline.
  + check for non-textfiles to tic.

- Add ncurses patch 20220729
  + fixes to build with dietlibc:
    + add configure check for fpathconf (report by Georg Lehner).
    + add configure check for math sine/cosine, needed in test/tclock,
      and eliminate pow() from test/hanoi (report by Georg Lehner).
    + use wcsnlen as an alternative to wmemchr if it is not found
      (adapted from patch by Georg Lehner).
  + trim out some unwanted linker options from ncurses*config and .pc
    files seen in Fedora 36+.
- Port patch ncurses-6.3.dif
Richard Brown's avatar Richard Brown (RBrownFactory) accepted request 989812 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 220)
- Add ncurses patch 20220716
  + build-fix for test_mouse.c, for non-standard cfmakeraw.
  + improve shell-scripts with shellcheck
  + fix typo in run_tic.in (report/patch by Jan Starke).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 988345 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 219)
- Add ncurses patch 20220709
  + lock the prescreen data consistently in newterm, etc., for the
    pthreads configuration (report by Tom de Vries).

- Add ncurses patch 20220703
  + add consistency check in tic for u6/u7/u8/u9 and NQ capabilities.
  + use NQ to flag entries where the terminal does not support query and
    response -TD
  + use ansi+enq and decid+cpr in cases where the terminal probably
    supported the u6-u9 extension -TD
  + add/use apollo+vt132, xterm+alt47 -TD
- Correct offsets of patches
  * ncurses-5.9-ibm327x.dif
  * ncurses-6.3.dif

- Add ncurses patch 20220625
  + improve man/curs_bkgd.3x, explaining that bkgdset can affect results
    for bkgd (report by Anton Vidovic).
  + correct dsl in dec+sl (report by Rajeev Pillai) -TD
  + add/use ansi+cpr, decid+cpr -TD
- Correct offsets of patches
  * ncurses-5.9-ibm327x.dif
  * ncurses-6.3.dif
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 983972 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 218)
- Add ncurses patch 20220618
  + add a null-pointer check for term_names field in copy_termtype(),
    needed for MinGW port (report by Peiyuan Song, cf: 20220521).
  + revise kon/kon2/jfbterm to undo "linux2.6" change to
    smacs/rmacs/enacs (Debian #1012800) -TD
  + amended note for att610+cvis0, as per documentation for att610,
    att620, att730 -TD
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 982383 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 217)
- Add ncurses patch 20220612
  + modify waddch_literal() to allow for double-width base character when
    merging a combining character (report by Gavin Troy).
  + improve _tracecchar_t2() formatting of base+combining character.

- Add ncurses patch 20220604
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 981121 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 216)
- Add ncurses patch +20220604
  + add note on portable memory-leak checking in man/curs_memleaks.3x
  + remove u6-u9 from teken-2018 -TD
  + set "xterm-new" to "xterm-p370", add "xterm-p371" -TD
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 980327 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 215)
- Add ncurses patch 20220529
  + expanded notes for teken/syscons -TD
  + fix overlooked copying of extended string-heap in copy_termtype
    (cf: 20220430).
  + update config.guess
- Add ncurses patch 20220521
  + improve memory-leak checking in several test-programs.
  + set trailing null on string passed from winsnstr() to wins_nwstr().
  + modify del_curterm() to fix memory-leak introduced by change to
    copy_termtype().
- Update tack to 1.09-20220528
  + Autoconf fixes

- Add ncurses patch 20220514
  + further improvements to test/test_mouse.c; compare with ncurses test
    program menu A/a.

- Add ncurses patch 20220507
  + add test/test_mouse.c (patch by Leonid S Usov).
  + add a few debug-traces for tic, fix a couple of memory-leaks.

- Add ncurses patch 20220501
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 975718 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 214)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 973227 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 213)
- Include FORTIFY_SOURCE_3-fix.patch as the patch
  is needed for upcoming -D_FORTIFY_SOURCE=3 $optflag.
  We discussed the change with upstream, but the project
  disagrees about stricter rules used with -D_FORTIFY_SOURCE=3.

- Add ncurses patch 20220423
  + in-progress work on invalid_merge(), disable it (cf: 20220402).
  + fix memory leak in _nc_tic_dir() when called from _nc_set_writedir().
  + fix memory leak in tic when "-c" option is used.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 970977 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 212)
- Add ncurses patch 20220416 (boo#1198627 for CVE-2022-29458)
  + add a limit-check to guard against corrupt terminfo data
    (report/testcase by NCNIPC of China).
  + add check/warning in configure script if option --with-xterm-kbs is
    missing or inconsistent (Arch #74379).
  + add setlocale call to several test-programs.
  + allow extended-color number in opts parameter of wattr_on.

- Add ncurses patch 20220409
  + add test/test_unget_wch.c
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 968377 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 211)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 965427 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 210)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 961608 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 209)
- Add ncurses patch 20220312
  + add xterm+acs building-block -TD
  + add xterm-p370, for use in older terminals -TD
  + add dec+sl to xterm-new, per patch #371 -TD
  + add mosh and mosh-256color -TD
- Correct offsets of patches
  * ncurses-5.9-ibm327x.dif
  * ncurses-6.3.dif

- Add ncurses patch 20220305
  + replace obsolescent "-gnatg" option with "-gnatwa" and "-gnatyg", to
    work around build problems with gnat 12.
  + update external links in Ada95.html
  + trim unused return-value from canonical_name().
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 959802 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 208)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 957339 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 207)
- Avoid lto-bytecode error on static libraries

- Add ncurses patch 20220219
  + expanded description in man/resizeterm.3x
  + additional workaround for ImageMagick in test/picsmap.c
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 956328 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 206)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 950686 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 205)
- Do not remove detection of getttynam() to avoid fallback
  as with patch 6.3 20211204 this is obsolete

- Add ncurses patch 20220129
  + minor updates for test-packages
  + improve handling of --with-pkg-config-libdir option, allowing for the
    case where either $PKG_CONFIG_LIBDIR or the option value has a
    colon-separated list of directories (report by Rudi Heitbaum,
    cf: 20211113).
  + update kitty -TD
- Add ncurses patch 20220122
  + add ABI 7 defaults to configure script.
  + add warning in configure script if file specified for "--with-caps"
    does not exist.
  + use fix for CF_FIX_WARNINGS from cdk-perl, ignoring error-exit on
    format-warnings.
  + improve readability of long parameterized expressions with the
    infocmp "-f" option by allowing split before a "%p" marker.
- Correct offsets of patch ncurses-6.3.dif

- use bash everywhere, the scripts are not posix shell compatible
  (bsc#1195391)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 947194 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 204)
- Fix boo#1194805 by skipping linker optimizations from final
  pkgconfig files as well as ncurses-config 

- Add ncurses patch 20220115
  + improve checks for valid mouse events when an intermediate mouse
    state is not part of the mousemask specified by the caller (report by
    Anton Vidovic, cf: 20111022).
  + use newer version 1.36 of gnathtml for generating Ada html files.
Displaying revisions 41 - 60 of 263
openSUSE Build Service is sponsored by