diff options
author | obache <obache@pkgsrc.org> | 2010-09-11 00:48:51 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-11 00:48:51 +0000 |
commit | 0c28427c7d6c11553021f05baf1bda43dbcec25c (patch) | |
tree | 8d7403921291b79beea8f06449897edf0103d41a /x11 | |
parent | bed8986ea232ecbfedc4c9a7938c124f428486f8 (diff) | |
download | pkgsrc-0c28427c7d6c11553021f05baf1bda43dbcec25c.tar.gz |
Update x11vnc to 0.9.12.
New in the 0.9.12 x11vnc release:
One can now specify the maximum number of displays
that can be created in -create mode via the
env. var. X11VNC_CREATE_MAX_DISPLAYS
The X11VNC_NO_LIMIT_SHM env. var. is added to skip any
automatic shared memory reduction.
The kdm display manager is now detected when trying not to get
killed by the display manager.
miscellaneous new features and changes:
A compile error is fixed when using --with-system-libvncserver
pointing to LibVNCServer 0.9.7.
-nevershared -forever usage mode is documented.
Old SuSE broken thread local storage is documented.
x11vnc exit cases are documented.
A compile bug from forced use of Xdefs.h is worked around.
New in the 0.9.11 x11vnc release:
The source tree is synchronized with the most recent libvncclient
(this only affects -reflect mode.) The build is fixed
for incompatibilities when using an external LibVNCServer
(e.g. ./configure --with-system-libvncserver...)
The SSL enabled Java VNC Viewer Makefile has been modified so
that the jar files that are built are compatible back
to Java 1.4.
In -reflect mode cursor position updates are now handled
correctly.
In -create/-unixpw mode, the env. var. FD_USERPREFS may be set
to a filename in the user's home directory that includes
default username:options values (so the options do not
need to be typed every time at the login prompt.)
miscellaneous new features and changes:
An option -always_inject is provided: Even if there is no
displacement (dx = dy = 0) for a VNC mouse event force
the pointer to the indicated x,y position anyway.
New java viewer debugging and workaround applet parameters:
debugKeyboard mapF5_to_atsign forbid_Ctrl_Alt
You can set X11VNC_AVAHI_NAME, X11VNC_AVAHI_HOST, and/or
X11VNC_AVAHI_PORT environment variables to override the
default values. For example: -env X11VNC_AVAHI_NAME=wally
When opening the X11 display extra XAUTHLOCALHOSTNAME settings
are attempted.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x11vnc/Makefile | 4 | ||||
-rw-r--r-- | x11/x11vnc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/x11vnc/Makefile b/x11/x11vnc/Makefile index bd76e7e5182..efddcd7aecf 100644 --- a/x11/x11vnc/Makefile +++ b/x11/x11vnc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2010/05/03 06:21:54 obache Exp $ +# $NetBSD: Makefile,v 1.28 2010/09/11 00:48:51 obache Exp $ # -DISTNAME= x11vnc-0.9.10 +DISTNAME= x11vnc-0.9.12 CATEGORIES= x11 net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/} diff --git a/x11/x11vnc/distinfo b/x11/x11vnc/distinfo index 243322ecda2..e8c87ffdef9 100644 --- a/x11/x11vnc/distinfo +++ b/x11/x11vnc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2010/05/03 06:21:54 obache Exp $ +$NetBSD: distinfo,v 1.17 2010/09/11 00:48:51 obache Exp $ -SHA1 (x11vnc-0.9.10.tar.gz) = ec7082ee48f1aca0597208bc29197d56a2ff3bff -RMD160 (x11vnc-0.9.10.tar.gz) = 4c8864701703b04c4710100e95372786c414f9ed -Size (x11vnc-0.9.10.tar.gz) = 2739576 bytes +SHA1 (x11vnc-0.9.12.tar.gz) = cf4e24bee5962b52d8f2a5442a7c44943a9cc0bb +RMD160 (x11vnc-0.9.12.tar.gz) = 4df835e53a6b3dccd47d49109a712c0405a798d7 +Size (x11vnc-0.9.12.tar.gz) = 2757806 bytes |