pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xterm
Module Name: pkgsrc
Committed By: wiz
Date: Sun Oct 9 21:05:16 UTC 2016
Modified Files:
pkgsrc/x11/xterm: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/x11/xterm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xterm/Makefile
diff -u pkgsrc/x11/xterm/Makefile:1.111 pkgsrc/x11/xterm/Makefile:1.112
--- pkgsrc/x11/xterm/Makefile:1.111 Mon Oct 3 12:07:34 2016
+++ pkgsrc/x11/xterm/Makefile Sun Oct 9 21:05:16 2016
@@ -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
Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.78 pkgsrc/x11/xterm/distinfo:1.79
--- pkgsrc/x11/xterm/distinfo:1.78 Mon Oct 3 12:07:34 2016
+++ pkgsrc/x11/xterm/distinfo Sun Oct 9 21:05:16 2016
@@ -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