From 20bc169338962df8815df5c2f378fc88cfbf2395 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 18 Feb 2000 02:35:33 +0000 Subject: Updated vnc to 3.3.3.1. Also fixes md5 for docs, reported to be wrong by Eric Mumpower 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. --- net/vnc/Makefile | 7 ++++--- net/vnc/files/md5 | 6 +++--- net/vnc/pkg/PLIST | 7 ++++--- 3 files changed, 11 insertions(+), 9 deletions(-) (limited to 'net') diff --git a/net/vnc/Makefile b/net/vnc/Makefile index cc7d06129f3..f2d51ca52b4 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.9 1999/09/04 10:35:59 tron Exp $ +# $NetBSD: Makefile,v 1.10 2000/02/18 02:35:33 wiz Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # -DISTNAME= vnc-3.3.3 +DISTNAME= vnc-3.3.3r1 +PKGNAME= vnc-3.3.3.1 CATEGORIES= net x11 MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ -DISTFILES= vnc-3.3.3_unixsrc.tgz \ +DISTFILES= vnc-3.3.3r1_unixsrc.tgz \ vnc-latest_doc.tgz MAINTAINER= packages@netbsd.org diff --git a/net/vnc/files/md5 b/net/vnc/files/md5 index 3f834bb602d..65732730a65 100644 --- a/net/vnc/files/md5 +++ b/net/vnc/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.6 1999/11/23 20:51:13 windsor Exp $ +$NetBSD: md5,v 1.7 2000/02/18 02:35:34 wiz Exp $ -MD5 (vnc-3.3.3_unixsrc.tgz) = 511bac2c503f6f870c768edcd25394b0 -MD5 (vnc-latest_doc.tgz) = d000e5b9e65d7ecb8600a0fabf380092 +MD5 (vnc-3.3.3r1_unixsrc.tgz) = 55ec5c073ca63068a68f5d3957cd024e +MD5 (vnc-latest_doc.tgz) = f76d0080aeb74d9c362ddc09017bd877 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 -- cgit v1.2.3