diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-18 02:35:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-18 02:35:33 +0000 |
commit | 09caf78ec95f5df5ed84bb51183effe5bc1906ea (patch) | |
tree | ffbc92d279d3e5c7d48da611cf743aca49438ce2 /net/vnc/pkg | |
parent | 35eef39b974d8ac0198fec0801fdd38430181063 (diff) | |
download | pkgsrc-09caf78ec95f5df5ed84bb51183effe5bc1906ea.tar.gz |
Updated vnc to 3.3.3.1. Also fixes md5 for docs, reported to be wrong
by Eric Mumpower <nocturne@arepa.com> in pkg/9440.
Changes from 3.3.3 (from the webpage):
Xvnc
* Xvnc now uses a "deferred update" mechanism which enhances
performance in many cases. After any change to the framebuffer,
Xvnc waits for a time (default 40ms) before sending an update to
any waiting clients. This means that more changes tend to get
coalesced together in a single update. The time can be changed
with the -deferupdate option. Setting it to 0 results in the same
behaviour as previous versions of Xvnc.
* There are a couple of security enhancements. The -localhost option
now causes Xvnc to only listen on the loopback interface. This
means that it shouldn't be vulnerable to port scanning. Also a
"too many tries" feature on authentication failure is now
implemented. After five failed attempts, further attempts are
delayed by an exponentially increasing amount, starting at ten
seconds.
vncserver
* Uses SO_REUSEADDR when testing to see which ports are free.
vncviewer
* When given -owncmap in full screen mode, tries to install the
colormap. This works only when no window manager is running.
* The popup window now always uses the default colormap.
* The "backing store" attribute can now be set on the desktop window
via the "backingStore" resource. It defaults to "Always", meaning
the X server should keep the contents of the viewer window when it
gets obscured by other windows.
Diffstat (limited to 'net/vnc/pkg')
-rw-r--r-- | net/vnc/pkg/PLIST | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/vnc/pkg/PLIST b/net/vnc/pkg/PLIST index 2f3150902f3..81a38a5f195 100644 --- a/net/vnc/pkg/PLIST +++ b/net/vnc/pkg/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.10 1999/09/05 10:53:51 tron Exp $ +@comment $NetBSD: PLIST,v 1.11 2000/02/18 02:35:34 wiz Exp $ bin/Xvnc bin/vncviewer bin/vncpasswd bin/vncserver share/doc/vnc/Xvnc.gif share/doc/vnc/ach.jpg +share/doc/vnc/alicebobcharlie.gif +share/doc/vnc/alicecharlie.gif share/doc/vnc/announcement.html share/doc/vnc/attbutton.gif share/doc/vnc/attlogo.gif @@ -64,8 +66,6 @@ share/doc/vnc/mailinglist.html share/doc/vnc/newlogosmall2.gif share/doc/vnc/ns1.gif share/doc/vnc/ns1_small.gif -share/doc/vnc/oldcontribs.html -share/doc/vnc/oldfaq.html share/doc/vnc/platforms.html share/doc/vnc/pmw.jpg share/doc/vnc/protocol.html @@ -82,6 +82,7 @@ share/doc/vnc/sideblank.gif share/doc/vnc/sidelogo.gif share/doc/vnc/spacer.gif share/doc/vnc/sshvnc.html +share/doc/vnc/sshwin.html share/doc/vnc/start.html share/doc/vnc/startbutton.gif share/doc/vnc/styles.css |