* Unix Server: Applied fixes for 64-bit Linux issues
* Unix Server: Made the vncserver script read configuration from files
* Other minor improvements and bugfixes.
While here, do the DESTDIR thing.
- If using modular X.org, depend on x11/rgb
- Set rgb- and font-paths to sane default values
- While here, fix some pkglint warnings
- Bump PKGREVISION
---
o patch-{ad,al}: regen
o patch-ak: recognise NetBSD/amd64
o Makefile: support X11_TYPE=modular and NetBSD/amd64
Major upstream changes that affect the server portion of the unix port:
1.3.9
-----
o Added support for the standard RFB protocol version 3.8 with TightVNC
extensions.
o Made "host:port" parsing maximally compatible with VNC4. Interpreting a
number in host names like somehost:5900 as an actual port number if it's not
in the range [0..99].
o Applied patches from Debian Linux that port Xvnc to x86_64 platform
(tightvnc-1.2.9-amd64support.p and tightvnc-1.3_alpha7-x86_64.patch), thanks
to Quanah Gibson-Mount.
1.3dev7
-------
o Fixed a serious bug with sending cursor updates when there was no
FrameBufferUpdateRequest from that client.
o Fixed problems with building Xvnc on modern linux distributions, such as
Fedora Core 3.
o Disallowing clipboard transfers for view-only clients.
1.3dev5
-------
o A number of bugfixes -- copying clipboard to non-authenticated clients in
Xvnc, delayed cursor shape updates in Xvnc, and crashing on switching
between KDE virtual desktops in vncviewer.
o Support for the new -autopass option has been added, a patch from
Ki NETWORKS, Inc.
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
pkgsrc imake-handling already causes gmake to be used on Linux, remove
USE_TOOLS+=gmake from the package Makefile. This correctly fixes
PR pkg/23078 and PR pkg/29656.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
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
- Xvnc: Minor bugfix which should prevent potential dereference of a
NULL pointer.
- One more packaging option for the Unix source: ready to build
archive with Zlib and JPEG libraries inside.
- Other minor fixes and cleanups.
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.