Path to this page:
./
x11/xterm,
Latest terminal emulator for the X Window System
Branch: pkgsrc-2020Q4,
Version: 366,
Package name: xterm-366,
Maintainer: pkgsrc-usersThe xterm program is a terminal emulator for the X Window System. It provides
DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use
the window system directly.
This version implements ISO/ANSI colors using the "new" color model
(i.e., background color erase). It also implements most of the control
sequences for VT220.
Package options: freetype, luit, xpm
Master sites:
SHA1: 1ec2fc8b5ee63d5a0d1c69cf7898624f280f6342
RMD160: c3a18eeac36609c24f9ea1556fc630bb38dd90c8
Filesize: 1412.102 KB
Version history: (Expand)
- (2021-02-14) Updated to version: xterm-366
- (2021-01-04) Package added to pkgsrc.se, version xterm-362 (created)
CVS history: (Expand)
2021-02-14 17:15:26 by Benny Siegert | Files touched by this commit (2) | |
Log message:
Pullup ticket #6429 - requested by wiz
x11/xterm: security fix
Revisions pulled up:
- x11/xterm/Makefile 1.131
- x11/xterm/distinfo 1.91
---
Module Name: pkgsrc
Committed By: wiz
Date: Thu Feb 11 09:02:52 UTC 2021
Modified Files:
pkgsrc/x11/xterm: Makefile distinfo
Log message:
xterm: update to 366.
Patch #366 - 2021/02/10
correct a compiler-warning fix in patch #352 which allowed sign-extension \
of coordinate values (report by "CismonX").
correct upper-limit for selection buffer, accounting for combining \
characters (report/testcase by Tavis Ormandy).
with alwaysHighlight true, xterm does not properly track focus. The \
screen->select FOCUS flag remains always on, which prevents bellIsUrgent from \
working, as the urgent WM_HINT flag is only set in setXUrgency() when the window \
is not focused. Fix this by updating screen->select in unselectwindow() \
regardless of the value of always_highlight (patch by Jiri Bohac).
improve fix for interaction between SRM and ENQ (report by Grant Taylor).
build-fix for --with-Xaw3dxft, needed when --with-toolbar is omitted \
(report by Jimmy Olgeni, Emanuel Haupt).
|