]> ncurses.scripts.mit.edu Git - ncurses.git/commitdiff
ncurses 6.3 - patch 20220827
authorThomas E. Dickey <dickey@invisible-island.net>
Sat, 27 Aug 2022 23:30:06 +0000 (23:30 +0000)
committerThomas E. Dickey <dickey@invisible-island.net>
Sat, 27 Aug 2022 23:30:06 +0000 (23:30 +0000)
+ modify configure scripts to use overlooked cases for LD and
  PKG_CONFIG variables (report by Alan Webb, Gentoo #866398).
+ modify nsterm to use xterm+alt1049 (report by Paul Handly) -TD
+ modify putty to use xterm+alt1049 -TD

14 files changed:
NEWS
VERSION
aclocal.m4
configure
dist.mk
misc/gen-pkgconfig.in
misc/terminfo.src
package/debian-mingw/changelog
package/debian-mingw64/changelog
package/debian/changelog
package/mingw-ncurses.nsi
package/mingw-ncurses.spec
package/ncurses.spec
package/ncursest.spec

diff --git a/NEWS b/NEWS
index 521b8c7a6a3628da73e4ed04186723ab03113909..0d85c72d35725ad0588b47e95ddd5a1c0b0b6e66 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3848 2022/08/20 18:30:07 tom Exp $
+-- $Id: NEWS,v 1.3851 2022/08/27 19:29:31 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,12 @@ See the AUTHORS file for the corresponding full names.
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20220827
+       + modify configure scripts to use overlooked cases for LD and
+         PKG_CONFIG variables (report by Alan Webb, Gentoo #866398).
+       + modify nsterm to use xterm+alt1049 (report by Paul Handly) -TD
+       + modify putty to use xterm+alt1049 -TD
+
 20220820
        + fix some cppcheck warnings, mostly style, in ncurses and c++
          libraries and progs directory.
diff --git a/VERSION b/VERSION
index 8d2832382c7d5ad14f9cb836ce2ccfce1208f006..290b0f4e0aea9fd8e4a71514c682557b9e08e195 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5:0:10 6.3     20220820
+5:0:10 6.3     20220827
index 7fc80c4d27f3bd4f09e710ec475ab462e0909193..3137874886a56f2a5b454e39ce338fbb2cb6d629 100644 (file)
@@ -29,7 +29,7 @@ dnl***************************************************************************
 dnl
 dnl Author: Thomas E. Dickey 1995-on
 dnl
-dnl $Id: aclocal.m4,v 1.1008 2022/08/20 20:07:55 tom Exp $
+dnl $Id: aclocal.m4,v 1.1009 2022/08/27 19:47:35 tom Exp $
 dnl Macros used in NCURSES auto-configuration script.
 dnl
 dnl These macros are maintained separately from NCURSES.  The copyright on
@@ -4309,7 +4309,7 @@ then
 fi
 ])dnl
 dnl ---------------------------------------------------------------------------
-dnl CF_LD_SEARCHPATH version: 3 updated: 2021/03/05 19:13:35
+dnl CF_LD_SEARCHPATH version: 4 updated: 2022/08/27 15:43:08
 dnl ----------------
 dnl Try to obtain the linker's search-path, for use in scripts.
 dnl
@@ -4320,7 +4320,7 @@ AC_CACHE_CHECK(for linker search path,cf_cv_ld_searchpath,[
 if test "$cross_compiling" != yes ; then
 
 # GNU binutils' ld does not involve permissions which may stop ldconfig.
-cf_pathlist=`ld --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[[("=]][[("=]]*,,g' -e 's/"[[)]];//gp' | sort -u`
+cf_pathlist=`${LD:-ld} --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[[("=]][[("=]]*,,g' -e 's/"[[)]];//gp' | sort -u`
 
 # The -NX options tell newer versions of Linux ldconfig to not attempt to
 # update the cache, which makes it run faster.
index e7dff243d850293a4e6431e6840791bc2ec48c80..aeb93b87aa2de68c51049cd1f928a01c50e9a7d1 100755 (executable)
--- a/configure
+++ b/configure
@@ -29084,7 +29084,7 @@ else
 if test "$cross_compiling" != yes ; then
 
 # GNU binutils' ld does not involve permissions which may stop ldconfig.
-cf_pathlist=`ld --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[("=][("=]*,,g' -e 's/"[)];//gp' | sort -u`
+cf_pathlist=`${LD:-ld} --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[("=][("=]*,,g' -e 's/"[)];//gp' | sort -u`
 
 # The -NX options tell newer versions of Linux ldconfig to not attempt to
 # update the cache, which makes it run faster.
diff --git a/dist.mk b/dist.mk
index 8b4cbe790e76451ff6948c53c65eec51de4a93ac..7cd25aebbb6dc64112a85fd9ccd110b399980638 100644 (file)
--- a/dist.mk
+++ b/dist.mk
@@ -26,7 +26,7 @@
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
-# $Id: dist.mk,v 1.1498 2022/08/20 09:47:59 tom Exp $
+# $Id: dist.mk,v 1.1499 2022/08/27 09:47:02 tom Exp $
 # Makefile for creating ncurses distributions.
 #
 # This only needs to be used directly as a makefile by developers, but
@@ -38,7 +38,7 @@ SHELL = /bin/sh
 # These define the major/minor/patch versions of ncurses.
 NCURSES_MAJOR = 6
 NCURSES_MINOR = 3
-NCURSES_PATCH = 20220820
+NCURSES_PATCH = 20220827
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
index cc6791e13f12cf3141458e0797c94b5b673c45ab..99ab584f891204c4eadf43854d768449dd7e808a 100644 (file)
@@ -1,5 +1,5 @@
 #!@SHELL@
-# $Id: gen-pkgconfig.in,v 1.54 2022/07/26 20:19:50 tom Exp $
+# $Id: gen-pkgconfig.in,v 1.55 2022/08/27 19:07:03 tom Exp $
 ##############################################################################
 # Copyright 2018-2021,2022 Thomas E. Dickey                                  #
 # Copyright 2009-2015,2018 Free Software Foundation, Inc.                    #
@@ -170,7 +170,7 @@ fi
 
 # The "URL" feature came in pkg-config 0.17
 USEURL=""
-CFGVER=`pkg-config --version 2>/dev/null |head -n 1 | awk -F. '/0.[0-9][0-9]/{print $2;}'`
+CFGVER=`${PKG_CONFIG:-pkg-config} --version 2>/dev/null |head -n 1 | awk -F. '/0.[0-9][0-9]/{print $2;}'`
 # A missing version should simply fail, but some packagers insist on building
 # packages on machines which do not actually have the tools they depend on at
 # runtime.
index 6c2b8f0c456368341ade6a2bf5fd3dd784c94ed7..8a4f9d5cb9d11743f052d5cd497ebec072869056 100644 (file)
@@ -6,8 +6,8 @@
 # Report bugs and new terminal descriptions to
 #      bug-ncurses@gnu.org
 #
-#      $Revision: 1.1029 $
-#      $Date: 2022/07/03 21:39:22 $
+#      $Revision: 1.1032 $
+#      $Date: 2022/08/27 18:44:46 $
 #
 # 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
@@ -3691,9 +3691,12 @@ nsterm-build400|Terminal.app in OS X 10.13,
        rmso=\E[27m, rmul=\E[24m, use=xterm+sm+1006,
        use=ecma+italics, use=nsterm-build361,
 
+nsterm-build440|Terminal.app in MacOS 11.6.8,
+       use=xterm+alt1049, use=nsterm-build400,
+
 # This is an alias which should always point to the "current" version
 nsterm|nsterm-256color|Apple_Terminal|AppKit Terminal.app,
-       use=nsterm-build400,
+       use=nsterm-build440,
 
 #### iTerm, iTerm2
 
@@ -4276,20 +4279,20 @@ putty|PuTTY terminal emulator,
        kbs=^?, kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC,
        kcuu1=\EOA, kind=\E[B, kri=\E[A, kspd=^Z, nel=\r\n, oc=\E]R,
        op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
-       rmam=\E[?7l, rmcup=\E[2J\E[?47l, rmir=\E[4l,
-       rmkx=\E[?1l\E>, rmpch=\E[10m, rmso=\E[27m, rmul=\E[24m,
+       rmam=\E[?7l, rmir=\E[4l, rmkx=\E[?1l\E>, rmpch=\E[10m,
+       rmso=\E[27m, rmul=\E[24m,
        rs2=\E<\E["p\E[50;6"p\Ec\E[?3l\E]R\E[?1000l,
        s0ds=\E[10m, s1ds=\E[11m, s2ds=\E[12m, sc=\E7,
        setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
        sgr=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5
            %;m%?%p9%t\016%e\017%;,
-       sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smcup=\E[?47h,
-       smir=\E[4h, smkx=\E[?1h\E=, smpch=\E[11m, smso=\E[7m,
-       smul=\E[4m, vpa=\E[%i%p1%dd, E3=\E[3J, use=vt220+pcedit,
+       sgr0=\E[m\017, smacs=^N, smam=\E[?7h, smir=\E[4h,
+       smkx=\E[?1h\E=, smpch=\E[11m, smso=\E[7m, smul=\E[4m,
+       vpa=\E[%i%p1%dd, E3=\E[3J, use=vt220+pcedit,
        use=ansi+tabs, use=ansi+rep, use=ecma+index,
-       use=xterm+sm+1006, use=putty+fnkeys, use=vt102+enq,
-       use=xterm+sl, use=vt100+fnkeys, use=putty+keypad,
-       use=vt220+cvis,
+       use=xterm+alt1049, use=xterm+sm+1006, use=putty+fnkeys,
+       use=vt102+enq, use=xterm+sl, use=vt100+fnkeys,
+       use=putty+keypad, use=vt220+cvis,
 putty+keypad|PuTTY numeric keypad,
        kp1=\EOq, kp2=\EOr, kp3=\EOs, kp4=\EOt, kp5=\EOu, kp6=\EOv,
        kp7=\EOw, kp8=\EOx, kp9=\EOy, kpADD=\EOl, kpDIV=\EOQ,
@@ -27649,4 +27652,8 @@ v3220|LANPAR Vision II model 3220/3221/3222,
 #        supported the u6-u9 extension -TD
 #      + add/use apollo+vt132, xterm+alt47 -TD
 #
+# 2022-08-27
+#      + modify nsterm to use xterm+alt1049 (report by Paul Handly) -TD
+#      + modify putty to use xterm+alt1049 -TD
+#
 ######## SHANTIH!  SHANTIH!  SHANTIH!
index 848877420cc3e650fc6ed36d6b15974200fa6922..60fa2926f7587dbbf218cc75ea069a1183c84dc5 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.3+20220820) unstable; urgency=low
+ncurses6 (6.3+20220827) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 20 Aug 2022 05:47:59 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 27 Aug 2022 05:47:02 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index 848877420cc3e650fc6ed36d6b15974200fa6922..60fa2926f7587dbbf218cc75ea069a1183c84dc5 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.3+20220820) unstable; urgency=low
+ncurses6 (6.3+20220827) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 20 Aug 2022 05:47:59 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 27 Aug 2022 05:47:02 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
index 5897d4313b1f202391ba9e1db237eeeaa9353851..c43427b5d2b7201a53d156433760a1f43fa40dda 100644 (file)
@@ -1,8 +1,8 @@
-ncurses6 (6.3+20220820) unstable; urgency=low
+ncurses6 (6.3+20220827) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 20 Aug 2022 05:47:59 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 27 Aug 2022 05:47:02 -0400
 
 ncurses6 (5.9-20120608) unstable; urgency=low
 
index 0f9f4a023d1519cedfd5d04f8afa529196e889ef..06f0f18898269fa771ba28f16d69e6067b02c8a4 100644 (file)
@@ -1,4 +1,4 @@
-; $Id: mingw-ncurses.nsi,v 1.538 2022/08/20 09:47:59 tom Exp $\r
+; $Id: mingw-ncurses.nsi,v 1.539 2022/08/27 09:47:02 tom Exp $\r
 \r
 ; TODO add examples\r
 ; TODO bump ABI to 6\r
@@ -10,7 +10,7 @@
 !define VERSION_MAJOR "6"\r
 !define VERSION_MINOR "3"\r
 !define VERSION_YYYY  "2022"\r
-!define VERSION_MMDD  "0820"\r
+!define VERSION_MMDD  "0827"\r
 !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}\r
 \r
 !define MY_ABI   "5"\r
index 74bca996742638af423eb61b552a78d98c407ede..d2d154bc3ab7134cc34e9a178d399522f6f8c020 100644 (file)
@@ -3,7 +3,7 @@
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
 Version: 6.3
-Release: 20220820
+Release: 20220827
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
index 668b9db335e3dc1992cd6f79377b85c3d723088c..c059e1ee56883eea40c199453392328311e83f10 100644 (file)
@@ -1,7 +1,7 @@
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Version: 6.3
-Release: 20220820
+Release: 20220827
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
index b097530429f54fd3f999b62da91442c018e7a394..477fb8e5cf770882b22f6dd3307ab1d0de4e4902 100644 (file)
@@ -1,7 +1,7 @@
 Summary: Curses library with POSIX thread support.
 Name: ncursest6
 Version: 6.3
-Release: 20220820
+Release: 20220827
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz