pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xterm Updated xterm to 327.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d8bd55a301c
branches:  trunk
changeset: 353657:4d8bd55a301c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 09 21:05:16 2016 +0000

description:
Updated xterm to 327.

                            Patch #327 - 2016/10/07

     * add  a  check in the function which handles end-of-line wrapping to
       ensure   that   C1   controls   are   allocated   one  column  when
       allowC1Printable is set (Debian #738794).
     * use  consistent  error-checking  after  strtol  calls, fixes a case
       where  a  query  with  OSC 6 did not ensure there was a valid color
       number (report by Alex Smith).
     * add -baudrate option, for testing ncurses.
     * always  generate  the CASE_xxx symbols in VTparse.h and Tekparse.h,
       as  part of a change to improve debug-logging. This makes the build
       always depend upon awk.
     * modify   allowC1Printable   to  disallow  codes  160-254  as  being
       equivalent  to  codes  32-126 when parsing escape sequences (Debian
       #839220).
     * amend  fix from patch #326 for TrueType fonts to exclude the hidden
       character used for double-width cells (report by Grady Martin).
     * fix a typo in ctlseqs.ms

diffstat:

 x11/xterm/Makefile |   4 ++--
 x11/xterm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 36df35c1c4e0 -r 4d8bd55a301c x11/xterm/Makefile
--- a/x11/xterm/Makefile        Sun Oct 09 21:04:52 2016 +0000
+++ b/x11/xterm/Makefile        Sun Oct 09 21:05:16 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2016/10/03 12:07:34 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2016/10/09 21:05:16 wiz Exp $
 
-DISTNAME=      xterm-326
+DISTNAME=      xterm-327
 CATEGORIES=    x11
 MASTER_SITES=  ftp://invisible-island.net/xterm/
 EXTRACT_SUFX=  .tgz
diff -r 36df35c1c4e0 -r 4d8bd55a301c x11/xterm/distinfo
--- a/x11/xterm/distinfo        Sun Oct 09 21:04:52 2016 +0000
+++ b/x11/xterm/distinfo        Sun Oct 09 21:05:16 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.78 2016/10/03 12:07:34 wiz Exp $
+$NetBSD: distinfo,v 1.79 2016/10/09 21:05:16 wiz Exp $
 
-SHA1 (xterm-326.tgz) = 1b3bb4c57b9c362bc0fa113c95cbace370481685
-RMD160 (xterm-326.tgz) = b07c5dcc055a3447978a3b761a33dd2eadd08705
-SHA512 (xterm-326.tgz) = 24a26adeeb07f2ed31779578d3a18d6c838bc7596521f5c826c8747b96fae1a296451f55d0046970102cf9f2ef072f6d0505dfc51378796c2834fb9af036dce1
-Size (xterm-326.tgz) = 1240064 bytes
+SHA1 (xterm-327.tgz) = 4dffabe5662ee19611860b7d8284f237616d0b82
+RMD160 (xterm-327.tgz) = 160735e0848b02c6f6dcc7acaf162b771eb21ae7
+SHA512 (xterm-327.tgz) = d9d9f3b870fea8db9ae3c076a9d85152488b2d392b9b1e2e4ebbeded287ed4911f1f63e5e035d5b3793b2506b993125c6fca437393b435a28aeb519d76147672
+Size (xterm-327.tgz) = 1240131 bytes



Home | Main Index | Thread Index | Old Index