Revisions of ncurses

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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 945994 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 203)
- Add ncurses patch 20220101
  + add section on releasing memory to curs_termcap.3x and
    curs_terminfo.3x manpages.
- Add ncurses patch 20211225
  + improve markup, e.g., for external manpage links in the manpages
    (prompted by report by Helge Kreutzmann).
- Add ncurses patch 20211219
  + install ncurses-examples programs in libexecdir, adding a wrapper
    script to invoke those.
  + add help-screen and screen-dump to test/combine.c
- Rename package ncurses-tests to ncurses-examples as upstream does

- Add ncurses patch 20211211
  + add test/combine.c, to demo/test combining characters.

- Add ncurses patch 20211204
  + improve configure check for getttynam (report by Werner Fink).
- Correct offsets of patch ncurses-6.3.dif
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 936027 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 202)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 933003 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 201)
- Add ncurses patch 20211120
  + add dim, ecma+strikeout to st-0.6 -TD
  + deallocate the tparm cache when del_curterm is called for the last
    allocated TERMINAL structure (report/testcase by Bram Moolenaar,
    cf: 20200531).
  + modify test-package to more closely conform to Debian multi-arch.
  + if the --with-pkg-config-libdir option is not given, use
    ${libdir}/pkgconfig as a default (prompted by discussion with Ross
    Burton).
- Correct offsets of patch ncurses-6.3.dif
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 931670 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 200)
- Add ncurses patch 20211115 (boo##1192668)
  + fix memory-leak in delwin for pads (report by Werner Fink, OpenSUSE
    #1192668, cf:  20211106),

- Add ncurses patch 20211113
  + minor clarification to clear.1 (Debian #999437).
  + add xterm+sl-alt, use that in foot+base (report by Jonas Grosse
    Sundrup) -TD
  + improve search-path check for pkg-config, for Debian testing which
    installs pkg-config with architecture-prefixes.
- Correct offsets of patch ncurses-6.3.dif

- Add ncurses patch 20211106
  + improve check in misc/Makefile.in for empty $PKG_CONFIG_LIBDIR
  + modify wnoutrefresh to call pnoutrefresh if its parameter is a pad,
    rather than treating it as an error, and modify new_panel to permit
    its window-parameter to be a pad (report by Giorgos Xou).
  + fix a memory-leak in del_curterm (prompted by discussion with Bram
    Moolenaar, cf: 20210821).

- Add ncurses patch 20211030
  + simplify some references to WINDOWS._flags using macros.
  + add a "check" rule in Ada95 makefile, to help with test-packages.
  + build-fix for cross-compiling to MingW, conditionally add -lssp
- Correct offsets of patch ncurses-6.3.dif

- Add ncurses patch 20211026
  + corrected regex needed for older pkg-config used in Solaris 10.
  + amend configure option's auto-search to account for systems where
    none of the directories known to pkg-config exist, adapted from
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) committed (revision 199)
https://bugzilla.opensuse.org/show_bug.cgi?id=1192668
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 930176 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 198)
- Add ncurses patch 20211106
  + improve check in misc/Makefile.in for empty $PKG_CONFIG_LIBDIR
  + modify wnoutrefresh to call pnoutrefresh if its parameter is a pad,
    rather than treating it as an error, and modify new_panel to permit
    its window-parameter to be a pad (report by Giorgos Xou).
  + fix a memory-leak in del_curterm (prompted by discussion with Bram
    Moolenaar, cf: 20210821).

- Add ncurses patch 20211030
  + simplify some references to WINDOWS._flags using macros.
  + add a "check" rule in Ada95 makefile, to help with test-packages.
  + build-fix for cross-compiling to MingW, conditionally add -lssp
- Correct offsets of patch ncurses-6.3.dif

- Add ncurses patch 20211026
  + corrected regex needed for older pkg-config used in Solaris 10.
  + amend configure option's auto-search to account for systems where
    none of the directories known to pkg-config exist, adapted from
    mailing-list comment (report by Milan P. Stanic).
- Port patch ncurses-6.2.dif which is now named ncurses-6.3.dif
Displaying revisions 61 - 80 of 277
openSUSE Build Service is sponsored by