diff options
author | tnn <tnn@pkgsrc.org> | 2009-01-06 18:20:25 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-01-06 18:20:25 +0000 |
commit | e1e0bb5f183e05b7cf70d5db18b03113cd0c9566 (patch) | |
tree | 5c6a4b1f064c7e65f572ffe7308f168a58d80d80 /x11/xterm | |
parent | 3cbc5084704a93c16c9a17380900d043266978ef (diff) | |
download | pkgsrc-e1e0bb5f183e05b7cf70d5db18b03113cd0c9566.tar.gz |
update to xterm-238. Closes PR pkg/40334 and fixes CVE-2008-2383.
Patch #238 - 2008/12/30
* update configure macro CF_XOPEN_SOURCE for AIX 6.x and Mint platforms.
* reset the screen wrapping-flag at the end of ClearRight to fix an occasional
case where the last character of a scrolled and wrapped line would be cleared
(patch by Joe Peterson).
* modify to use POSIX coding for comparing resource settings such as locale,
to work with locales such as Turkish (report by M Vefa Bicakci).
* turn on configure paste64 feature by default (request by
Jean-Philippe Bernardy). It is runtime enabled/disabled with allowWindowOps.
* turn on configure tcap-query feature by default, add resource allowTcapOps
to make this runtime enabled/disabled.
* make OSC 3 (change X property, from patch #110) subject to allowWindowOps
resource.
* make VT220 DSR responses inactive in VT100-mode.
* make DECUDK feature inactive in VT100-mode.
* respond to incorrectly formatted DECRQSS with a cancel.
* add allowFontOps resource to allow the fontsize-switching and font query/set
control sequences to be enabled/disabled (prompted by Debian #510030).
* some code cleanup based on gcc 4.x -Wconversion warnings in button.c and
charproc.c
* modify tcap-query feature to not return data for shifted cursor-keys when
the keyboard type is set to vt220, since returning the same string for
shifted/unshifted keys may confuse some applications (GenToo #212546).
Diffstat (limited to 'x11/xterm')
-rw-r--r-- | x11/xterm/Makefile | 5 | ||||
-rw-r--r-- | x11/xterm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index ba682ed3d82..dce3767d844 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2008/11/10 17:21:40 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2009/01/06 18:20:25 tnn Exp $ -DISTNAME= xterm-237 -PKGREVISION= 1 +DISTNAME= xterm-238 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://www.sfr-fresh.com/unix/misc/ diff --git a/x11/xterm/distinfo b/x11/xterm/distinfo index e11b4aa1968..09d6694bad4 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2008/09/16 22:18:26 bjs Exp $ +$NetBSD: distinfo,v 1.28 2009/01/06 18:20:25 tnn Exp $ -SHA1 (xterm-237.tgz) = 50ecf5b2c2ed3abd3d1bcdcfe476e9c485723084 -RMD160 (xterm-237.tgz) = 3e64296f5526dc00024f68695078f90ea9b6550c -Size (xterm-237.tgz) = 860424 bytes +SHA1 (xterm-238.tgz) = fef9376398b6bca40fed9372af64f08c957c1654 +RMD160 (xterm-238.tgz) = d36c4145a68290be510e529e842407d8b41706df +Size (xterm-238.tgz) = 862288 bytes SHA1 (patch-aa) = f975c694ffd05be7d56adbaf55713fc694e9c997 |