From bb55d9e3947102ec2554482d47d21402093f32e8 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Mon, 18 Sep 2023 07:47:34 +0000 Subject: [PATCH] ncurses 6.4 - patch 20230918 + new tarball/errata (report by Sven Joachim). --- NEWS | 5 ++++- VERSION | 2 +- dist.mk | 4 ++-- ncurses/doit | 1 - 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/doit | 11 ----------- 12 files changed, 18 insertions(+), 27 deletions(-) delete mode 100644 ncurses/doit delete mode 100644 progs/doit diff --git a/NEWS b/NEWS index 1d64985f..fdcd7860 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.4000 2023/09/17 08:34:59 tom Exp $ +-- $Id: NEWS,v 1.4001 2023/09/17 22:41:20 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,9 @@ 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. +20230918 + + new tarball/errata (report by Sven Joachim). + 20230917 + improve formatting of manpages (integrated patches by Branden Robinson). diff --git a/VERSION b/VERSION index cfa562bb..0a90ac36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:10 6.4 20230917 +5:0:10 6.4 20230918 diff --git a/dist.mk b/dist.mk index af4f6073..fedcbbd7 100644 --- 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.1565 2023/09/17 08:35:40 tom Exp $ +# $Id: dist.mk,v 1.1566 2023/09/18 07:33:33 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 = 4 -NCURSES_PATCH = 20230917 +NCURSES_PATCH = 20230918 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/ncurses/doit b/ncurses/doit deleted file mode 100644 index ca093ee9..00000000 --- a/ncurses/doit +++ /dev/null @@ -1 +0,0 @@ -TERM=vxt-delay ASAN_OPTIONS=detect_odr_violation=0 ./lib_mvcur diff --git a/package/debian-mingw/changelog b/package/debian-mingw/changelog index 5e8d4e6e..0f99c1c0 100644 --- a/package/debian-mingw/changelog +++ b/package/debian-mingw/changelog @@ -1,8 +1,8 @@ -ncurses6 (6.4+20230917) unstable; urgency=low +ncurses6 (6.4+20230918) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sun, 17 Sep 2023 04:35:40 -0400 + -- Thomas E. Dickey Sun, 17 Sep 2023 18:08:06 -0400 ncurses6 (5.9+20131005) unstable; urgency=low diff --git a/package/debian-mingw64/changelog b/package/debian-mingw64/changelog index 5e8d4e6e..0f99c1c0 100644 --- a/package/debian-mingw64/changelog +++ b/package/debian-mingw64/changelog @@ -1,8 +1,8 @@ -ncurses6 (6.4+20230917) unstable; urgency=low +ncurses6 (6.4+20230918) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sun, 17 Sep 2023 04:35:40 -0400 + -- Thomas E. Dickey Sun, 17 Sep 2023 18:08:06 -0400 ncurses6 (5.9+20131005) unstable; urgency=low diff --git a/package/debian/changelog b/package/debian/changelog index ae6d9582..a3ca43ec 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,8 +1,8 @@ -ncurses6 (6.4+20230917) unstable; urgency=low +ncurses6 (6.4+20230918) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sun, 17 Sep 2023 04:35:40 -0400 + -- Thomas E. Dickey Sun, 17 Sep 2023 18:08:06 -0400 ncurses6 (5.9+20120608) unstable; urgency=low diff --git a/package/mingw-ncurses.nsi b/package/mingw-ncurses.nsi index 3127d319..3eb41412 100644 --- a/package/mingw-ncurses.nsi +++ b/package/mingw-ncurses.nsi @@ -1,4 +1,4 @@ -; $Id: mingw-ncurses.nsi,v 1.605 2023/09/17 08:35:40 tom Exp $ +; $Id: mingw-ncurses.nsi,v 1.606 2023/09/17 22:08:06 tom Exp $ ; TODO add examples ; TODO bump ABI to 6 @@ -10,7 +10,7 @@ !define VERSION_MAJOR "6" !define VERSION_MINOR "4" !define VERSION_YYYY "2023" -!define VERSION_MMDD "0917" +!define VERSION_MMDD "0918" !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} !define MY_ABI "5" diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index a9341799..b0bc2082 100644 --- a/package/mingw-ncurses.spec +++ b/package/mingw-ncurses.spec @@ -3,7 +3,7 @@ Summary: shared libraries for terminal handling Name: mingw32-ncurses6 Version: 6.4 -Release: 20230917 +Release: 20230918 License: X11 Group: Development/Libraries URL: https://invisible-island.net/ncurses/ diff --git a/package/ncurses.spec b/package/ncurses.spec index 9aafe162..340f23ee 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,7 +1,7 @@ Summary: shared libraries for terminal handling Name: ncurses6 Version: 6.4 -Release: 20230917 +Release: 20230918 License: X11 Group: Development/Libraries URL: https://invisible-island.net/ncurses/ diff --git a/package/ncursest.spec b/package/ncursest.spec index 824e43cd..9780cc30 100644 --- a/package/ncursest.spec +++ b/package/ncursest.spec @@ -1,7 +1,7 @@ Summary: Curses library with POSIX thread support. Name: ncursest6 Version: 6.4 -Release: 20230917 +Release: 20230918 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz diff --git a/progs/doit b/progs/doit deleted file mode 100644 index 81652c4b..00000000 --- a/progs/doit +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -cd ../ncurses -make || exit -cd ../progs -make || exit -export TERMINFO=/tmp/FOO -rm -rf $TERMINFO -mkdir -p $TERMINFO -rm -f trace -shlib ./tic -v2 -x /var/mail/long_name.ti -shlib ./infocmp -x xy -- 2.45.0