diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-03 11:18:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-03 11:18:30 +0000 |
commit | 6a05d413107a8fff0ad3b4ccd8f8b55a33ca68ac (patch) | |
tree | d61d83fd1e7ef9dc6f96bfe71d28805ecbf9388b /x11 | |
parent | 8c5ec8c5989cba520b1238781ac84417eaea156e (diff) | |
download | pkgsrc-6a05d413107a8fff0ad3b4ccd8f8b55a33ca68ac.tar.gz |
Update xterm to 322:
Patch #322 - 2016/01/02
fix regression due to incorrect fix for compiler warning when allocating storage for /etc/shells (reports by Ashish Shukla, Debian #809646).
Patch #321 - 2015/12/31
add resource keepClipboard, escape sequence and action keep-clipboard.
add optional feature to capture text copied to clipboard at the time of copying rather than at the time the clipboard contents are requested for pasting (patch by Milan Mehner).
improve a special case where the -e option was used to pass a single-quoted command via luit, by wrapping it in a “sh -c” (report by Keith Hedger).
minor fix for type-cleanliness when allocating storage for /etc/shells (Tobias Stoeckmann).
fix a typo in manual page (Dan Church).
fix minor file-descriptor leak; after calling openpty, the slave's file descriptor is not needed (report by Juha Nurmela).
editorial change to ctlseqs.ms (report by David Gomboc).
minor updates for autoconf macros.
update config.guess, config.sub
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 5 | ||||
-rw-r--r-- | x11/xterm/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile index 764ab5dc8e7..6f9c7713495 100644 --- a/x11/xterm/Makefile +++ b/x11/xterm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.105 2015/10/14 20:17:28 wiz Exp $ +# $NetBSD: Makefile,v 1.106 2016/01/03 11:18:30 wiz Exp $ -DISTNAME= xterm-320 -PKGREVISION= 1 +DISTNAME= xterm-322 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 428b9b3cec8..8ba1625b01f 100644 --- a/x11/xterm/distinfo +++ b/x11/xterm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.73 2015/11/04 03:29:12 agc Exp $ +$NetBSD: distinfo,v 1.74 2016/01/03 11:18:30 wiz Exp $ -SHA1 (xterm-320.tgz) = b1d2a1698430eb96530aa7c7bb7a6c562dcecf72 -RMD160 (xterm-320.tgz) = b128e2ff2d170c8f82c56e696cb844455267a4e9 -SHA512 (xterm-320.tgz) = 6c234b5564ce1276136bc3ef8ef5d6703ed9dc3af3b0fd7c8c713c0876276fc4bb55cee7137f9a8c45df66531b6bd8eb778bd7660ea35c4aa8aa80ba17ba1263 -Size (xterm-320.tgz) = 1217356 bytes +SHA1 (xterm-322.tgz) = d2709c46c767a4e38ebf5f9e1dd30d640129263d +RMD160 (xterm-322.tgz) = 86051cf92ede221f6f4bbd0c4b976945ea113277 +SHA512 (xterm-322.tgz) = 12641478cf35daabf45ae4edb0015e2659ca8e9849d56a93765335fc67667ab5ad5eb06c8ca5ed1b90004c22d40a6c57bb624894217b9256d1723154bf5a0c99 +Size (xterm-322.tgz) = 1227531 bytes |