pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/x11vnc Update x11vnc to 0.9.12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3692012f96a
branches:  trunk
changeset: 580309:c3692012f96a
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Sep 11 00:48:51 2010 +0000

description:
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:

 x11/x11vnc/Makefile |  4 ++--
 x11/x11vnc/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 56d0dbb9a75c -r c3692012f96a x11/x11vnc/Makefile
--- a/x11/x11vnc/Makefile       Fri Sep 10 23:56:51 2010 +0000
+++ b/x11/x11vnc/Makefile       Sat Sep 11 00:48:51 2010 +0000
@@ -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 -r 56d0dbb9a75c -r c3692012f96a x11/x11vnc/distinfo
--- a/x11/x11vnc/distinfo       Fri Sep 10 23:56:51 2010 +0000
+++ b/x11/x11vnc/distinfo       Sat Sep 11 00:48:51 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index