Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ncurses for openSUSE:Factory checked in at 2022-03-17 17:01:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ncurses (Old) and /work/SRC/openSUSE:Factory/.ncurses.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncurses" Thu Mar 17 17:01:12 2022 rev:209 rq:961608 version:6.3.MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes 2022-03-11 11:47:56.298830337 +0100 +++ /work/SRC/openSUSE:Factory/.ncurses.new.25692/ncurses.changes 2022-03-17 17:01:17.721676036 +0100 @@ -1,0 +2,21 @@ +Mon Mar 14 07:21:10 UTC 2022 - Dr. Werner Fink <[email protected]> + +- 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 + +------------------------------------------------------------------- +Mon Mar 7 07:17:09 UTC 2022 - Dr. Werner Fink <[email protected]> + +- 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(). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncurses-5.9-ibm327x.dif ++++++ --- /var/tmp/diff_new_pack.ODjBer/_old 2022-03-17 17:01:18.725676804 +0100 +++ /var/tmp/diff_new_pack.ODjBer/_new 2022-03-17 17:01:18.729676807 +0100 @@ -4,7 +4,7 @@ --- misc/terminfo.src +++ misc/terminfo.src 2018-10-29 10:23:47.271511864 +0000 -@@ -17722,8 +17722,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv +@@ -17776,8 +17776,8 @@ hazel|exec80|h80|he80|Hazeltine Executiv # ibm327x|line mode IBM 3270 style, ++++++ ncurses-6.3-patches.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches/ncurses-6.3-20220305.patch new/patches/ncurses-6.3-20220305.patch --- old/patches/ncurses-6.3-20220305.patch 1970-01-01 01:00:00.000000000 +0100 +++ new/patches/ncurses-6.3-20220305.patch 2022-03-07 08:16:20.877813917 +0100 @@ -0,0 +1,377 @@ +# ncurses 6.3 - patch 20220305 - Thomas E. Dickey +# +# ------------------------------------------------------------------------------ +# +# Ncurses 6.3 is at +# ftp://ftp.invisible-island.net/ncurses/ +# https://invisible-mirror.net/archives/ncurses/ +# https://ftp.gnu.org/gnu/ncurses/ +# +# Patches for ncurses 6.3 can be found at +# ftp://ftp.invisible-island.net/ncurses/6.3 +# https://invisible-mirror.net/archives/ncurses/6.3 +# +# ------------------------------------------------------------------------------ +# ftp://ftp.invisible-island.net/ncurses/6.3/ncurses-6.3-20220305.patch.gz +# patch by Thomas E. Dickey <[email protected]> +# created Sun Mar 6 02:01:23 UTC 2022 +# ------------------------------------------------------------------------------ +# Ada95/configure | 4 ++-- +# Ada95/configure.in | 8 ++++---- +# NEWS | 8 +++++++- +# VERSION | 2 +- +# configure | 4 ++-- +# configure.in | 6 +++--- +# dist.mk | 4 ++-- +# doc/html/Ada95.html | 8 ++++---- +# package/debian-mingw/changelog | 4 ++-- +# package/debian-mingw64/changelog | 4 ++-- +# package/debian/changelog | 4 ++-- +# package/mingw-ncurses.nsi | 4 ++-- +# package/mingw-ncurses.spec | 2 +- +# package/ncurses.spec | 2 +- +# package/ncursest.spec | 2 +- +# progs/infocmp.c | 14 ++++++-------- +# 16 files changed, 42 insertions(+), 38 deletions(-) +# ------------------------------------------------------------------------------ +Index: Ada95/configure +--- ncurses-6.3-20220226+/Ada95/configure 2022-01-29 22:07:15.000000000 +0000 ++++ ncurses-6.3-20220305/Ada95/configure 2022-03-05 22:27:52.000000000 +0000 +@@ -1,5 +1,5 @@ + #! /bin/sh +-# From configure.in Revision: 1.84 . ++# From configure.in Revision: 1.85 . + # Guess values for system-dependent variables and create Makefiles. + # Generated by Autoconf 2.52.20210509. + # +@@ -15826,7 +15826,7 @@ + + if test "x$enable_warnings" = "xyes"; then + +- ADAFLAGS="$ADAFLAGS -gnatg" ++ ADAFLAGS="$ADAFLAGS -gnatwa -gnatyg" + + fi + +Index: Ada95/configure.in +Prereq: 1.84 +--- ncurses-6.3-20220226+/Ada95/configure.in 2021-10-30 20:47:52.000000000 +0000 ++++ ncurses-6.3-20220305/Ada95/configure.in 2022-03-05 22:20:52.000000000 +0000 +@@ -1,5 +1,5 @@ + dnl*************************************************************************** +-dnl Copyright 2018-2020,2021 Thomas E. Dickey * ++dnl Copyright 2018-2021,2022 Thomas E. Dickey * + dnl Copyright 2010-2016,2018 Free Software Foundation, Inc. * + dnl * + dnl Permission is hereby granted, free of charge, to any person obtaining a * +@@ -29,7 +29,7 @@ + dnl + dnl Author: Thomas E. Dickey + dnl +-dnl $Id: configure.in,v 1.84 2021/10/30 20:47:52 tom Exp $ ++dnl $Id: configure.in,v 1.85 2022/03/05 22:20:52 tom Exp $ + dnl Process this file with autoconf to produce a configure script. + dnl + dnl For additional information, see +@@ -38,7 +38,7 @@ + dnl + dnl --------------------------------------------------------------------------- + AC_PREREQ(2.52.20210509) +-AC_REVISION($Revision: 1.84 $) ++AC_REVISION($Revision: 1.85 $) + AC_INIT(gen/gen.c) + AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) + +@@ -356,7 +356,7 @@ + + CF_ENABLE_WARNINGS(Wno-unknown-pragmas Wswitch-enum,yes) + if test "x$enable_warnings" = "xyes"; then +- CF_ADD_ADAFLAGS(-gnatg) ++ CF_ADD_ADAFLAGS(-gnatwa -gnatyg) + fi + + ### use option --enable-assertions to turn on generation of assertion code +Index: NEWS +Prereq: 1.3782 +--- ncurses-6.3-20220226+/NEWS 2022-02-26 23:50:53.000000000 +0000 ++++ ncurses-6.3-20220305/NEWS 2022-03-05 22:15:20.000000000 +0000 +@@ -26,7 +26,7 @@ + -- sale, use or other dealings in this Software without prior written -- + -- authorization. -- + ------------------------------------------------------------------------------- +--- $Id: NEWS,v 1.3782 2022/02/26 23:50:53 tom Exp $ ++-- $Id: NEWS,v 1.3784 2022/03/05 22:15:20 tom Exp $ + ------------------------------------------------------------------------------- + + This is a log of changes that ncurses has gone through since Zeyd started +@@ -46,6 +46,12 @@ + Changes through 1.9.9e did not credit all contributions; + it is not possible to add this information. + ++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(). ++ + 20220226 + + fix issues found with coverity: + + rewrite canonical_name() function of infocmp to ensure buffer size +Index: VERSION +--- ncurses-6.3-20220226+/VERSION 2022-02-26 12:23:15.000000000 +0000 ++++ ncurses-6.3-20220305/VERSION 2022-03-05 12:07:05.000000000 +0000 +@@ -1 +1 @@ +-5:0:10 6.3 20220226 ++5:0:10 6.3 20220305 +Index: configure +--- ncurses-6.3-20220226+/configure 2022-02-05 17:56:41.000000000 +0000 ++++ ncurses-6.3-20220305/configure 2022-03-05 22:21:11.000000000 +0000 +@@ -1,5 +1,5 @@ + #! /bin/sh +-# From configure.in Revision: 1.741 . ++# From configure.in Revision: 1.742 . + # Guess values for system-dependent variables and create Makefiles. + # Generated by Autoconf 2.52.20210509. + # +@@ -17253,7 +17253,7 @@ + + if test "x$enable_warnings" = "xyes"; then + +- ADAFLAGS="$ADAFLAGS -gnatg" ++ ADAFLAGS="$ADAFLAGS -gnatwa -gnatyg" + + if test "x$cf_with_cxx" = xyes ; then + +Index: configure.in +Prereq: 1.741 +--- ncurses-6.3-20220226+/configure.in 2022-01-23 00:11:08.000000000 +0000 ++++ ncurses-6.3-20220305/configure.in 2022-03-05 22:13:12.000000000 +0000 +@@ -29,7 +29,7 @@ + dnl + dnl Author: Thomas E. Dickey 1995-on + dnl +-dnl $Id: configure.in,v 1.741 2022/01/23 00:11:08 tom Exp $ ++dnl $Id: configure.in,v 1.742 2022/03/05 22:13:12 tom Exp $ + dnl Process this file with autoconf to produce a configure script. + dnl + dnl For additional information, see +@@ -38,7 +38,7 @@ + dnl + dnl --------------------------------------------------------------------------- + AC_PREREQ(2.52.20210101) +-AC_REVISION($Revision: 1.741 $) ++AC_REVISION($Revision: 1.742 $) + AC_INIT(ncurses/base/lib_initscr.c) + AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) + +@@ -1640,7 +1640,7 @@ + CF_ENABLE_WARNINGS(Wno-unknown-pragmas Wswitch-enum,yes) + + if test "x$enable_warnings" = "xyes"; then +- CF_ADD_ADAFLAGS(-gnatg) ++ CF_ADD_ADAFLAGS(-gnatwa -gnatyg) + if test "x$cf_with_cxx" = xyes ; then + CF_GXX_WARNINGS(Wno-unused) + fi +Index: dist.mk +Prereq: 1.1468 +--- ncurses-6.3-20220226+/dist.mk 2022-02-26 12:23:15.000000000 +0000 ++++ ncurses-6.3-20220305/dist.mk 2022-03-05 12:07:05.000000000 +0000 +@@ -26,7 +26,7 @@ + # use or other dealings in this Software without prior written # + # authorization. # + ############################################################################## +-# $Id: dist.mk,v 1.1468 2022/02/26 12:23:15 tom Exp $ ++# $Id: dist.mk,v 1.1469 2022/03/05 12:07:05 tom Exp $ + # Makefile for creating ncurses distributions. + # + # This only needs to be used directly as a makefile by developers, but +@@ -38,7 +38,7 @@ + # These define the major/minor/patch versions of ncurses. + NCURSES_MAJOR = 6 + NCURSES_MINOR = 3 +-NCURSES_PATCH = 20220226 ++NCURSES_PATCH = 20220305 + + # We don't append the patch to the version, since this only applies to releases + VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) +Index: doc/html/Ada95.html +Prereq: 1.17 +--- ncurses-6.3-20220226+/doc/html/Ada95.html 2021-09-04 10:52:55.000000000 +0000 ++++ ncurses-6.3-20220305/doc/html/Ada95.html 2022-03-05 16:09:29.000000000 +0000 +@@ -1,7 +1,7 @@ + <!-- +- $Id: Ada95.html,v 1.17 2021/09/04 10:52:55 tom Exp $ ++ $Id: Ada95.html,v 1.18 2022/03/05 16:09:29 tom Exp $ + **************************************************************************** +- * Copyright 2019-2020,2021 Thomas E. Dickey * ++ * Copyright 2019-2021,2022 Thomas E. Dickey * + * Copyright 2000-2010,2013 Free Software Foundation, Inc. * + * * + * Permission is hereby granted, free of charge, to any person obtaining a * +@@ -57,13 +57,13 @@ + ncurses package, a clone of the SVr4 curses model.<br> + I did the development on an Intel box running the latest stable + release of <a href="http://www.linux.org">Linux</a>, ncurses +- and the most recent released <a href="http://www.gnat.com">GNU ++ and the most recent released <a href="https://ftp.gnu.org/gnu/gcc/">GNU + Ada Translator</a> gnat versions. For any older versions of + ncurses and gnat it is not guaranteed to work.</li> + + <li>You must have the m4 macroprocessor to build this package. + If you don't have this program, you can get the FSF version +- <a href="ftp://ftp.gnu.org/pub/gnu/">here</a>.</li> ++ <a href="https://ftp.gnu.org/pub/gnu/">here</a>.</li> + + <li>Ada programs are supposed to be readable. One of my + favorite methods to make code readable is to use expressive +Index: package/debian-mingw/changelog +--- ncurses-6.3-20220226+/package/debian-mingw/changelog 2022-02-26 12:23:15.000000000 +0000 ++++ ncurses-6.3-20220305/package/debian-mingw/changelog 2022-03-05 12:07:05.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.3+20220226) unstable; urgency=low ++ncurses6 (6.3+20220305) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <[email protected]> Sat, 26 Feb 2022 07:23:15 -0500 ++ -- Thomas E. Dickey <[email protected]> Sat, 05 Mar 2022 07:07:05 -0500 + + ncurses6 (5.9-20131005) unstable; urgency=low + +Index: package/debian-mingw64/changelog +--- ncurses-6.3-20220226+/package/debian-mingw64/changelog 2022-02-26 12:23:15.000000000 +0000 ++++ ncurses-6.3-20220305/package/debian-mingw64/changelog 2022-03-05 12:07:05.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.3+20220226) unstable; urgency=low ++ncurses6 (6.3+20220305) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <[email protected]> Sat, 26 Feb 2022 07:23:15 -0500 ++ -- Thomas E. Dickey <[email protected]> Sat, 05 Mar 2022 07:07:05 -0500 + + ncurses6 (5.9-20131005) unstable; urgency=low + +Index: package/debian/changelog +--- ncurses-6.3-20220226+/package/debian/changelog 2022-02-26 12:23:15.000000000 +0000 ++++ ncurses-6.3-20220305/package/debian/changelog 2022-03-05 12:07:05.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.3+20220226) unstable; urgency=low ++ncurses6 (6.3+20220305) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <[email protected]> Sat, 26 Feb 2022 07:23:15 -0500 ++ -- Thomas E. Dickey <[email protected]> Sat, 05 Mar 2022 07:07:05 -0500 + + ncurses6 (5.9-20120608) unstable; urgency=low + +Index: package/mingw-ncurses.nsi +Prereq: 1.508 +--- ncurses-6.3-20220226+/package/mingw-ncurses.nsi 2022-02-26 12:23:15.000000000 +0000 ++++ ncurses-6.3-20220305/package/mingw-ncurses.nsi 2022-03-05 12:07:05.000000000 +0000 +@@ -1,4 +1,4 @@ +-; $Id: mingw-ncurses.nsi,v 1.508 2022/02/26 12:23:15 tom Exp $ ++; $Id: mingw-ncurses.nsi,v 1.509 2022/03/05 12:07:05 tom Exp $ + + ; TODO add examples + ; TODO bump ABI to 6 +@@ -10,7 +10,7 @@ + !define VERSION_MAJOR "6" + !define VERSION_MINOR "3" + !define VERSION_YYYY "2022" +-!define VERSION_MMDD "0226" ++!define VERSION_MMDD "0305" + !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} + + !define MY_ABI "5" +Index: package/mingw-ncurses.spec +--- ncurses-6.3-20220226+/package/mingw-ncurses.spec 2022-02-26 12:23:15.000000000 +0000 ++++ ncurses-6.3-20220305/package/mingw-ncurses.spec 2022-03-05 12:07:05.000000000 +0000 +@@ -3,7 +3,7 @@ + Summary: shared libraries for terminal handling + Name: mingw32-ncurses6 + Version: 6.3 +-Release: 20220226 ++Release: 20220305 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz +Index: package/ncurses.spec +--- ncurses-6.3-20220226+/package/ncurses.spec 2022-02-26 12:23:15.000000000 +0000 ++++ ncurses-6.3-20220305/package/ncurses.spec 2022-03-05 12:07:05.000000000 +0000 +@@ -1,7 +1,7 @@ + Summary: shared libraries for terminal handling + Name: ncurses6 + Version: 6.3 +-Release: 20220226 ++Release: 20220305 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz +Index: package/ncursest.spec +--- ncurses-6.3-20220226+/package/ncursest.spec 2022-02-26 12:23:15.000000000 +0000 ++++ ncurses-6.3-20220305/package/ncursest.spec 2022-03-05 12:07:05.000000000 +0000 +@@ -1,7 +1,7 @@ + Summary: Curses library with POSIX thread support. + Name: ncursest6 + Version: 6.3 +-Release: 20220226 ++Release: 20220305 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz +Index: progs/infocmp.c +Prereq: 1.152 +--- ncurses-6.3-20220226+/progs/infocmp.c 2022-02-26 23:25:55.000000000 +0000 ++++ ncurses-6.3-20220305/progs/infocmp.c 2022-03-05 16:15:48.000000000 +0000 +@@ -43,7 +43,7 @@ + + #include <dump_entry.h> + +-MODULE_ID("$Id: infocmp.c,v 1.152 2022/02/26 23:25:55 tom Exp $") ++MODULE_ID("$Id: infocmp.c,v 1.153 2022/03/05 16:15:48 tom Exp $") + + #define MAX_STRING 1024 /* maximum formatted string */ + +@@ -124,7 +124,7 @@ + ExitProgram(EXIT_FAILURE); + } + +-static char * ++static void + canonical_name(char *source, char *target) + /* extract the terminal type's primary name */ + { +@@ -137,8 +137,6 @@ + *target++ = ch; + } + *target = '\0'; +- +- return (target); + } + + static bool +@@ -1136,8 +1134,8 @@ + if (entryeq(&qp->tterm, &rp->tterm) && useeq(qp, rp)) { + char name1[NAMESIZE], name2[NAMESIZE]; + +- (void) canonical_name(qp->tterm.term_names, name1); +- (void) canonical_name(rp->tterm.term_names, name2); ++ canonical_name(qp->tterm.term_names, name1); ++ canonical_name(rp->tterm.term_names, name2); + + (void) printf("%s = %s\n", name1, name2); + } +@@ -1165,8 +1163,8 @@ + entries[0] = *qp; + entries[1] = *rp; + +- (void) canonical_name(qp->tterm.term_names, name1); +- (void) canonical_name(rp->tterm.term_names, name2); ++ canonical_name(qp->tterm.term_names, name1); ++ canonical_name(rp->tterm.term_names, name2); + + switch (compare) { + case C_DIFFERENCE: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/patches/ncurses-6.3-20220312.patch new/patches/ncurses-6.3-20220312.patch --- old/patches/ncurses-6.3-20220312.patch 1970-01-01 01:00:00.000000000 +0100 +++ new/patches/ncurses-6.3-20220312.patch 2022-03-14 08:19:24.667511655 +0100 @@ -0,0 +1,300 @@ +# ncurses 6.3 - patch 20220312 - Thomas E. Dickey +# +# ------------------------------------------------------------------------------ +# +# Ncurses 6.3 is at +# ftp://ftp.invisible-island.net/ncurses/ +# https://invisible-mirror.net/archives/ncurses/ +# https://ftp.gnu.org/gnu/ncurses/ +# +# Patches for ncurses 6.3 can be found at +# ftp://ftp.invisible-island.net/ncurses/6.3 +# https://invisible-mirror.net/archives/ncurses/6.3 +# +# ------------------------------------------------------------------------------ +# ftp://ftp.invisible-island.net/ncurses/6.3/ncurses-6.3-20220312.patch.gz +# patch by Thomas E. Dickey <[email protected]> +# created Sun Mar 13 00:52:29 UTC 2022 +# ------------------------------------------------------------------------------ +# NEWS | 8 +++- +# VERSION | 2 - +# dist.mk | 4 +- +# misc/terminfo.src | 70 ++++++++++++++++++++++++++++++++++--- +# package/debian-mingw/changelog | 4 +- +# package/debian-mingw64/changelog | 4 +- +# package/debian/changelog | 4 +- +# package/mingw-ncurses.nsi | 4 +- +# package/mingw-ncurses.spec | 2 - +# package/ncurses.spec | 2 - +# package/ncursest.spec | 2 - +# 11 files changed, 86 insertions(+), 20 deletions(-) +# ------------------------------------------------------------------------------ +Index: NEWS +Prereq: 1.3784 +--- ncurses-6.3-20220305+/NEWS 2022-03-05 22:15:20.000000000 +0000 ++++ ncurses-6.3-20220312/NEWS 2022-03-12 19:32:10.000000000 +0000 +@@ -26,7 +26,7 @@ + -- sale, use or other dealings in this Software without prior written -- + -- authorization. -- + ------------------------------------------------------------------------------- +--- $Id: NEWS,v 1.3784 2022/03/05 22:15:20 tom Exp $ ++-- $Id: NEWS,v 1.3786 2022/03/12 19:32:10 tom Exp $ + ------------------------------------------------------------------------------- + + This is a log of changes that ncurses has gone through since Zeyd started +@@ -46,6 +46,12 @@ + Changes through 1.9.9e did not credit all contributions; + it is not possible to add this information. + ++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 ++ + 20220305 + + replace obsolescent "-gnatg" option with "-gnatwa" and "-gnatyg", to + work around build problems with gnat 12. +Index: VERSION +--- ncurses-6.3-20220305+/VERSION 2022-03-05 12:07:05.000000000 +0000 ++++ ncurses-6.3-20220312/VERSION 2022-03-12 11:56:09.000000000 +0000 +@@ -1 +1 @@ +-5:0:10 6.3 20220305 ++5:0:10 6.3 20220312 +Index: dist.mk +Prereq: 1.1469 +--- ncurses-6.3-20220305+/dist.mk 2022-03-05 12:07:05.000000000 +0000 ++++ ncurses-6.3-20220312/dist.mk 2022-03-12 11:56:09.000000000 +0000 +@@ -26,7 +26,7 @@ + # use or other dealings in this Software without prior written # + # authorization. # + ############################################################################## +-# $Id: dist.mk,v 1.1469 2022/03/05 12:07:05 tom Exp $ ++# $Id: dist.mk,v 1.1470 2022/03/12 11:56:09 tom Exp $ + # Makefile for creating ncurses distributions. + # + # This only needs to be used directly as a makefile by developers, but +@@ -38,7 +38,7 @@ + # These define the major/minor/patch versions of ncurses. + NCURSES_MAJOR = 6 + NCURSES_MINOR = 3 +-NCURSES_PATCH = 20220305 ++NCURSES_PATCH = 20220312 + + # We don't append the patch to the version, since this only applies to releases + VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) +Index: misc/terminfo.src +--- ncurses-6.3-20220305+/misc/terminfo.src 2022-01-23 22:33:01.000000000 +0000 ++++ ncurses-6.3-20220312/misc/terminfo.src 2022-03-12 19:04:55.000000000 +0000 +@@ -6,8 +6,8 @@ + # Report bugs and new terminal descriptions to + # [email protected] + # +-# $Revision: 1.974 $ +-# $Date: 2022/01/23 22:33:01 $ ++# $Revision: 1.981 $ ++# $Date: 2022/03/12 19:04:55 $ + # + # The original header is preserved below for reference. It is noted that there + # is a "newer" version which differs in some cosmetic details (but actually +@@ -4817,13 +4817,16 @@ + use=xterm+sm+1006, use=xterm+tmux, use=ecma+italics, + use=xterm+keypad, use=xterm-basic, + +-# This version reflects the current xterm features. +-xterm-new|modern xterm terminal emulator, ++xterm-p370|xterm patch #370, + npc, + kcbt=\E[Z, kent=\EOM, nel=\EE, use=ecma+index, + use=ansi+rep, use=ecma+strikeout, use=xterm+pcfkeys, + use=xterm+nofkeys, + ++# This version reflects the current xterm features. ++xterm-new|modern xterm terminal emulator, ++ use=dec+sl, use=xterm-p370, ++ + # This fragment is for people who cannot agree on what the backspace key + # should send. + xterm+kbs|fragment for backspace key, +@@ -5081,6 +5084,10 @@ + kf52=\E[14;3~, kf61=\E[11;4~, kf62=\E[12;4~, + kf63=\E[13;4~, use=xterm+pcf2, + # ++xterm+acs|ISO-2022 alternate character-switching for xterm, ++ acsc=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~, ++ enacs@, rmacs=\E(B, smacs=\E(0, ++ + # This chunk is used for building the VT220/Sun/PC keyboard variants. + xterm-basic|modern xterm terminal emulator - common, + OTbs, am, bce, mir, msgr, xenl, AX, XT, +@@ -8068,7 +8075,7 @@ + sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%| + %t;7%;%?%p4%t;5%;%?%p5%t;2%;m, + E3@, use=screen+italics, use=screen+fkeys, +- use=xterm+x11mouse, use=xterm-new, ++ use=xterm+x11mouse, use=xterm-p370, + #:screen.xterm|screen for modern xterm, + #: use=screen.xterm-new, + # xterm-r6 does not really support khome/kend unless it is propped up by +@@ -8232,6 +8239,53 @@ + %{256}%/%{255}%&%d:%p1%{255}%&%d%;m, + use=xterm+direct, use=tmux, + ++#### Mosh ++# https://mosh.org/ ++# mosh 1.3.2 ++# ++# mosh's DA1 identifies it as a VT220, but sets $TERM to "xterm" or ++# "xterm-256color" (hard-coded), which in its pretense that it is xterm, is ++# several years out of date. ++# ++# There is little documentation; the existing manpages amount to a quarter of ++# the length of mosh.org's heavily promotional website. This entry is based ++# on testing, and reading the source-code. For the latter, analysis is aided ++# by the developer's extensive use of hard-coded strings. ++# ++# The website has an example "Tricky unicode", which shows a shell command ++# with a typo (i.e., assuming that a byte in octal uses 4 digits) and suggests ++# that mosh and OS X Terminal "gets it right". ++# ++# The example as shown would not work. Correcting the typo, xterm gives the ++# result expected by the mosh developer. ++# ++# The other examples follow in a similar vein. ++# ++# It does not support these xterm features: ++# use=ansi+rep (xterm patch #36, 1997) ++# use=ecma+strikeout (xterm patch #305, 2014) ++# use=vt420+lrmm (xterm patch #279, 2012) ++# titlestack in smcup/rmcup has no effect (xterm patch #251, 2009) ++# does not support "dim" (xterm patch #305, 2014) ++# In tack ++# rmkx/smkx has no effect on numeric keypad ++# acs stuff has no effect, is included here for ease of comparison ++# ++# Unlike screen and tmux, mosh has only limited awareness of a terminal ++# description. It assumes that the underlying terminal is xterm, and would ++# not work well with terminals using other key-definitions, such as urxvt. ++mosh|mobile shell, ++ U8#1, ++ sgr=%?%p9%t\E(0%e\E(B%;\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%| ++ %t;7%;%?%p4%t;5%;%?%p7%t;8%;m, ++ sgr0=\E(B\E[m, use=ansi+enq, use=xterm+meta, ++ use=ecma+italics, use=ecma+index, use=xterm+acs, ++ use=xterm+sm+1006, use=xterm+pcfkeys, ++ use=xterm-xfree86, ++ ++mosh-256color|mosh using 256-colors, ++ use=xterm+256color, use=mosh, ++ + #### Dvtm + + # dvtwm 0.15 +@@ -27343,4 +27397,10 @@ + # 2022-01-23 + # + update kitty -TD + # ++# 2022-03-12 ++# + 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 ++# + ######## SHANTIH! SHANTIH! SHANTIH! +Index: package/debian-mingw/changelog +--- ncurses-6.3-20220305+/package/debian-mingw/changelog 2022-03-05 12:07:05.000000000 +0000 ++++ ncurses-6.3-20220312/package/debian-mingw/changelog 2022-03-12 11:56:09.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.3+20220305) unstable; urgency=low ++ncurses6 (6.3+20220312) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <[email protected]> Sat, 05 Mar 2022 07:07:05 -0500 ++ -- Thomas E. Dickey <[email protected]> Sat, 12 Mar 2022 06:56:09 -0500 + + ncurses6 (5.9-20131005) unstable; urgency=low + +Index: package/debian-mingw64/changelog +--- ncurses-6.3-20220305+/package/debian-mingw64/changelog 2022-03-05 12:07:05.000000000 +0000 ++++ ncurses-6.3-20220312/package/debian-mingw64/changelog 2022-03-12 11:56:09.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.3+20220305) unstable; urgency=low ++ncurses6 (6.3+20220312) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <[email protected]> Sat, 05 Mar 2022 07:07:05 -0500 ++ -- Thomas E. Dickey <[email protected]> Sat, 12 Mar 2022 06:56:09 -0500 + + ncurses6 (5.9-20131005) unstable; urgency=low + +Index: package/debian/changelog +--- ncurses-6.3-20220305+/package/debian/changelog 2022-03-05 12:07:05.000000000 +0000 ++++ ncurses-6.3-20220312/package/debian/changelog 2022-03-12 11:56:09.000000000 +0000 +@@ -1,8 +1,8 @@ +-ncurses6 (6.3+20220305) unstable; urgency=low ++ncurses6 (6.3+20220312) unstable; urgency=low + + * latest weekly patch + +- -- Thomas E. Dickey <[email protected]> Sat, 05 Mar 2022 07:07:05 -0500 ++ -- Thomas E. Dickey <[email protected]> Sat, 12 Mar 2022 06:56:09 -0500 + + ncurses6 (5.9-20120608) unstable; urgency=low + +Index: package/mingw-ncurses.nsi +Prereq: 1.509 +--- ncurses-6.3-20220305+/package/mingw-ncurses.nsi 2022-03-05 12:07:05.000000000 +0000 ++++ ncurses-6.3-20220312/package/mingw-ncurses.nsi 2022-03-12 11:56:09.000000000 +0000 +@@ -1,4 +1,4 @@ +-; $Id: mingw-ncurses.nsi,v 1.509 2022/03/05 12:07:05 tom Exp $ ++; $Id: mingw-ncurses.nsi,v 1.510 2022/03/12 11:56:09 tom Exp $ + + ; TODO add examples + ; TODO bump ABI to 6 +@@ -10,7 +10,7 @@ + !define VERSION_MAJOR "6" + !define VERSION_MINOR "3" + !define VERSION_YYYY "2022" +-!define VERSION_MMDD "0305" ++!define VERSION_MMDD "0312" + !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} + + !define MY_ABI "5" +Index: package/mingw-ncurses.spec +--- ncurses-6.3-20220305+/package/mingw-ncurses.spec 2022-03-05 12:07:05.000000000 +0000 ++++ ncurses-6.3-20220312/package/mingw-ncurses.spec 2022-03-12 11:56:09.000000000 +0000 +@@ -3,7 +3,7 @@ + Summary: shared libraries for terminal handling + Name: mingw32-ncurses6 + Version: 6.3 +-Release: 20220305 ++Release: 20220312 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz +Index: package/ncurses.spec +--- ncurses-6.3-20220305+/package/ncurses.spec 2022-03-05 12:07:05.000000000 +0000 ++++ ncurses-6.3-20220312/package/ncurses.spec 2022-03-12 11:56:09.000000000 +0000 +@@ -1,7 +1,7 @@ + Summary: shared libraries for terminal handling + Name: ncurses6 + Version: 6.3 +-Release: 20220305 ++Release: 20220312 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz +Index: package/ncursest.spec +--- ncurses-6.3-20220305+/package/ncursest.spec 2022-03-05 12:07:05.000000000 +0000 ++++ ncurses-6.3-20220312/package/ncursest.spec 2022-03-12 11:56:09.000000000 +0000 +@@ -1,7 +1,7 @@ + Summary: Curses library with POSIX thread support. + Name: ncursest6 + Version: 6.3 +-Release: 20220305 ++Release: 20220312 + License: X11 + Group: Development/Libraries + Source: ncurses-%{version}-%{release}.tgz ++++++ ncurses-6.3.dif ++++++ --- /var/tmp/diff_new_pack.ODjBer/_old 2022-03-17 17:01:19.741677582 +0100 +++ /var/tmp/diff_new_pack.ODjBer/_new 2022-03-17 17:01:19.745677584 +0100 @@ -484,7 +484,7 @@ sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5 %t;2%;%?%p6%t;1%;m%?%p9%t\016%e\017%;, sgr0=\E[m\017, smacs=^N, use=linux2.2, -@@ -5480,8 +5489,26 @@ xterm-noapp|xterm with cursor keys in no +@@ -5487,8 +5496,26 @@ xterm-noapp|xterm with cursor keys in no xterm-24|vs100|xterms|xterm terminal emulator (X Window System), lines#24, use=xterm-old, @@ -511,7 +511,7 @@ use=xterm-new, # This entry assumes that xterm's handling of VT100 SI/SO is disabled by -@@ -5847,7 +5874,7 @@ xterms-sun|small (80x24) xterm with sunF +@@ -5854,7 +5881,7 @@ xterms-sun|small (80x24) xterm with sunF #### GNOME (VTE) # this describes the alpha-version of GNOME terminal shipped with Redhat 6.0 @@ -520,7 +520,7 @@ bce, kdch1=^?, kf1=\EOP, kf2=\EOQ, kf3=\EOR, kf4=\EOS, use=xterm-color, -@@ -6119,10 +6146,14 @@ mgt|Multi GNOME Terminal, +@@ -6126,10 +6153,14 @@ mgt|Multi GNOME Terminal, #### KDE # This is kvt 0-18.7, shipped with Redhat 6.0 (though whether it supports bce # or not is debatable). @@ -536,7 +536,7 @@ # Konsole 1.0.1 (2001/11/25) # (formerly known as kvt) # -@@ -6374,7 +6405,7 @@ mlterm3|multi lingual terminal emulator, +@@ -6381,7 +6412,7 @@ mlterm3|multi lingual terminal emulator, mlterm2|multi lingual terminal emulator, am, eslok, km, mc5i, mir, msgr, npc, xenl, XT, colors#8, cols#80, it#8, lines#24, pairs#64, @@ -545,7 +545,7 @@ bel=^G, bold=\E[1m, cbt=\E[Z, clear=\E[H\E[2J, cr=\r, csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H, cud=\E[%p1%dB, cud1=\n, cuf=\E[%p1%dC, cuf1=\E[C, -@@ -6451,7 +6482,7 @@ rxvt-basic|rxvt terminal base (X Window +@@ -6458,7 +6489,7 @@ rxvt-basic|rxvt terminal base (X Window enacs=\E(B\E)0, flash=\E[?5h$<100/>\E[?5l, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\n, is1=\E[?47l\E=\E[?1l, @@ -554,7 +554,7 @@ kcbt=\E[Z, kmous=\E[M, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=\E>, rmso=\E[27m, rmul=\E[24m, -@@ -6546,8 +6577,8 @@ rxvt-basic|rxvt terminal base (X Window +@@ -6553,8 +6584,8 @@ rxvt-basic|rxvt terminal base (X Window # Removed kDN6, etc (control+shift) since rxvt does not implement this -TD rxvt+pcfkeys|fragment for PC-style fkeys, kDC=\E[3$, kEND=\E[8$, kHOM=\E[7$, kIC=\E[2$, kLFT=\E[d, @@ -565,7 +565,7 @@ kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf13=\E[25~, kf14=\E[26~, kf15=\E[28~, kf16=\E[29~, kf17=\E[31~, kf18=\E[32~, kf19=\E[33~, kf2=\E[12~, kf20=\E[34~, -@@ -6637,6 +6668,38 @@ rxvt-cygwin-native|rxvt terminal emulato +@@ -6644,6 +6675,38 @@ rxvt-cygwin-native|rxvt terminal emulato \302x\263y\363z\362{\343|\330~\376, use=rxvt-cygwin, @@ -604,7 +604,7 @@ # This variant is supposed to work with rxvt 2.7.7 when compiled with # NO_BRIGHTCOLOR defined. rxvt needs more work... rxvt-16color|rxvt with 16 colors like aixterm, -@@ -6701,7 +6764,7 @@ Eterm|Eterm-color|Eterm with xterm-style +@@ -6708,7 +6771,7 @@ Eterm|Eterm-color|Eterm with xterm-style home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, ind=\n, is1=\E[?47l\E>\E[?1l, is2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l, kNXT@, @@ -613,7 +613,7 @@ kc1=\E[8~, kc3=\E[6~, kent=\EOM, khlp=\E[28~, kmous=\E[M, mc4=\E[4i, mc5=\E[5i, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O, rmam=\E[?7l, rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmkx=, -@@ -7811,7 +7874,7 @@ pty|4bsd pseudo teletype, +@@ -7818,7 +7881,7 @@ pty|4bsd pseudo teletype, # https://github.com/emacs-mirror/emacs/blob/master/lisp/term.el # # The codes supported by the term.el terminal emulation in GNU Emacs 19.30 @@ -622,7 +622,7 @@ am, mir, xenl, cols#80, lines#24, bel=^G, bold=\E[1m, clear=\E[H\E[J, cr=\r, -@@ -7824,6 +7887,13 @@ eterm|GNU Emacs term.el terminal emulati +@@ -7831,6 +7894,13 @@ eterm|GNU Emacs term.el terminal emulati rmcup=\E[2J\E[?47l\E8, rmir=\E[4l, rmso=\E[m, rmul=\E[m, sgr0=\E[m, smcup=\E7\E[?47h, smir=\E[4h, smso=\E[7m, smul=\E[4m, @@ -636,7 +636,7 @@ # The codes supported by the term.el terminal emulation in GNU Emacs 22.2 eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, -@@ -7951,7 +8021,7 @@ screen|VT 100/ANSI X3.64 virtual termina +@@ -7958,7 +8028,7 @@ screen|VT 100/ANSI X3.64 virtual termina dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, flash=\Eg, home=\E[H, hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL, il1=\E[L, @@ -645,8 +645,8 @@ kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, -@@ -8071,6 +8141,13 @@ screen.xterm-xfree86|screen.xterm-new|sc - use=xterm+x11mouse, use=xterm-new, +@@ -8078,6 +8148,13 @@ screen.xterm-xfree86|screen.xterm-new|sc + use=xterm+x11mouse, use=xterm-p370, #:screen.xterm|screen for modern xterm, #: use=screen.xterm-new, +screen.xterm|screen customized for modern xterm, @@ -659,7 +659,7 @@ # xterm-r6 does not really support khome/kend unless it is propped up by # the translations resource. screen.xterm-r6|screen customized for X11R6 xterm, -@@ -8158,7 +8235,7 @@ screen2|VT 100/ANSI X3.64 virtual termin +@@ -8165,7 +8242,7 @@ screen2|VT 100/ANSI X3.64 virtual termin cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\E[A, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=, il=\E[%p1%dL, @@ -668,7 +668,7 @@ kcuu1=\EA, kf0=\E~, kf1=\ES, kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER, kf9=\E0I, khome=\EH, nel=\r\n, rc=\E8, ri=\EM, rmir=\E[4l, rmso=\E[23m, -@@ -10086,7 +10163,7 @@ hp700-wy|HP 700/41 emulating Wyse30, +@@ -10140,7 +10217,7 @@ hp700-wy|HP 700/41 emulating Wyse30, ri=\Ej, rmir=\Er, rmso=\EG0$<10/>, rmul=\EG0$<10/>, sgr0=\EG0$<10/>, smir=\Eq, smso=\EG4$<10/>, smul=\EG8$<10/>, tbc=\E0, vpa=\E[%p1%{32}%+%c, @@ -677,7 +677,7 @@ am, da, db, xhp, cols#80, lh#2, lines#24, lm#0, lw#8, nlab#8, acsc=0cjgktlrmfn/q\,t5u6v8w7x., bel=^G, blink=\E&dA, -@@ -17732,7 +17809,7 @@ ibm3101|i3101|IBM 3101-10, +@@ -17786,7 +17863,7 @@ ibm3101|i3101|IBM 3101-10, cup=\EY%p1%{32}%+%c%p2%{32}%+%c, cuu1=\EA, ed=\EJ, el=\EI, home=\EH, hts=\E0, ind=\n, kcub1=\ED, kcud1=\EB, kcuf1=\EC, kcuu1=\EA, nel=\r\n, tbc=\EH, @@ -686,7 +686,7 @@ is2=\E S, rmacs=\E>B, rmcup=\E>B, rs2=\E S, s0ds=\E>B, sgr=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%; %?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t -@@ -17990,7 +18067,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De +@@ -18044,7 +18121,7 @@ lft|lft-pc850|LFT-PC850|IBM LFT PC850 De tbc=\E[3g, use=ecma+index, # "Megapel" refers to the display adapter, which was used with the IBM RT # aka IBM 6150.
