This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 89b5d94 Allow starting shadow sessions from the command line with option --hidden being enabled. (Fixes: #349). new 7afdf2d Revert "Fix password connection with libssh 0.6.0" new fa6e7b4 Fix password connection with libssh 0.6.0. (Fixes: #420). new db8f70a B-R (epel-7): man2html-core (same as for Fedora builds). The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 5 +++-- x2goclient.spec | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 7afdf2df03cb915313d06e7f4e7e1fffbd2a53e9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Mar 29 21:07:39 2014 +0100 Revert "Fix password connection with libssh 0.6.0" This reverts commit 083ece20445bf6e1db26a74856185d0c9b1e8b5a. --- debian/changelog | 2 +- sshmasterconnection.cpp | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f5db338..2570ec2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -69,7 +69,7 @@ x2goclient (4.0.1.4-0x2go1) UNRELEASED; urgency=low - Increase ssh_select timeout to 0.5 sec. - Set mod map from client to server on Mac, hide keyboard settings on Mac. - Fix mod map on Mac with kerberos. - - Fix focus on pass form. + - Fix focus on pass form. [ Orion Poplawski ] * New upstream version (4.0.1.4): diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp index 827eefe..e0266db 100755 --- a/sshmasterconnection.cpp +++ b/sshmasterconnection.cpp @@ -936,9 +936,6 @@ bool SshMasterConnection::userChallengeAuth() bool SshMasterConnection::userAuthWithPass() { - // Populate the userauth_list - ssh_userauth_none(my_ssh_session, NULL); - int method = ssh_userauth_list(my_ssh_session, NULL); if (method& SSH_AUTH_METHOD_INTERACTIVE) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit fa6e7b46a7d006d5c23afc03579e602f23325b76 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Mar 29 21:11:45 2014 +0100 Fix password connection with libssh 0.6.0. (Fixes: #420). --- debian/changelog | 2 +- sshmasterconnection.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2570ec2..aeb868e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,7 +73,7 @@ x2goclient (4.0.1.4-0x2go1) UNRELEASED; urgency=low [ Orion Poplawski ] * New upstream version (4.0.1.4): - - Fix password connection with libssh 0.6.0 + - Fix password connection with libssh 0.6.0. (Fixes: 420). - Don't use ancient Debianism's for ssh options (ProtocolKeepAlives). (Fixes: #434). diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp index e0266db..827eefe 100755 --- a/sshmasterconnection.cpp +++ b/sshmasterconnection.cpp @@ -936,6 +936,9 @@ bool SshMasterConnection::userChallengeAuth() bool SshMasterConnection::userAuthWithPass() { + // Populate the userauth_list + ssh_userauth_none(my_ssh_session, NULL); + int method = ssh_userauth_list(my_ssh_session, NULL); if (method& SSH_AUTH_METHOD_INTERACTIVE) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit db8f70a1fa3087b266a68e5d2b65f8dd82ea1dd7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Mar 29 22:55:13 2014 +0100 B-R (epel-7): man2html-core (same as for Fedora builds). --- debian/changelog | 1 + x2goclient.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index aeb868e..1f4fafb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -47,6 +47,7 @@ x2goclient (4.0.2.0-0x2go1) UNRELEASED; urgency=low + Copy ChangeLog (or debian/changelog) into txt/ subfolder during %setup. + Copy ChangeLog.gitlog (if present) into txt/ subfolder during %setup. + + B-R (epel-7): man2html-core (same as for Fedora builds). [ Mike DePaulo ] * New upstream version (4.0.2.0): diff --git a/x2goclient.spec b/x2goclient.spec index 5ac6e30..1375c5b 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -12,7 +12,7 @@ BuildRequires: cups-devel BuildRequires: desktop-file-utils BuildRequires: libssh-devel >= 0.4.7 BuildRequires: libXpm-devel -%if 0%{?fedora} +%if 0%{?fedora} || 0%{?el7} BuildRequires: man2html-core %else BuildRequires: man -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git