summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-05-03 06:21:54 +0000
committerobache <obache@pkgsrc.org>2010-05-03 06:21:54 +0000
commit512592aca78283b857a03c862c0c866ab7c64f1b (patch)
treedfb4c5dc4ad8d97bcaeb2dae4a1860c74c181dea /x11
parent3ee8cdeb5419d7f1ebe15d3128b37707ce53a995 (diff)
downloadpkgsrc-512592aca78283b857a03c862c0c866ab7c64f1b.tar.gz
Update x11vnc to 0.9.10.
New in the 0.9.10 x11vnc release: IPv6 is now supported for all usage modes: forward and reverse connections, SSL and unencrypted, etc. The included SSL enabled Java VNC viewer applet now supports Chained SSL Certificates (x11vnc -ssl always has.) The applet autodects x11vnc and set GET=1 for faster connecting via HTTPS. A demo CGI script 'desktop.cgi' shows how to create an SSL encrypted, multi-user x11vnc web login desktop service. The user logs into a secure web site and gets his/her own virtual desktop and his browser accesses it with the SSL Java VNC Viewer applet. A serverCert Java Viewer applet parameter is provided. Use an authenticated HTTPS browser connection to set this parameter (the user could set it locally too.) The onetimekey tool has -certonly option for this scheme. The Xdummy script (use Xorg 'dummy' driver instead of Xvfb) no longer requires being run as root. miscellaneous new features and changes: In the Java viewer applet, debugCerts and debugKeyboard parameters are provided. The debugging output of the applet is more readable. Some corner-case bugs (e.g. socket exceptions) are now handled gracefully. Parameters forbid_Ctrl_Alt and mapF5_to_atsign are added. The amount of time to wait for HTTPS applet downloads to finish can be set in env. var. X11VNC_HTTPS_DOWNLOAD_WAIT_TIME. The -xkb mode is automatically enabled if there are more than 4 keysyms per key. -coe is now an alias for -connect_or_exit. The -input_eagerly option enables this LibVNCServer feature (it is like -allinput.) The "%" unix password verification tricks for the -unixpw option are now documented. They also run a command in UNIXPW_CMD. In -create (-svc, etc.) modes, a warning is printed out if Xvfb cannot be found. Xvfb '+kb' option is checked for. The -env CREATE_DISPLAY_OUTPUT=/tmp/mydebug.txt debugging option is documented. Try to preserve user's PATH if possible. In XDMCP connection mode, a test for GDM listening only on IPv6 (::1) is performed. The interface can also be specified via FD_XDMCP_IF. The example scripts connect_switch, ultravnc_repeater.pl, inet6to4 have settings to let them run reliably for long times as daemons. They also support IPv6. IPv6 notes: for some very esoteric cases (e.g. -chatwindow) IPv4 localhost may be required for local IPC. A demo transition tool 'inet6to4' is also included (can be used for other apps.) x11vnc options related to IPv6: -listen6, -6, -no6, -noipv4, -noipv6, and -connect, -proxy. Use STUNNEL_LISTEN in -stunnel mode to have it listen on a particular interface. Also STUNNEL_PROG. New remote control query options: pointer_x, pointer_y, pointer_same, pointer_root, and pointer_mask. A demo script using them misc/panner.pl is provided. Remote control change of -clip option will not create new framebuffer if the size has not changed (for panner.pl) The X11VNC_DISABLE_SSL_CLIENT_MODE env. var. can be set to disable SSL client role in reverse connections. This means the VNC viewer side must be in SSL client role. UltraVNC repeater operation can benefit from this. The SSL_INIT_TIMEOUT is increased to 1 hour if 'repeater' is detected in a reverse connect string. The X property X11VNC_TRAP_XRANDR can be set on a desktop to force x11vnc to use the -xrandr screen size change trapping code. The -sslScripts option prints out the SSL certificate management scripts. Suggest '-auth guess' and '-findauth' if X connection fails. The TightVNC sercurity type (TightVNC features enabler) now works for RFB version 3.8. RECORD scroll detection is now working with the new gtk/gdk scroll mechanism. Set X11VNC_SCROLL_MUST_EQUAL to disable.
Diffstat (limited to 'x11')
-rw-r--r--x11/x11vnc/Makefile5
-rw-r--r--x11/x11vnc/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/x11vnc/Makefile b/x11/x11vnc/Makefile
index f24f3c2400f..bd76e7e5182 100644
--- a/x11/x11vnc/Makefile
+++ b/x11/x11vnc/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2010/01/18 09:59:45 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2010/05/03 06:21:54 obache Exp $
#
-DISTNAME= x11vnc-0.9.9
-PKGREVISION= 2
+DISTNAME= x11vnc-0.9.10
CATEGORIES= x11 net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/}
diff --git a/x11/x11vnc/distinfo b/x11/x11vnc/distinfo
index 78a03f90f06..243322ecda2 100644
--- a/x11/x11vnc/distinfo
+++ b/x11/x11vnc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2009/12/23 06:20:53 obache Exp $
+$NetBSD: distinfo,v 1.16 2010/05/03 06:21:54 obache Exp $
-SHA1 (x11vnc-0.9.9.tar.gz) = deb0c71cc0f7d6b99fb4b1484232aa935fe62c90
-RMD160 (x11vnc-0.9.9.tar.gz) = 1b1335253c1f40f69ffbfdff5c4c5f28ed6315c3
-Size (x11vnc-0.9.9.tar.gz) = 2671958 bytes
+SHA1 (x11vnc-0.9.10.tar.gz) = ec7082ee48f1aca0597208bc29197d56a2ff3bff
+RMD160 (x11vnc-0.9.10.tar.gz) = 4c8864701703b04c4710100e95372786c414f9ed
+Size (x11vnc-0.9.10.tar.gz) = 2739576 bytes