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: pin
Date: Tue Oct 31 16:18:09 UTC 2023
Modified Files:
pkgsrc/x11/xterm: Makefile distinfo
Log Message:
x11/xterm: update to 388
Patch #388 - 2023/10/22
- improve disallowPasteControls by adding a category for the special characters
known to stty (prompted by discussion with David Leadbeater).
- amend support of DECAUPSS, undoing change to initialization of G2/G3 so that
pasting of GR characters works properly (report/analysis by Petri Kaukasoina).
- update config.guess, config.sub
Patch #387 - 2023/10/15
- add DECRQUPSS and DECAUPSS.
- add DECRQDE (report by Jake Hamby).
- correct indexing expression in title-stack, from patch #385 changes
(report by Brian Lindholm).
Patch #386 - 2023/10/09
- improve references in ctlseqs.ms (prompted by discussion with Kirill Chibisov).
- make the maximum amount of memory used for buffering DCS and OSC strings
configurable with maxStringParse resource (report by Daniel Franke).
- improve performance of ReGIS when initializing the largest fontsize
(report by Ben Wong).
- fix regression in SIXEL colors, in patch #385 (report/patch by Jonny Langley).
- fix typo in --with-wtmp (report/patch by Sven Joachim)
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/x11/xterm/Makefile
cvs rdiff -u -r1.108 -r1.109 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.148 pkgsrc/x11/xterm/Makefile:1.149
--- pkgsrc/x11/xterm/Makefile:1.148 Wed Oct 4 05:15:01 2023
+++ pkgsrc/x11/xterm/Makefile Tue Oct 31 16:18:09 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.148 2023/10/04 05:15:01 pin Exp $
+# $NetBSD: Makefile,v 1.149 2023/10/31 16:18:09 pin Exp $
-DISTNAME= xterm-385
+DISTNAME= xterm-388
CATEGORIES= x11
MASTER_SITES= https://invisible-island.net/archives/xterm/
EXTRACT_SUFX= .tgz
Index: pkgsrc/x11/xterm/distinfo
diff -u pkgsrc/x11/xterm/distinfo:1.108 pkgsrc/x11/xterm/distinfo:1.109
--- pkgsrc/x11/xterm/distinfo:1.108 Wed Oct 4 05:15:01 2023
+++ pkgsrc/x11/xterm/distinfo Tue Oct 31 16:18:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.108 2023/10/04 05:15:01 pin Exp $
+$NetBSD: distinfo,v 1.109 2023/10/31 16:18:09 pin Exp $
-BLAKE2s (xterm-385.tgz) = 5f661f907232c1ce1a9a01b3db5f33f3fabe7ce99717c079c03c73d7933e694b
-SHA512 (xterm-385.tgz) = e00601a91238b6f0dc6cb973c928387ef7c41a3244cdb463d931c23e0ff93a76498b0d17ea90656a6bed7fcf0a24a788f1cbc02f1ff73e3fbc5ad0540f4982f7
-Size (xterm-385.tgz) = 1543993 bytes
+BLAKE2s (xterm-388.tgz) = e06fc232506ab5c1bc59e6e552e887207aec80467ea03067c445c50aa17ef955
+SHA512 (xterm-388.tgz) = 7ded1c32b18e629222c9109dc9eb206511762447f07a1043fb63802f036d6d685d332697edd46556c07e6fb5ca95f9bcf836c48d05bd72d626bb90dfa1bfc21a
+Size (xterm-388.tgz) = 1548336 bytes
Home |
Main Index |
Thread Index |
Old Index