[X2Go-Commits] x2goserver.git - build-baikal (branch) updated: 3.0.1-5
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:21:08 CET 2013
The branch, build-baikal has been updated
via 5773567bf183f2c1bf2d57fd5f05df8d086ce2ff (commit)
from a424afc528b53eb01135d5b73fc3358eb74ce8ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 6 ++++++
debian/control | 2 +-
x2gostartagent | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index f606b19..410488f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x2goserver (3.0.1-5) unstable; urgency=high
+
+ * force mcookie auth for x2goagent
+
+ -- Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de> Mon, 14 Dec 2009 20:58:42 +0100
+
x2goserver (3.0.1-4) unstable; urgency=low
* Fix x2gosessionslimit
diff --git a/debian/control b/debian/control
index ebf48f6..b0e9cce 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.7.2
Package: x2goserver
Architecture: all
-Depends: x2goagent, sudo, lsof, openssh-client, libconfig-simple-perl
+Depends: x2goagent, sudo, lsof, openssh-client, openssh-server, libconfig-simple-perl
Recommends: sshfs
Description: x2goserver (daemon and tools)
x2go is a serverbased computing environment with
diff --git a/x2gostartagent b/x2gostartagent
index dd79d8f..92e6986 100755
--- a/x2gostartagent
+++ b/x2gostartagent
@@ -184,7 +184,7 @@ else
X2GODPIOPTION_="-dpi $X2GODPI"
fi
-LD_LIBRARY_PATH=$X2GO_LIB x2goagent $X2GODPIOPTION_ -$SESSION_TYPE -geometry ${X2GO_GEOMETRY} -name "X2GO-${SESSION_NAME}" ${NX_AGENT} 2>${SESSION_DIR}/session.log &
+LD_LIBRARY_PATH=$X2GO_LIB x2goagent $X2GODPIOPTION_ -$SESSION_TYPE -auth ~/.Xauthority -geometry ${X2GO_GEOMETRY} -name "X2GO-${SESSION_NAME}" ${NX_AGENT} 2>${SESSION_DIR}/session.log &
X2GO_AGENT_PID=$!
hooks/post-receive
--
x2goserver.git (X2Go Server)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).
More information about the x2go-commits
mailing list