Update to tightvncviewer-1.3.9.
Major upstream changes to the viewer are: 1.3.9 ----- o Added support for the standard RFB protocol version 3.8 with TightVNC extensions. 1.3.8 ----- o Port numbers are now calculated modulo 65536 with vncviewer's -listen option. That makes it possible to listen on TCP ports under 5900. 1.3dev4 ------- o Fixed a bug with the viewer crashing on selecting text in Xvnc, and then choosing F8 / Clipboard: local -> remote, twice.
This commit is contained in:
parent
c0e16a051d
commit
4d39361052
2 changed files with 6 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.24 2007/03/25 22:06:02 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2007/06/17 20:39:39 tnn Exp $
|
||||
|
||||
DISTNAME= tightvnc-1.2.9
|
||||
DISTNAME= tightvnc-1.3.9
|
||||
PKGNAME= ${DISTNAME:S/tightvnc/tightvncviewer/}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= net x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vnc-tight/}
|
||||
DISTFILES= ${DISTNAME}_unixsrc.tar.bz2
|
||||
|
@ -34,5 +33,4 @@ post-install:
|
|||
.include "../../x11/libXaw/buildlink3.mk"
|
||||
.include "../../x11/libXp/buildlink3.mk"
|
||||
.include "../../x11/libXt/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.11 2005/02/24 12:14:05 agc Exp $
|
||||
$NetBSD: distinfo,v 1.12 2007/06/17 20:39:40 tnn Exp $
|
||||
|
||||
SHA1 (tightvnc-1.2.9_unixsrc.tar.bz2) = 62b55237676bbdc7f08771e6ff72c0f70264f4ee
|
||||
RMD160 (tightvnc-1.2.9_unixsrc.tar.bz2) = 57c4d24bbc008b7188ae4bb177fbb409bc1d26d3
|
||||
Size (tightvnc-1.2.9_unixsrc.tar.bz2) = 1738256 bytes
|
||||
SHA1 (tightvnc-1.3.9_unixsrc.tar.bz2) = a9529a262a060517402fb9845ef63a0d18c3141f
|
||||
RMD160 (tightvnc-1.3.9_unixsrc.tar.bz2) = 79d858466b7fab740b4d66d6b0963533f48a5163
|
||||
Size (tightvnc-1.3.9_unixsrc.tar.bz2) = 1792459 bytes
|
||||
SHA1 (patch-aa) = 56346a71083a8565d034187fcabb28a965078d62
|
||||
SHA1 (patch-ab) = e83466e362f78e4d1c88969c356d7ac3d2d617f6
|
||||
|
|
Loading…
Reference in a new issue