Path to this page:
./
misc/screen,
Multi-screen window manager
Branch: CURRENT,
Version: 4.9.1,
Package name: screen-4.9.1,
Maintainer: pkgsrc-usersScreen is a full-screen window manager that multiplexes a physical terminal
between several processes (typically interactive shells).
Each virtual terminal provides the functions of a DEC VT100 terminal and, in
addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO
2022 standards (e.g. insert/delete line and support for multiple character
sets). There is a scrollback history buffer for each virtual terminal and a
copy-and-paste mechanism that allows moving text regions between windows.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 1016.392 KB
Version history: (Expand)
- (2023-09-06) Updated to version: screen-4.9.1
- (2022-03-06) Updated to version: screen-4.9.0
- (2022-01-04) Updated to version: screen-4.8.0nb5
- (2021-03-15) Updated to version: screen-4.8.0nb4
- (2020-08-02) Updated to version: screen-4.8.0nb3
- (2020-08-01) Updated to version: screen-4.8.0nb2
CVS history: (Expand)
2023-09-06 18:00:15 by Paolo Vincenzo Olivo | Files touched by this commit (8) | |
Log message:
misc/screen: update to 4.9.1.
# Changes
Version 4.9.1 (20/08/2023):
* Support stop/parity bits on serial port (#23952)
* Add needed system headers in checks and return values
for implicit function declarations
* Fixes:
- Avoid zombies after shell exit (#25089)
- Missed signal sending permission check on failed
query messages (CVE-2023-24626)
- manpage fixes
- source code fixes during cleanup
- UTF-8 encoding can emit invalid UTF-8 sequences
for out of range unicode values (#62097)
|
2022-03-06 14:04:20 by Ryo ONODERA | Files touched by this commit (7) | |
Log message:
screen: Update to 4.9.0
Changelog:
Version 4.9.0 (30/01/2022):
* Hardstatus option for used encoding (escape string '%e')
* OpenBSD uses native openpty() from its utils.h
* Fixes:
- fix combining char handling that could lead to a segfault
- CVE-2021-26937: possible denial of service via a crafted UTF-8 character \
sequence (bug #60030)
- make screen exit code be 0 when checking --help
- session names limit is 80 symbols (bug #61534)
- option -X ignores specified user in multiuser env (bug #37437)
- a lot of reformations/fixes/cleanups (man page and source code)
|
2022-01-03 22:21:12 by Christos Zoulas | Files touched by this commit (3) |
Log message:
Fix HUP-on-master close issue
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2021-09-28 14:51:06 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
screen: Support GCC >= 10.
|
2021-03-13 08:24:04 by Kimmo Suominen | Files touched by this commit (4) |
Log message:
misc/screen: Fix CVE-2021-26937 and another UTF-8 bug
|
2021-02-12 23:53:14 by Chris Pinnock | Files touched by this commit (3) |
Log message:
better approach. thanks wiz@
|