Subject: CVS commit: pkgsrc/net/tightvnc
To: None <pkgsrc-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: pkgsrc-changes
Date: 10/20/2002 17:33:55
Module Name:	pkgsrc
Committed By:	lukem
Date:		Sun Oct 20 14:33:54 UTC 2002

Modified Files:
	pkgsrc/net/tightvnc: Makefile PLIST distinfo
	pkgsrc/net/tightvnc/patches: patch-aa patch-ad patch-ae patch-af
	    patch-ag patch-ba
Added Files:
	pkgsrc/net/tightvnc/patches: patch-bd patch-be

Log Message:
Update to tightvnc 1.2.6.   Notable changes:

all:
- supply manual pages

Xvnc:
- fixed crash in the font server code
- fixed blocking I/O problem which led to easy denial-of-service
  attacks via built-in HTTP server
- fixed memory alignment problem in Raw encoder, for systems with
  strict alignment constraints
- support libwrap for server access control
- rely upon system zlib instead of shipping own copy
- reset compression level & JPEG image quality on reading client's encoding list
- allow applet parameters to be specified in URL request to the HTTP server

vncpasswd:
- work correctly if a filename is given

vncserver:
- default depth is 24 instead of 8
- attempt restart once if failed first time due to font path lossage
- removed 2 second startup delay
- allow users to keep vnc directories in /tmp
- work correctly if $XAUTHORITY is not set


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/net/tightvnc/Makefile \
    pkgsrc/net/tightvnc/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/net/tightvnc/PLIST
cvs rdiff -r1.1 -r1.2 pkgsrc/net/tightvnc/patches/patch-aa \
    pkgsrc/net/tightvnc/patches/patch-ad pkgsrc/net/tightvnc/patches/patch-ae \
    pkgsrc/net/tightvnc/patches/patch-af pkgsrc/net/tightvnc/patches/patch-ag
cvs rdiff -r1.2 -r1.3 pkgsrc/net/tightvnc/patches/patch-ba
cvs rdiff -r0 -r1.1 pkgsrc/net/tightvnc/patches/patch-bd \
    pkgsrc/net/tightvnc/patches/patch-be

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.