bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANN: ncurses-6.4-20230418


From: Thomas Dickey
Subject: ANN: ncurses-6.4-20230418
Date: Wed, 19 Apr 2023 00:31:37 +0000

Files:
  https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20230418.tgz
  
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-20230418.tgz.asc
  
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20230418.tgz
  
https://invisible-island.net/archives/AdaCurses/current/AdaCurses-small-20230418.tgz.asc
  
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20230418.tgz
  
https://invisible-island.net/archives/ncurses-examples/current/ncurses-examples-20230418.tgz.asc
  https://invisible-island.net/archives/ncurses/6.4/MD5sums
  https://invisible-island.net/archives/ncurses/6.4/dev-patches.zip
  
https://invisible-island.net/archives/ncurses/6.4/ncurses-6.4-20230418.patch.gz
  
https://invisible-island.net/archives/ncurses/6.4/ncurses-6.4-20230418.patch.gz.asc
  https://invisible-island.net/archives/ncurses/current/ncurses-6.4-20230418.tgz
  
https://invisible-island.net/archives/ncurses/current/ncurses-6.4-20230418.tgz.asc
  https://invisible-island.net/archives/ncurses/win32/mingw32-20230418.zip
  https://invisible-island.net/archives/ncurses/win32/mingw64-20230418.zip

 ncurses 6.4 - patch 20230418 - Thomas E. Dickey

 ------------------------------------------------------------------------------

 Ncurses 6.4 is at
   https://invisible-island.net/archives/ncurses/
   https://invisible-mirror.net/archives/ncurses/
   https://ftp.gnu.org/gnu/ncurses/

 Patches for ncurses 6.4 can be found at
   https://invisible-island.net/archives/ncurses/6.4
   https://invisible-mirror.net/archives/ncurses/6.4

 ------------------------------------------------------------------------------
 https://invisible-island.net/archives/ncurses/6.4/ncurses-6.4-20230418.patch.gz
 patch by Thomas E. Dickey <dickey@invisible-island.net>
 created  Wed Apr 19 00:17:23 UTC 2023
 ------------------------------------------------------------------------------
 INSTALL                          |    4 
 NEWS                             |   11 
 VERSION                          |    2 
 configure                        | 1691 ++++++++++++++++++-------------------
 configure.in                     |    7 
 dist.mk                          |    4 
 include/nc_access.h              |   11 
 include/nc_tparm.h               |    5 
 include/ncurses_defs             |    5 
 man/curs_termcap.3x              |    6 
 ncurses/tinfo/access.c           |   41 
 ncurses/tinfo/comp_error.c       |    8 
 ncurses/tinfo/lib_tgoto.c        |    6 
 ncurses/tinfo/write_entry.c      |    8 
 package/debian-mingw/changelog   |    4 
 package/debian-mingw64/changelog |    4 
 package/debian/changelog         |    4 
 package/debian/rules             |    4 
 package/mingw-ncurses.nsi        |    4 
 package/mingw-ncurses.spec       |    2 
 package/ncurses.spec             |    8 
 package/ncursest.spec            |    2 
 test/test_mouse.c                |    6 
 23 files changed, 941 insertions(+), 906 deletions(-)
 ------------------------------------------------------------------------------
 
20230418
        + improve checks for limits on privileged execution:
          + modify _nc_syserr_abort() to use _nc_env_access(), rather than
            only checking root uid.
          + use getauxval() when available, to improve setuid/setgid checks.
          + modify test packages to disable root access/environ options.
        + modify tgoto() to accept no-parameter capabilities, for joe editor
          (OpenSUSE #1210485, Gentoo #904263).


-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]