pkgsrc/net/tightvnc/patches/patch-aa
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

23 lines
539 B
Text

$NetBSD: patch-aa,v 1.2 2002/10/20 14:33:54 lukem Exp $
--- Imakefile.orig Fri Oct 18 10:51:23 2002
+++ Imakefile
@@ -1,7 +1,7 @@
#define IHaveSubdirs
#define PassCDebugFlags
-SUBDIRS = libvncauth vncviewer vncpasswd vncconnect
+SUBDIRS = libvncauth vncpasswd vncconnect
World:
make Makefiles
@@ -9,8 +9,7 @@ World:
make all
@echo ""
@echo Built $(SUBDIRS).
- @echo 'To build Xvnc, do "cd Xvnc", followed by "./configure" then "make"'
- @echo ""
+ (cd Xvnc && ./configure && make)
libs:
@echo 'No libraries included.'