summaryrefslogtreecommitdiff
path: root/net/vnc/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-18 02:35:33 +0000
committerwiz <wiz@pkgsrc.org>2000-02-18 02:35:33 +0000
commit09caf78ec95f5df5ed84bb51183effe5bc1906ea (patch)
treeffbc92d279d3e5c7d48da611cf743aca49438ce2 /net/vnc/Makefile
parent35eef39b974d8ac0198fec0801fdd38430181063 (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--net/vnc/Makefile7
1 files changed, 4 insertions, 3 deletions
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