New curses Libraries
As soon as a text application needs to directly control its output to
the screen (if it wants to place the cursor at location (x,y) then
write text), ncurses is used. The panel and the forms libraries are
included in this package. These new libraries support color, special
characters, and panels.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/ncurses && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
FORTIFY_SOURCE_3-fix.patch | 0000000449 449 Bytes | |
README.devel | 0000002918 2.85 KB | |
baselibs.conf | 0000000503 503 Bytes | |
check-build.sh | 0000000989 989 Bytes | |
cursescheck | 0000008795 8.59 KB | |
edit.sed | 0000000508 508 Bytes | |
get_version_number.sh | 0000000817 817 Bytes | |
handle.linux | 0000002278 2.22 KB | |
ncurses-5.7-tack.dif | 0000001550 1.51 KB | |
ncurses-5.9-ibm327x.dif | 0000000418 418 Bytes | |
ncurses-6.3-patches.tar.bz2 | 0001270898 1.21 MB | |
ncurses-6.3.dif | 0000028961 28.3 KB | |
ncurses-6.3.tar.gz | 0003583550 3.42 MB | |
ncurses-6.3.tar.gz.asc | 0000000729 729 Bytes | |
ncurses-rpmlintrc | 0000000389 389 Bytes | |
ncurses.changes | 0000358386 350 KB | |
ncurses.keyring | 0000006266 6.12 KB | |
ncurses.spec | 0000041985 41 KB | |
tack-1.09-20220528.tgz | 0000251529 246 KB | |
tack-1.09-20220528.tgz.asc | 0000000729 729 Bytes |
Revision 225 (latest revision is 277)
Fabian Vogt (favogt_factory)
accepted
request 1007806
from
Dr. Werner Fink (WernerFink)
(revision 225)
- Add ncurses patch 20221001 + modify configure/scripts to work around interference by GNU grep 3.8 (report by Sam James). + update CF_XOPEN_SOURCE, adding variants "gnueabi" and "gnueabihf" to get _DEFAULT_SOURCE special case (report by Adam Sampson) - Port patch ncurses-6.3.dif - Add ncurses patch 20220924 + modify configure macro CF_BUILD_CC to check if the build-compiler works, rather than that it is different from the cross-compiler, e.g., to accommodate a compiler which can be used for either purpose with different flags (report by Mikhail Korolev). + fix another memory-leak in tic. + correct change for cppcheck in menu library (report/analysis by "tuxway", cf: 20220903). + update config.guess, config.sub - Correct offsets of patches * ncurses-6.3.dif - Add ncurses patch 20220917 + reduce memory-leak in tic by separating allocations for struct entry from TERMTYPE2 (cf: 20220430). + improve interaction between tic -v option and NCURSES_TRACE, by processing the latter only when -v option does not set _nc_tracing. + modify curses_trace() to show the trace-mask as symbols, e.g., TRACE_ORDINARY, DEBUG_LEVEL(3).
Comments 1
Is it possible to retrigger build and republish all the packages that claim to buildrequire ncurses-devel ? PCRE posix is still infecting a sizeable amount of packages and those will likely crash under some circumstances as they expect regcomp from glibc and not from pcre.