pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xterm update to xterm-238. Closes PR pkg/40334 and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/972736470aae
branches:  trunk
changeset: 552583:972736470aae
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Jan 06 18:20:25 2009 +0000

description:
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:

 x11/xterm/Makefile |  5 ++---
 x11/xterm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 98ef5db7c35a -r 972736470aae x11/xterm/Makefile
--- a/x11/xterm/Makefile        Tue Jan 06 18:08:04 2009 +0000
+++ b/x11/xterm/Makefile        Tue Jan 06 18:20:25 2009 +0000
@@ -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 -r 98ef5db7c35a -r 972736470aae x11/xterm/distinfo
--- a/x11/xterm/distinfo        Tue Jan 06 18:08:04 2009 +0000
+++ b/x11/xterm/distinfo        Tue Jan 06 18:20:25 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index