Subject: CVS commit: pkgsrc/x11/x11vnc
To: None <pkgsrc-changes@NetBSD.org>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-changes
Date: 05/24/2007 13:30:25
Module Name:	pkgsrc
Committed By:	obache
Date:		Thu May 24 13:30:25 UTC 2007

Modified Files:
	pkgsrc/x11/x11vnc: Makefile PLIST distinfo

Log Message:
Update x11vnc to 0.9.1.

New in the 0.9.1 x11vnc release:

        A new Unix username identification scheme is provided when
                SSL client certificates are used to authenticate VNC
                viewers.  The username is extracted from the 'Subject'
                section of the cert.  The option is "-users sslpeer="
                which, like "-users unixpw=" already does, will cause
                a switch to the Unix user.  This is useful for the
                -find and -create options that try to find an existing
                X session associated with the user or create a new one.

        The UltraVNC Java Viewer has been modified to support SSL
                connections.  Some bugs were also fixed and some
                improvements added.  A patch file and a compiled jar file
                (UltraViewerSSL.jar and SignedUltraViewerSSL.jar in the
                classes/ssl directory) are provided in the x11vnc package.

        For the -user option groups are now handled better by using
                initgroups(3), or if finer control is needed one can
                use: "-users user1.group1,..."

        When SSL client certification is being used and external login
                programs are being used the env. var. RFB_SSL_CLIENT_CERT
                is set to the clients certificate.  Set X11VNC_SSLPEER_CN
                to use the Common Name instead of the certificate email
                address to find the unix username.

  miscellaneous new features and changes:

        The -wait and -defer defaults were lowered from 30 to 20
                milliseconds, set the values explicitly if this increases
                the load too much for your liking.

        In -create mode where a Xvfb session is started, mwm was added
                as a session type.  setpgrp(2) is used for the spawned
                process if available.  The XKEYBOARD extension is
                enabled (+kb, but it doesn't seem to always work).
                TrueColor is forced to be the default visual (recent
                Xvfb seem to choose DirectColor, this is likely a bug)
                One can also force creating a new Xvfb by setting the
                env. var. X11VNC_FINDDISPLAY_ALWAYS_FAILS (not exactly
                clear what this would be used for).

        The WAITBG env. var. enables -display WAIT:... to take place in
                the background.

        One can specify the X11VNC_SKIP_DISPLAY env. var. for a list of
                displays to exclude in the FINDDISPLAY action.  This can
                also be specified via nd=... as a -unixpw login option.

        setsid() or setpgrp() is called for the external command spawned
                by the -gone option (since it may be long lived, e.g. a
                screen locker).

        The script "onetimekey" utility is provided in the classes/ssl
                subdirectory that allows a (very long) string representing
                a Client SSL certificate to be provided by the authenticating
                client, or via https cgi script (e.g. after a web login).

        Some bugs were fixed in the libvncserver implementation of
                UltraVNC file transfer.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/x11/x11vnc/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/x11vnc/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/x11/x11vnc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.