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
This commit is contained in:
parent
a85fe8bfe3
commit
583501db83
2 changed files with 7 additions and 8 deletions
|
@ -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
|
DISTNAME= xterm-322
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
MASTER_SITES= ftp://invisible-island.net/xterm/ \
|
MASTER_SITES= ftp://invisible-island.net/xterm/ \
|
||||||
http://www.sfr-fresh.com/unix/misc/
|
http://www.sfr-fresh.com/unix/misc/
|
||||||
|
|
|
@ -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
|
SHA1 (xterm-322.tgz) = d2709c46c767a4e38ebf5f9e1dd30d640129263d
|
||||||
RMD160 (xterm-320.tgz) = b128e2ff2d170c8f82c56e696cb844455267a4e9
|
RMD160 (xterm-322.tgz) = 86051cf92ede221f6f4bbd0c4b976945ea113277
|
||||||
SHA512 (xterm-320.tgz) = 6c234b5564ce1276136bc3ef8ef5d6703ed9dc3af3b0fd7c8c713c0876276fc4bb55cee7137f9a8c45df66531b6bd8eb778bd7660ea35c4aa8aa80ba17ba1263
|
SHA512 (xterm-322.tgz) = 12641478cf35daabf45ae4edb0015e2659ca8e9849d56a93765335fc67667ab5ad5eb06c8ca5ed1b90004c22d40a6c57bb624894217b9256d1723154bf5a0c99
|
||||||
Size (xterm-320.tgz) = 1217356 bytes
|
Size (xterm-322.tgz) = 1227531 bytes
|
||||||
|
|
Loading…
Reference in a new issue