This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch release/0.5.0.x
in repository python-x2go.
from b159a5c Continue development
new fc4c50c x2go/backends/control/plain.p: Fix passphrase unlocking of private keys.
new 351ab49 x2go/backends/control/plain.py: Handle password based authentication failures graceful. Uncomment previously commented out code.
new 5aefebf x2go/backends/profiles/httpbroker.py: Fix …
[View More]broker URL assembling when no port is given (i.e. convert None to '' manually).
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:
x2go/backends/control/plain.py | 23 +++++++++--------------
x2go/backends/profiles/httpbroker.py | 2 ++
2 files changed, 11 insertions(+), 14 deletions(-)
--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository pyhoca-cli.
from b427400 pyhoca-cli.spec: Adapt to PyHoca-CLI's Python3 port.
new 957fb1a debian/rules: Typo fix in WITH_PYTHON3 variable assignment.
The 1 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 …
[View More]added to this reference.
Summary of changes:
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository python-x2go.
from d68f4d4 debian/control: We need python2 and python3 related packages alike under Build-Depends:.
new cae233b python-x2go.spec: Disable epydoc API documentation builds for now on RPM based distros, too. We will probably switch to Sphinx for API documentation generation.
The 1 revisions listed above as "new" are entirely new to this
…
[View More]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:
python-x2go.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository python-x2go.
from d5f3e2b debian/rules: Temporarily disable API documentation builds. Switching to Sphinx is probably the way to go.
new d68f4d4 debian/control: We need python2 and python3 related packages alike under Build-Depends:.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The …
[View More]revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/control | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository pyhoca-cli.
from 1db41fe Continue development
new 568f71f Port to Python3.
new ff718bc debian/{control,compat}: Bump to DH version level 9.
new 13503d9 debian/control: Bump versioned D (pyhoca-cli): python-x2go (>= 0.5.99.0).
new 2d88f3d debian/control: White-space fix.
new eb844a1 debian/control: Switch to python3-…
[View More]* dependencies.
new e344f92 debian/control: Fix src:pkg header part.
new 04eabd5 debian/rules: Build for Python3, not Python2.
new adba562 Bump upstream version to 0.5.99.0.
new b851c91 debian/changelog: Update from Git history
new b427400 pyhoca-cli.spec: Adapt to PyHoca-CLI's Python3 port.
The 10 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 | 15 +++++--
debian/compat | 2 +-
debian/control | 22 ++++-----
debian/rules | 4 +-
pyhoca-cli | 4 +-
pyhoca-cli.spec | 25 ++++-------
pyhoca/cli/__init__.py | 4 +-
pyhoca/cli/frontend.py | 118 ++++++++++++++++++++++++-------------------------
setup.py | 2 +-
9 files changed, 99 insertions(+), 97 deletions(-)
--
Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
[View Less]
This is an automated email from the git hooks/post-receive script.
x2go pushed a change to branch master
in repository python-x2go.
from ab93199 python-x2go.spec: No need to run 2to3 at build time anymore. Python X2Go now natively supports Python2 and Python3.
new c13c03a x2go/backends/control/plain.py: Drop debug print output.
new 14e42ae x2go/backends/control/plain.p: Fix passphrase unlocking of private keys.
new d06810e x2go/tests/runalltests.py: Fix …
[View More]runalltests.py (permissions, header).
new e12cc7c debian/control: Add D (python*-x2go): python*-future.
new 1762b36 python-x2go.spec: Add B-R python*-future.
new abdf531 python-x2go.spec: Move python*-foo dependencies to %package sections. Add python*-future as a runtime requirement.
new 57114f0 x2go/backends/control/plain.py: Handle password based authentication failures graceful. Uncomment previously commented out code.
new 1623d96 x2go/backends/control/plain.py: Resolve Python 2 vs. 3 type issue on returned data from SSHClient.exec_command().
new b4eb88b x2go/cleanup.py: As we need to avoid circular imports, figure out with a work-around if to-be-stopped thread is of X2GoGuardianSession type or other.
new 9187855 x2go/backends/profiles/httpbroker.py: Fix broker URL assembling when no port is given (i.e. convert None to '' manually).
new d5f3e2b debian/rules: Temporarily disable API documentation builds. Switching to Sphinx is probably the way to go.
The 11 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/control | 2 ++
debian/rules | 10 ++++----
python-x2go.spec | 19 +++++++++++----
x2go/backends/control/plain.py | 45 ++++++++++++++----------------------
x2go/backends/profiles/httpbroker.py | 2 ++
x2go/cleanup.py | 4 +++-
x2go/tests/runalltests.py | 3 ---
7 files changed, 43 insertions(+), 42 deletions(-)
mode change 100644 => 100755 x2go/tests/runalltests.py
--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2017/09/25 07:13
Browser : Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36
IP-Address : 88.128.80.103
Hostname : 88.128.80.103
Old Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclien…
New Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: Add nxproxy 3.6 …
[View More]instructions
User : mikedep333
@@ -242,8 +242,9 @@
* ''libjpeg-devel''
* ''libpng15-devel'' (X2Go Client 4.0.3.x)
* ''libpng-devel'' (X2Go Client 4.0.4.x or 4.0.5.x)
* ''libmpfr4''
+ * ''libtool'' (nx-libs 3.6)
* ''make''
* ''zlib-devel''
* ''wget''
@@ -292,9 +293,11 @@
* ncurses (select source for: libncurses-devel)
* openssh (source, but not binary)
* openssl
* zlib (select source for: zlib-devel)
- ==== Building nxproxy
====
+ ==== Building nxproxy 3.5 ====
+
+ X2Go Client for Windows is currently built with nxproxy 3.5.
* Open a cygwin shell and change to your build directory. In this example d:\Build will be used
<code>
$ cd /cygdrive/d/Build
@@ -372,17 +375,55 @@
$ ./configure
$ make
$ cp -p nxproxy.exe nxproxy.exe.unstripped
$ strip nxproxy.exe
+ $ cd ..
+ </code>
+
+ ==== Building nxproxy 3.6 ====
+
+ <note tip>X2Go Client for Windows is currently built with nxproxy 3.5, not 3.6. However, it should be safe to use 3.6.
+ </note>
+ <note important>nxproxy 3.6 currently has one additional build dependency that 3.5 does not have. See the Cygwin installation instructions above.
+ </note>
+
+ * Open a cygwin shell and change to your build directory. In this example d:\Build will be used
+ <code>
+ $ cd /cygdrive/d/Build
+ </code>
+ * Download [[nx-libs from Arctica on GitHub|https://github.com/ArcticaProject/nx-libs]] and checkout the 3.6.x branch.
+ <code>
+ git clone
https://github.com/ArcticaProject/nx-libs.git
+ cd nx-libs
+ git checkout 3.6.x
+ </code>
+ * Build nxcomp
+ <code>
+ $ cd nxcomp
+ $ autoreconf -vfi
+ $ ./configure
+ $ make
+ $ cd ..
+ </code>
+ * Build nxproxy
+ <code>
+ $ cd nxproxy
+ $ autreoconf -vfi
+ $ ./configure
+ $ make
+ $ cp -p src/nxproxy.exe src/nxproxy.exe.unstripped
+ $ strip src/nxproxy.exe
$ cd ..
</code>
==== Copying the nxproxy binaries ====
Now the nxproxy binary (nxproxy.exe) is ready. You can copy it into the programme packaging folder (''dist/'' or ''nsis/x2goclient/'') of X2Go Client, or the x2goclient-contrib folder:
- - From nxproxy directory (d:\Build\nx-libs\nxproxy) - ''nxproxy.exe''
- - From nxcomp directory (d:\Build\nx-libs\nxcomp) - ''cygXcomp.dll''
+ - nx-libs 3.5: From nxproxy directory (d:\Build\nx-libs\nxproxy) - ''nxproxy.exe''
+ - nx-libs 3.5: From nxcomp directory (d:\Build\nx-libs\nxcomp) - ''cygXcomp.dll''
+ - nx-libs 3.6: From nxproxy\src directory
(d:\Build\nx-libs\nxproxy\src) - ''nxproxy.exe''
+ - nx-libs 3.5: From nxcomp\src\.libs directory (d:\Build\nx-libs\nxcomp\src\.libs) - ''cygXcomp-3.dll''
You must also copy required libraries into that folder.
- From cygwin directory (c:\cygwin\bin):
* ''cyggcc_s-1.dll''
* ''cygjpeg-8.dll''
@@ -393,10 +434,14 @@
* ''cygz.dll''
If you wish to facilitate debugging, or if you are updating x2goclient-contrib, you should copy these files over also:
- - From nxproxy directory (d:\Build\nx-libs\nxproxy) - ''nxproxy.exe.unstripped''
- - From nxcomp directory (d:\Build\nx-libs\nxcomp):
+ - nx-libs 3.5: From nxproxy directory (d:\Build\nx-libs\nxproxy) - ''nxproxy.exe.unstripped''
+ - nx-libs 3.5 :From nxcomp directory (d:\Build\nx-libs\nxcomp):
+ * ''libXcomp.dll.a''
+ * ''libXcomp.a''
+ - nx-libs 3.6: From nxproxy\src directory (d:\Build\nx-libs\nxproxy\src) - ''nxproxy.exe.unstripped''
+ - nx-libs 3.5 :From nxcomp\src\.libs directory
(d:\Build\nx-libs\nxcomp\src\.libs):
* ''libXcomp.dll.a''
* ''libXcomp.a''
==== Building OpenSSH Server ====
--
This mail was generated by DokuWiki at
https://wiki.x2go.org/
[View Less]