./devel/ncurses, CRT screen handling and optimization package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q1, Version: 6.1, Package name: ncurses-6.1, Maintainer: pkgsrc-users

The ncurses (new curses) library is a free software emulation of
curses in System V Release 4.0, and more. It uses terminfo format,
supports pads and color and multiple highlights and forms characters
and function-key mapping, and has all the other SYSV-curses
enhancements over BSD curses.


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 57acf6bc24cacd651d82541929f726f4def780cc
RMD160: 938235f3922f9c6ef0f1081d643ecb2da1347a17
Filesize: 3286.519 KB

Version history: (Expand)


CVS history: (Expand)


   2018-04-07 22:50:44 by S.P.Zeidler | Files touched by this commit (12) | Package updated
Log message:
Pullup ticket #5733 - requested by bsiegert
devel/ncurses: security update
devel/ncursesw: security update

Revisions pulled up:
- devel/ncurses/Makefile                                        1.97
- devel/ncurses/Makefile.common                                 1.35
- devel/ncurses/PLIST                                           1.24
- devel/ncurses/distinfo                                        1.34
- devel/ncurses/patches/patch-aa                                1.19
- devel/ncurses/patches/patch-ab                                1.21
- devel/ncurses/patches/patch-ac                                1.26
- devel/ncurses/patches/patch-c++_Makefile.in                   1.2
- devel/ncurses/patches/patch-ncurses_tinfo_alloc__entry.c      deleted
- devel/ncurses/patches/patch-ncurses_tinfo_lib__baudrate.c     deleted
- devel/ncurses/patches/patch-ncurses_tinfo_parse__entry.c      deleted
- devel/ncursesw/Makefile                                       1.16

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   spz
   Date:           Mon Apr  2 16:26:04 UTC 2018

   Modified Files:
           pkgsrc/devel/ncurses: Makefile Makefile.common PLIST distinfo
           pkgsrc/devel/ncurses/patches: patch-aa patch-ab patch-ac
               patch-c++_Makefile.in
           pkgsrc/devel/ncursesw: Makefile
   Removed Files:
           pkgsrc/devel/ncurses/patches: patch-ncurses_tinfo_alloc__entry.c
               patch-ncurses_tinfo_lib__baudrate.c
               patch-ncurses_tinfo_parse__entry.c

   Log message:
   update ncurses(w) to version 6.1, which fixes CVE-2017-13728 and
   CVE-2017-16879

   summary relnotes:
    This release is designed to be source-compatible with ncurses 5.0
    through 6.0; providing extensions to the application binary interface
   (ABI).
    Although the source can still be configured to support the ncurses 5 ABI,
    the intent of the release is to provide extensions to the ncurses 6 ABI:

       improve integration of tput and tset

       provide support for extended numeric capabilities.

   The lengthy details are at http://invisible-island.net/ncurses/announce.html

   To generate a diff of this commit:
   cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/ncurses/Makefile
   cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/ncurses/Makefile.common
   cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ncurses/PLIST
   cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/ncurses/distinfo
   cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ncurses/patches/patch-aa
   cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ncurses/patches/patch-ab
   cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/ncurses/patches/patch-ac
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ncurses/patches/patch-c++_Makefile.in
   cvs rdiff -u -r1.1 -r0 \
       pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_alloc__entry.c \
       pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_parse__entry.c
   cvs rdiff -u -r1.2 -r0 \
       pkgsrc/devel/ncurses/patches/patch-ncurses_tinfo_lib__baudrate.c
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ncursesw/Makefile