diff options
author | wiz <wiz> | 2014-02-22 23:32:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-02-22 23:32:30 +0000 |
commit | af6e30034484669a81d705721ef41fbaa5bba337 (patch) | |
tree | eac6589da59879138aa1a415f1c47340207d315a /misc | |
parent | 8c4e39fde9774dfe1131e38b3977a8c06dbb3310 (diff) | |
download | pkgsrc-af6e30034484669a81d705721ef41fbaa5bba337.tar.gz |
Update to 1.9a:
NOTE: This is a bug-fix release to address some important bugs which just
missed the 1.9 deadline, but were found afterwards.
Normal Changes
==============
* Fix crash due to uninitialized lastwp member of layout_cell
* Fix -fg/-bg/-style with 256 colour terminals.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tmux/Makefile | 4 | ||||
-rw-r--r-- | misc/tmux/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile index 9051a013629..d2df29e8433 100644 --- a/misc/tmux/Makefile +++ b/misc/tmux/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2014/02/22 14:41:57 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/02/22 23:32:30 wiz Exp $ -DISTNAME= tmux-1.9 +DISTNAME= tmux-1.9a CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tmux/} diff --git a/misc/tmux/distinfo b/misc/tmux/distinfo index 63f5f5447bc..f2ceee0fe5a 100644 --- a/misc/tmux/distinfo +++ b/misc/tmux/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2014/02/22 14:41:57 wiz Exp $ +$NetBSD: distinfo,v 1.25 2014/02/22 23:32:30 wiz Exp $ -SHA1 (tmux-1.9.tar.gz) = 43197e69716a0430a9e856c13df8ceae31783078 -RMD160 (tmux-1.9.tar.gz) = 2907b50214ad26ada43d05c8db8032af5fb83acf -Size (tmux-1.9.tar.gz) = 447027 bytes +SHA1 (tmux-1.9a.tar.gz) = 815264268e63c6c85fe8784e06a840883fcfc6a2 +RMD160 (tmux-1.9a.tar.gz) = 29ae5f12aa71ee800643fb2df23573bee83f5965 +Size (tmux-1.9a.tar.gz) = 447938 bytes SHA1 (patch-server-client.c) = 1cd724559d5cac935b4bbb1d02a7927ae54ae3fc |