From 08cb0629bff42529bcae1cef66e3c13acbaa6b4c0a3b0d555359f020a9874848 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 17 May 2021 19:22:10 +0000 Subject: [PATCH] Update to ncurses-6.2 patch 20210515 OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=549 --- ncurses-6.2-patches.tar.bz2 | 4 ++-- ncurses.changes | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ncurses-6.2-patches.tar.bz2 b/ncurses-6.2-patches.tar.bz2 index eb6f99d..3e1f361 100644 --- a/ncurses-6.2-patches.tar.bz2 +++ b/ncurses-6.2-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5b5257f3e447fba05623dd8c4a88dca3bc7ab6d5e2362b0131e1e5a89ede7cd -size 2338714 +oid sha256:e4c003f2d9c0a7601e105ce12ae75a7c44f2bf01cf1ca5beb348679b45206f0b +size 2351699 diff --git a/ncurses.changes b/ncurses.changes index d15dc0f..6841059 100644 --- a/ncurses.changes +++ b/ncurses.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon May 17 06:29:16 UTC 2021 - Dr. Werner Fink + +- Add ncurses patch 20210515 + + improve manual pages for wgetnstr, newwin (prompted by + report/testcase by Bill Gray). +- Add ncurses patch 20210508 + + modify tputs' error check to allow it to be used without first + calling tgetent or setupterm, noting that terminfo initialization + is requires for supporting the terminfo delay feature (report by + Sebastiano Vigna). + + fix several warnings from clang --analyze + + add null-pointer check in comp_parse.c, when a "use=" clause refers + to a nonexisting terminal description (report/patch by Miroslav + Lichvar, cf: 20210227). + ------------------------------------------------------------------- Mon May 3 07:08:48 UTC 2021 - Dr. Werner Fink