[X2Go-Dev] Bug#1418: X2Go issue (in src:x2goclient) has been marked as pending for release
ionic at ionic.de
ionic at ionic.de
Sun Dec 1 04:56:12 CET 2019
tag #1418 pending
fixed #1418 4.1.2.2
thanks
Hello,
X2Go issue #1418 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=31a4d6c
The issue will most likely be fixed in src:x2goclient (4.1.2.2).
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
commit 31a4d6c1b46c1608a5441e23c80f8e0db5e0d3a7
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sun Dec 1 04:54:34 2019 +0100
src/sessionwidget.cpp: stop parsing proxy address as "host:port" if the address contains a colon. Fixes: #1418.
We don't do this for the "normal" host address and this behavior clashes
with IPv6 addresses.
We COULD, theoretically, keep it, but that would require writing an
arbitrary address parser. Too much effort for little gain.
diff --git a/debian/changelog b/debian/changelog
index 0a280b4..2a51b0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -121,6 +121,11 @@ x2goclient (4.1.2.2-0x2go1) UNRELEASED; urgency=medium
retranslations required.
- src/httpbrokerclient.cpp: do not leak password length in debug output
either.
+ - src/sessionwidget.cpp: stop parsing proxy address as "host:port: if the
+ address contains a colon. Fixes: #1418. We don't do this for the
+ "normal" host address and this behavior clashes with IPv6 addresses. We
+ COULD, theoretically, keep it, but that would require writing an
+ arbitrary address parser. Too much effort for little gain.
* debian/control:
+ Add build-depend on pkg-config.
* x2goclient.spec:
More information about the x2go-dev
mailing list