diff options
author | obache <obache> | 2006-11-14 00:58:15 +0000 |
---|---|---|
committer | obache <obache> | 2006-11-14 00:58:15 +0000 |
commit | cf1cbc86561327337a910c3a7f98b8b782626393 (patch) | |
tree | 32ee9dc2f62267d017a28dbce9b26d017d998dca | |
parent | 8e981f2b78932a1ce923defed4d631097b950b44 (diff) | |
download | pkgsrc-cf1cbc86561327337a910c3a7f98b8b782626393.tar.gz |
Update x11vnc to 0.8.3.
New in the 0.8.3 x11vnc release:
The -ssl option provides SSL encryption and authentication
natively via the www.openssl.org library. One can use
from a simple self-signed certificate server certificate
up to full CA and client certificate authentication schemes.
The -sslverify option allows for authenticating VNC clients via
their certificates in either -ssl or -stunnel modes.
Certificate creation and management tools are provide in the
-sslGenCert, -sslGenCA, and related options.
An SSL enabled Java applet VNC Viewer applet is provided in
classes/ssl/VncViewer.jar.
The applet may also be loaded into the web
browser via HTTPS, i.e one can use the VNC port,
e.g. https://host:5900/
See our "Enhanced TightVNC Viewer" project, for native
SSL enabled viewers.
The -unixpw option supports Unix username and password
authentication. The -ssl or -localhost and -stunnel
options (or detection of an SSH tunnel) are enforced in
this mode to prevent password sniffing.
Coupling -unixpw with -display WAIT:cmd=FINDDISPLAY provides a
way to allow a user to login with their UNIX password
and have their display connected to automatically.
Hooks are provided in the -unixpw_cmd and "-passwdfile cmd:,custom:..."
options to allow you to supply your own authentication
and password lookup programs (e.g. LDAP).
The "-ultrafilexfer" alias is provided and improved UltraVNC
filetransfer rates have been achieved.
The -rotate option enables you to rotate or reflect the screen
before exporting via VNC. This is intended for use on
handhelds and other devices where the rotation orientation
is not "natural".
miscellaneous new features and changes:
Similar to -ssl, the -stunnel option starts up a SSL tunnel server
stunnel (that must be installed separately on the system)
to allow only encrypted SSL connections from the network.
Option -sslnofail to exit immediately if there are any SSL
connection failures.
A simpler variant of -unixpw is the -unixpw_nis option that
works in environments where the encrypted passwords are
readable, e.g. NIS.
x11vnc can be configured and built to not depend on X11 libraries
"./configure --without-x" for -rawfb only operation
(e.g. embedded linux console devices).
Add -cursor_drag to change the mouse cursor during Drag and Drop, etc.
Under the "-connect_or_exit host" option x11vnc will exit
immediately unless the reverse connection to host
succeeds. The "-rfbport 0" option disables TCP listening
for connections (useful for this mode).
The "-rawfb rand" and "-rawfb none" options are useful for
testing automation scripts, etc., without requiring a
full desktop.
Reduced spewing of information at startup, use "-verbose" (also
"-v") to turn it back on for debugging.
For more information:
http://www.karlrunge.com/x11vnc/
http://www.karlrunge.com/x11vnc/x11vnc_opts.html
x11vnc -help | less
-rw-r--r-- | x11/x11vnc/Makefile | 4 | ||||
-rw-r--r-- | x11/x11vnc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/x11vnc/Makefile b/x11/x11vnc/Makefile index e0f12dae915..7a9eb2cc43d 100644 --- a/x11/x11vnc/Makefile +++ b/x11/x11vnc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/07/22 12:19:47 salo Exp $ +# $NetBSD: Makefile,v 1.5 2006/11/14 00:58:15 obache Exp $ # -DISTNAME= x11vnc-0.8.2 +DISTNAME= x11vnc-0.8.3 CATEGORIES= x11 net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/} diff --git a/x11/x11vnc/distinfo b/x11/x11vnc/distinfo index 1983d418d13..ac843a147e3 100644 --- a/x11/x11vnc/distinfo +++ b/x11/x11vnc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/07/22 12:19:47 salo Exp $ +$NetBSD: distinfo,v 1.4 2006/11/14 00:58:15 obache Exp $ -SHA1 (x11vnc-0.8.2.tar.gz) = 9f46f8445759734655f6667a615df82902f6e19b -RMD160 (x11vnc-0.8.2.tar.gz) = db253dcec77a8253cc6d3572f72f08ca64bd7d38 -Size (x11vnc-0.8.2.tar.gz) = 1367596 bytes +SHA1 (x11vnc-0.8.3.tar.gz) = c50d50c7a6bc11b7412c59a66827a74f4ba1fa97 +RMD160 (x11vnc-0.8.3.tar.gz) = fa29d4006cc17497439523b6ab408243a0acf66c +Size (x11vnc-0.8.3.tar.gz) = 1496961 bytes |