From x2go@ymir.das-netzwerkteam.de  Tue Sep 18 18:45:42 2018
Received: (at control) by bugs.x2go.org; 18 Sep 2018 16:46:23 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,NO_RELAYS,
	URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.1
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id 43A335DAF0; Tue, 18 Sep 2018 18:45:41 +0200 (CEST)
From: =?utf-8?q?Mike_Gabriel?= <mike.gabriel@das-netzwerkteam.de>
To: 1308-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 1308@bugs.x2go.org
Subject: X2Go issue (in src:pyhoca-cli) 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: <20180918164542.43A335DAF0@ymir.das-netzwerkteam.de>
Date: Tue, 18 Sep 2018 18:45:41 +0200 (CEST)

tag #1308 pending
fixed #1308 0.5.99.1
thanks

Hello,

X2Go issue #1308 (src:pyhoca-cli) 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=pyhoca-cli.git;a=commitdiff;h=34715b3

The issue will most likely be fixed in src:pyhoca-cli (0.5.99.1).

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

---
commit 34715b3f19c32462696fb202513297f5ace37771
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Tue Sep 18 13:10:40 2018 +0200

    Entirely rewrite PyHocaCLI.authenticate() function. (Fixes: #1308).

diff --git a/debian/changelog b/debian/changelog
index 11ecdc9..d0b46a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ pyhoca-cli (0.5.99.1-0x2go2) UNRELEASED; urgency=medium
       a usable / expectable value.
     - Add --forward-sshagent / -A cmdline option for enabling SSH agent
       forwarding.
+    - Entirely rewrite PyHocaCLI.authenticate() function. (Fixes: #1308).
   * debian/rules:
     + Build for Python3, not Python2.
     + Switch to pybuild DH build system.

