From x2go@ymir Mon Jan 6 18:28:53 2014 Received: (at 356) by bugs.x2go.org; 6 Jan 2014 17:29:34 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=unavailable version=3.3.2 Received: by ymir (Postfix, from userid 1005) id CFE175DB24; Mon, 6 Jan 2014 18:28:53 +0100 (CET) From: Mike Gabriel To: 356-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 356@bugs.x2go.org Subject: X2Go issue (in src:x2goserver) has been marked as closed Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20140106172853.CFE175DB24@ymir> Date: Mon, 6 Jan 2014 18:28:53 +0100 (CET) close #356 thanks Hello, we are very hopeful that X2Go issue #356 reported by you has been resolved in the new release (4.0.0.8) of the X2Go source project »src:x2goserver«. You can view the complete changelog entry of src:x2goserver (4.0.0.8) below, and you can use the following link to view all the code changes between this and the last release of src:x2goserver. http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=6b2da3a6dced741db618d0cd6580bda396758f15;hp=f10d9a7e17da3a7be2c5d169a7aa01d633f7065e If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:x2goserver. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:x2goserver Version: 4.0.0.8-0x2go1 Status: RELEASE Date: Fri, 03 Jan 2014 11:30:54 +0100 Fixes: 347 356 Changes: x2goserver (4.0.0.8-0x2go1) RELEASED; urgency=low . * New upstream version (4.0.0.8): - Use mktemp instead of tempfile (because Fedora does not have the tempfile binary). (Fixes: #347). - Replace makepasswd by pwgen (because Fedora does not have makepasswd). - Improve parsing of the NX session.log file where unexpected extra logging takes place during session suspension/resumption. Thanks to Gerald Richter for finding this!!! (Fixes: #356). - Avoid one argument system calls and backticks in x2gocleansessions and x2golistsessions_root. - Avoid one argument system calls and backticks in x2golistsessions. - Avoid one argument system calls and backticks in x2goprint. - Avoid backticks in x2goshowblocks, move script to /sbin/ as it is for being run with root privileges. - Sanitize session ID string, port numbers, display numbers and agent PID numbers before writing them as strings to the session DB.