The curses library routines are a terminal-independent method of
updating character screens with reasonable optimization. The ncurses
(new curses) library is a freely distributable replacement for the
discontinued 4.4 BSD classic curses library.
This package contains support utilities, including a terminfo compiler
tic, a decompiler infocmp, clear, tput, tset, and a termcap conversion
tool captoinfo.
* Thu Jul 10 2025 Miroslav Lichvar <mlichvar@redhat.com> 6.2-10.20210508.el9_6.2
- remove execute permissions from ANNOUNCE file (RHEL-102738)
* Thu Jun 26 2025 Miroslav Lichvar <mlichvar@redhat.com> 6.2-10.20210508.el9_6.1
- guard against corrupt terminfo data in string conversion (CVE-2022-29458
RHEL-100139)
* Mon Aug 21 2023 Miroslav Lichvar <mlichvar@redhat.com> 6.2-10.20210508
- ignore TERMINFO and HOME only if setuid/setgid/capability (#2211666)
* Mon Aug 14 2023 Miroslav Lichvar <mlichvar@redhat.com> 6.2-9.20210508
- fix buffer overflow on terminfo with too many capabilities (CVE-2023-29491)
- ignore TERMINFO and HOME environment variables if running as root (#2211666)