From x2go@ymir.das-netzwerkteam.de  Sun Jun 15 23:10:43 2014
Received: (at control) by bugs.x2go.org; 15 Jun 2014 21:10:44 +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,
	URIBL_BLOCKED autolearn=ham version=3.3.2
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id D6D075DB26; Sun, 15 Jun 2014 23:10:43 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 468-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 468@bugs.x2go.org
Subject: X2Go issue (in src:x2goserver) has been marked as pending for release
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Mailer: http://snipr.com/post-receive-tag-pending
Message-Id: <20140615211043.D6D075DB26@ymir.das-netzwerkteam.de>
Date: Sun, 15 Jun 2014 23:10:43 +0200 (CEST)

tag #468 pending
fixed #468 4.0.1.16
thanks

Hello,

X2Go issue #468 (src:x2goserver) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

    http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=ffa8638

The issue will most likely be fixed in src:x2goserver (4.0.1.16).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit ffa863823517e1f15a4aedb6f68bbcb4f8714a87
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Sun Jun 15 23:06:56 2014 +0200

    Refuse client communcation if server-side hostname is not set up correctly (Fixes: #468).

diff --git a/debian/changelog b/debian/changelog
index fab69fe..d24ae47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
     - Be aware of poly-instantiated /tmp directories bind-mounted under
       /tmp-inst. (Fixes: #406).
     - On suspend: Call x2goumount-session before sending SIGHUP to x2goagent.
+    - Refuse client communcation if server-side hostname is not set up
+      correctly (Fixes: #468).
   * debian/control, x2goserver.spec:
     + Update versioned D: x2goagent (>= 3.5.0.25). This assures that X2Go
       works with poly-instantiated /tmp directories.

