Revisions of ncurses

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 836006 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 177)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 820866 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 176)
- Add ncurses patch 20200711
  + fix pound-sign mapping in acsc of linux2.6 entry (report by Ingo
    Bruckl).
  + additional changes for building with Visual Studio C++ and msys2
    (reports/patches by "Maarten Anonymous")
  + build-improvements for Windows 10 and MinGW (patch by Juergen
    Pfeifer).
  + fix a typo in curs_printw.3x (patch by William Pursell).
  + fix two errors in infotocap which allowed indexing outside the
    buffer (report/testcases by Zhang Gan).
  + update length of strings in infocmp's usage function to restore a
    trailing null on the longest string (report/testcase by Zhang Gen).

- Add ncurses patch 20200704
  + modify version-check with Ada generics to use the same pattern as in
    the check for supported gnat versions (report by Pascal Pignard).
  > additional changes for building with Visual Studio C++ and msys2
    (patches by "Maarten Anonymous"):
  + adjust headers/declarations to provide for "dllimport" vs "dllexport"
    declarations when constructing DLLs, to worko with Visual Studio C++.

- Add ncurses patch 20200627
  + build-fixes for gnat 10.1.1, whose gnatmake drops integration with
    gprbuild.
  + correct buffer-length in test/color_name.h

- Add ncurses patch 20200613
  + update list of functions in ncurses.3x
  + move dlclose() call from lib_mouse.c to delscreen() to avoid a case
    in the former which could be called from SIGTSTP handler (Debian
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 816433 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 175)
- Run ldconfig local on %buildroot %_lib to get links done (boo#1173222)

- Add ncurses patch 20200606
  + add xterm+256color2, xterm+88color2, to deprecate nonstandard usage 
    in xterm+256color, xterm+88color -TD
  + add shifted Linux console keys in linux+sfkeys entry for
    screen.linux (report by Alexandre Montaron).
  + use vt100+enq in screen (report by Alexandre Montaron).
  + add screen.linux-s alias (suggested by Alexandre Montaron).
- Add ncurses patch 20200613
  + update list of functions in ncurses.3x
  + move dlclose() call from lib_mouse.c to delscreen() to avoid a case
    in the former which could be called from SIGTSTP handler (Debian
    #961097).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 810717 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 174)
- Add ncurses patch 20200531
  + correct configure version-check/warnng for g++ to allow for 10.x
  + re-enable "bel" in konsole-base (report by Nia Huang)
  + add linux-s entry (patch by Alexandre Montaron).
  + drop long-obsolete convert_configure.pl 
  + add test/test_parm.c, for checking tparm changes.
  + improve parameter-checking for tparm, adding function _nc_tiparm() to
    handle the most-used case, which accepts only numeric parameters
    (report/testcase by "puppet-meteor").
  + use a more conservative estimate of the buffer-size in lib_tparm.c's
    save_text() and save_number(), in case the sprintf() function
    passes-through unexpected characters from a format specifier
    (report/testcase by "puppet-meteor").
  + add a check for end-of-string in cvtchar to handle a malformed
    string in infotocap (report/testcase by "puppet-meteor").

- Add ncurses patch 20200523
  + update version-check for gnat to allow for gnat 10.x to 99.x
  + fix an uninitialized variable in lib_mouse.c changes (cf: 20200502)
  + add a check in EmitRange to guard against repeat_char emitting digits
    which could be interpreted as BSD-style padding when --enable-bsdpad 
    is configured (report/patch by Hiltjo Posthuma).
  + add --disable-pkg-ldflags to suppress EXTRA_LDFLAGS from the
    generated pkg-config and ncurses*-config files, to simplify
    configuring in the case where rpath is used but the packager wants
    to hide the feature (report by Michael Stapelberg).
  > fixes for building with Visual Studio C++ and msys2 (patches by
    "Maarten Anonymous"):
  + modify CF_SHARED_OPTS to generate a script which translates linker
    options into Visual Studio's dialect.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 799983 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 173)
- Add ncurses patch 20200502
  + add details on the change to Linux SGR 21 in 2018 -TD
  + add xterm-direct16 and xterm-direct256 -TD
  + modify lib_mouse.c to check for out-of-range button numbers, convert
    those to position reports.

- Add ncurses patch 20200425
  + use vt100+fnkeys in putty -TD
  + fix a typo in tput.1; "columns" should be "cols".
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 795662 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 172)
- Add ncurses patch 20200418
  + improve tracemunch logic for "RUN" compaction.
  + fix a special case in wresize() where copying the old text did not
    check if the last cell on a row was the beginning of a fullwidth
    character (adapted from patch by Benno Schulenberg).
  + use vt52+keypad in xterm-vt52, from xterm #354 -TD
  + improve see-also section of user_caps.5
- Add ncurses patch 20200411
  + fix find_pair(), overlooked when refactoring for _nc_reserve_pairs()
    (report/testcase by Brad Town, cf: 20170812).
  + add a trailing null for magic-string in putwin, flagged by gcc 10
  + update check for gcc version versus gnat to work with gcc 10.x
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 793801 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 171)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 791735 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 170)
- Use %() to extract patch date for adding it to version 
  * add script get_version_number.sh which is used within the
    spec file to determine the actual patch version date

- Add ncurses patch 20200404
  + modify -fvisibility check to work with g++
  > fixes for building with Visual Studio C++ and msys2 (patches by
    "Maarten Anonymous"):
  + add configure option and check for gcc -fvisibility=hidden feature
  + define NCURSES_NOMACROS in lib_gen.c to work around Visual Studio
    C++ preprocessor limitations.
  + modify some of the configure-macros, as well as mk-1st.awk to work
    with Visual Studio C++ default filenaming.

- Add ncurses patch 20200328
  + correct length of buffer copied in dup_field().
  + remove "$(srcdir)/" from path of library.gpr, needed for out-of-tree
    builds of Ada95 (patch by Adam Van Ymeren).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 789684 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 169)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 782927 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 168)
- Add ncurses patch 20200308
  + update copyright notices in test-packages.
  + modify tracemunch to guard against errors in its known_p1 table.
  + add several --with-xxx-libname options, to help with pkgsrc (prompted
    by discussion with Thomas Klausner).

- Add ncurses patch 20200301
  + modify wbkgd() and wbkgrnd() to avoid storing a null in the
    background character, because it may be used in cases where the
    corresponding 0x80 is not treated as a null (report by Marc Rechte,
    cf: 20181208).

- Add ncurses patch 20200229
  + modify CF_NCURSES_CONFIG to work around xcode's c99 "-W" option,
    which conflicts with conventional use for passing linker options.
  > fixes for building with Visual Studio C++ and msys2 (patches by
    "Maarten Anonymous"):
  + check for pcre2posix.h instead of pcre2-posix.h
  + add case in CF_SHARED_OPTS for msys2 + msvc
  + add fallback definition for STDIN_FILENO in progs.priv.h
  + modify win_driver.c to use _alloca() rather than gcc's variable
    length array feature.
  + add NCURSES_IMPEXP to ncurses wrapped-variable declarations
  + remove NCURSES_IMPEXP from class variables in c++/cursslk.h
  + remove fallback prototype for exit() from c++/etip.h.in
  + use configured check for <sys/time.h> in a couple of places
  + conditionally include winsock.h in ncurses/win32con/gettimeofday.c,
    because Visual Studio needs this for the timestruct declaration.
  + adjust syntax in a couple of files using the NCURSES_API symbol.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 780858 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 167)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 774813 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 166)
- Add ncurses patch 20200215
  + improve manual page for panel library, extending the portability
    section as well as documenting error-returns.
  + show tic's version when installing terminal database in run_tic.sh
  + correct check for gcc vs other compilers used in ncurses 6.0, from
    FreeBSD patch by Kyle Evans (cf: 20150725).
  + add notes for 6.2 to INSTALL.

- Update to ncurses 6.2 (patch 20200212)
  * Add 20200212 6.2 release for upload to ftp.gnu.org
    + update release notes
    + minor build-fixes, mostly to test-package scripts
  * Add ncurses patch20200208
    + modify check for sizeof(wchar_t) to ensure it gives useful result
      when cross-compiling.
    + drop assumption in configure script that Cygwin's linker is broken.
    + define NCURSES_BROKEN_LINKER if the broken-linker feature is used,
    to simplify configure-checks for ncurses-examples.
  * Add ncurses patch20200202
    + reassert copyright on ncurses, per discussion in ncurses FAQ:
      https://invisible-island.net/ncurses/ncurses.faq.html#relicensed
  * Add ncurses patch20200201
    + modify comparison in make_hash.c to correct a special case in
      collision handling for Caps-hpux11
    + add testing utility report_hashing to check hash-tables used for
      terminfo and termcap names.
    + fix a missing prototype for _nc_free_and_exit().
    + update a few comments about tack 1.07
    + use an awk script to split too-long pathnames used in Ada95 sample
      programs for explain.txt
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 764223 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 165)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 748916 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 164)
- Do not add has size to linker flags of any pkg-config

- Add ncurses patch 20191109
  + add warning-check in tic for terminals with parm_dch vs parm_ich.
  + drop ich1 from rxvt-basic, Eterm and mlterm to improve compatibility
    with old non-curses programs -TD
  + reviewed st 0.8.2, updated some details -TD
  + use ansi+rep several places -TD
  + corrected tic's check for ich1 (report by Sebastian J. Bronner,
    cf: 20020901).

- Add ncurses patch 20191102
  + check parameter of set_escdelay, return ERR if negative.
  + check parameter of set_tabsize, return ERR if not greater than zero
    (report/patch by Anthony Sottile).
  + revise CF_ADD_LIBS macro to prepend rather than append libraries.
  + add "xterm-mono" to help packagers (report by Sven Joachim) -TD
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 744202 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 163)
- Add tack patch 1.08-20190721
  * tack.c, edit.c, tack.h: gcc-8.x-warnings
  * init.c, edit.c: gcc 4.x warning
  * charset.c: update copyright
  * charset.c: rewrite of set_attr resulted in off-by-one loop limit
  * aclocal.m4:
    add CF_CURSES_TERM_H to get proper ifdef's for the boolnames arrays
  * configure.in: add CF_CURSES_TERM_H
  * aclocal.m4: add CF_TERMIOS_TYPES, from xterm
  * sysdep.c: use termios types such as tcflag_t
  * configure.in: use CF_TERMIOS_TYPES
  * tack.h: update copyright
  * aclocal.m4: resync with my-autoconf
  * package/debian/changelog, package/tack.spec, tack.h: bump
  * config.sub: 2019-06-30
  * config.guess: 2019-06-10

- Add ncurses patch 20191026
  + add a note in man/curs_add_wch.3x about Unicode terminology for the
    line-drawing characters (report by Nick Black).
  + improve comment in lib_tgoto.c regarding the use of \200 where a
    \0 would be intended by the caller (report by "64 bit", cf: 20000923).
  + modify linux-16color to accommodate Linux console driver change in
    early 2018 (report by Dino Petrucci).
- Correct offsets of hunks of patch ncurses-6.1.dif for misc/terminfo.src
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 741817 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 162)
- Add ncurses patch 20191019
  + modify make_hash to not require --disable-leaks, to simplify building
    with address-sanitizer.
  + modify tic to exit if it cannot remove a conflicting name, because
    treating that as a partial success can cause an infinite loop in
    use-resolution (report/testcase by Hongxu Chen, cf: 20111001).

- Add ncurses patch 20191015
  + improve buffer-checks in captoinfo.c, for some cases when the
    input string is shorter than expected.
  > fix two errata in tic (report/testcases by Hongxu Chen):
  + check for missing character after backslash in write_it
  + check for missing characters after "%>" when converting from termcap
    syntax (cf: 980530).

- Avoid recursion trouble in spec file cause by undefined _lto_cflags 

- Add ncurses patch 20191012
  + amend recent changes to ncurses*-config and pc-files to filter out
    Debian linker-flags (report by Sven Joachim, cf: 20150516).
  + clarify relationship between tic, infocmp and captoinfo in manpage.
  + check for invalid hashcode in _nc_find_type_entry and
    _nc_find_name_entry.
  > fix several errata in tic (reports/testcases by "zjuchenyuan"):
  + check for invalid hashcode in _nc_find_entry.
  + check for missing character after backslash in fmt_entry
  + check for acsc with odd length in dump_entry in check for one-one
    mapping (cf: 20060415);
  + check length when converting from old AIX box_chars_1 capability,
    overlooked in changes to eliminate strcpy (cf: 20001007).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 734487 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 161)
- Add ncurses patch 20190928
  + amend the ncurse*-config and pc-files to take into account the rpath
    hack which differed between those files.
  + improve -L option filtering in ncurses*-config
  + improve recovery from error when reading command-character in
    test/ncurses.c, showing the relevant error message and not exiting on
    EINTR (cf: 20180922)
- Add library path for pkgconfig of ncurses5 as well

- Add ncurses patch 20190921
  + add a note in resizeterm manpage about top-level windows which touch
    the screen's borders.
  + modify configure-checks for gnat to identify each of the tools path
    and version.

- Add ncurses patch 20190914
  + build-fixes for Ada95 configure-script and corresponding test package
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 731264 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 160)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 724523 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 159)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 717564 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 158)
Automatic submission by obs-autosubmit
Displaying revisions 101 - 120 of 277
openSUSE Build Service is sponsored by