diff options
author | jlam <jlam@pkgsrc.org> | 2003-02-17 23:32:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-02-17 23:32:21 +0000 |
commit | 5c450ebe4aafebc845b9775bf69497d8a7d50cb6 (patch) | |
tree | f0e4ca6adb09a2ed697089b16f47702d5184fe64 /net/tightvncviewer | |
parent | 49539fd643c4a85ccb5f7256ffec3a3ca730cb46 (diff) | |
download | pkgsrc-5c450ebe4aafebc845b9775bf69497d8a7d50cb6.tar.gz |
Update net/tightvncviewer to 1.2.8. Changes from version 1.2.7 include:
* Support for a separate view-only password has been implemented. Now
the servers support two passwords -- one to allow full control,
another to restrict remote keyboard and mouse input.
* New "-x11cursor" option has been implemented in vncviewer. This option
allows using a real X11 cursor with X11-style cursor shape updates,
disables the dot cursor, and disables cursor position updates in
non-fullscreen mode.
* New "RunCommand" command to customize the X11 vncviewer popup menu has
been implemented; a patch from Peter Astrand.
* A problem with Xvnc eating all CPU time after xfs restarts has been
fixed.
* Other minor improvements and bugfixes.
Diffstat (limited to 'net/tightvncviewer')
-rw-r--r-- | net/tightvncviewer/Makefile | 6 | ||||
-rw-r--r-- | net/tightvncviewer/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile index 648e484bfc7..1c275671dd3 100644 --- a/net/tightvncviewer/Makefile +++ b/net/tightvncviewer/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2002/12/29 19:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2003/02/17 23:32:21 jlam Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # -DISTNAME= tightvnc-1.2.7 -PKGNAME= tightvncviewer-1.2.7 +DISTNAME= tightvnc-1.2.8 +PKGNAME= tightvncviewer-1.2.8 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vnc-tight/} DISTFILES= ${DISTNAME}_unixsrc.tar.bz2 diff --git a/net/tightvncviewer/distinfo b/net/tightvncviewer/distinfo index b306947abf1..4c86e9451a8 100644 --- a/net/tightvncviewer/distinfo +++ b/net/tightvncviewer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2003/01/12 19:28:24 jschauma Exp $ +$NetBSD: distinfo,v 1.8 2003/02/17 23:32:21 jlam Exp $ -SHA1 (tightvnc-1.2.7_unixsrc.tar.bz2) = 39b28b4272dbc915045a375ca21a50ff23a989eb -Size (tightvnc-1.2.7_unixsrc.tar.bz2) = 1725728 bytes +SHA1 (tightvnc-1.2.8_unixsrc.tar.bz2) = b1593f1e986cb57d20f10b2b5e7a6ec1b9312119 +Size (tightvnc-1.2.8_unixsrc.tar.bz2) = 1733425 bytes SHA1 (patch-aa) = 56346a71083a8565d034187fcabb28a965078d62 |