pkgsrc/net/tightvnc/patches/patch-bd
lukem 067eeb231c 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
2002-10-20 14:33:53 +00:00

27 lines
609 B
Text

$NetBSD: patch-bd,v 1.1 2002/10/20 14:33:54 lukem Exp $
--- Xvnc/config/cf/vnc.def.orig Tue Aug 27 22:19:38 2002
+++ Xvnc/config/cf/vnc.def
@@ -10,8 +10,6 @@
#ifdef BeforeVendorCF
-#include "platform.def"
-
/*****************************************************************************/
/*
* First try to switch off all the extras that we don't want. This includes
@@ -117,13 +115,7 @@
* You may need to change this.
*/
-#ifdef SunArchitecture
-#define ProjectRoot /usr/openwin
-#else
-#ifdef LinuxArchitecture
#define ProjectRoot /usr/X11R6
-#endif
-#endif
#endif /* BeforeVendorCF */