A page in your DokuWiki was added or changed. Here are the details:
Date : 2015/02/25 13:19
Browser : Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36
IP-Address : 71.175.97.130
Hostname : pool-71-175-97-130.phlapa.fios.verizon.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:release-howto-mswin?rev=1424…
New Revision: http://wiki.x2go.org/doku.php/wiki:development:release-howto-mswin
Edit Summary: Simpify steps to create a branch.
User : mikedep333
@@ -15,12 +15,11 @@
^ No ^ Command ^ Tips / Comment ^
| 1 | <code bash>git clone ...</code> | Clone repository on on your machine (cygwin) with git, if it doesn't already exist. |
| 2 | <code bash>cd <component></code> | |
- | 3 | <code bash>git checkout master</code> | Only necessary, if you're not already on the ''master'' branch. Check via ''git status''. |
- | 4 | <code bash>git pull --rebase</code> |
Always make sure the repository is up-to-date. |
- | 5 | <code bash>git checkout <ver> </code> | |
- | 6 | <code bash>git checkout -b <ver-mswin> </code> | | Creates a branch
+ | 3 | <code bash>git fetch --all </code> | If the repo already exists, you will follow this step instead of step 1. |
+ | 4 | <code bash>git checkout <ver> </code> | |
+ | 5 | <code bash>git checkout -b <ver-mswin> </code> | | Creates a branch
If a branch already exists:
^ No ^ Command ^ Tips / Comment ^
| 1 | <code bash>git clone ...</code> | Clone repository on on your machine (cygwin) with git, if it doesn't already exist. |
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2015/02/25 12:18
Browser : Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36
IP-Address : 71.175.97.130
Hostname : pool-71-175-97-130.phlapa.fios.verizon.net
Old Revision: http://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.0.3.2?re…
New Revision: http://wiki.x2go.org/doku.php/doc:release-notes-mswin:x2goclient-4.0.3.2
Edit Summary: Security Update: 4.0.3.2-20150224
User : mikedep333
@@ -1,23 +1,42 @@
====== Windows-Specific Release notes for X2Go Client 4.0.3.2 ======
+ ===== Security Update: 4.0.3.2-20150224 =====
+
+ On 2015-02-25, 4.0.3.2-20150224 was released with the following changes:
+
+ - Windows: Bundle new version of VcXsrv: 1.15.2.3-xp+vc2013+x2go1. The difference from 1.15.2.2-xp+vc2013+x2go1 is that CVE-2015-0255 has been fixed.
+ - Windows: Update bundled nxproxy
(nx-libs-lite) from 3.5.0.27 to 3.5.0.28.
+ - Windows: Update bundled Cygwin libjpeg-turbo from 1.3.1-1 to 1.3.1-3. The difference is that CVE-2014-9092 has been fixed.
+ - Windows: Update bundled Cygwin libpng from 1.5.18-1 to 1.5.21-2. In addition to other changes, CVE-2013-6954 has been fixed.
+ - Windows: Copy the exact version of each cygwin DLL from the cygwin binary tarballs rather than copying the "rebased" version from an X2Go developer's cygwin installation. What effect this will have on users is TBD. However, it does mean that we are distributing the exact DLLs that the Cygwin project provides, which is desirable for security.
+
+ As with most vulnerabilities in 3rd party software, the X2Go project has not done an analysis of whether X2Go Client was actually affected by these vulnerabilities. However, as a precaution, we strongly encourage all users to update.
===== Major Windows-specific changes since 4.0.3.1-20150119 =====
None.
===== Available
Builds =====
- All builds with version "4.0.3.2-20150219" in their filename are current.
+ All builds with version "4.0.3.2-20150224" in their filename are current.
==== Current Builds ====
+
+ The regular build, x2goclient-4.0.3.2-20150224-setup.exe, is available under this folder:
+ * http://code.x2go.org/releases/binary-win32/x2goclient/releases/4.0.3.2-2015…
+
+ A debug build, x2goclient-4.0.3.2-20150224-debug-setup.exe, is also available under the folder listed below. If you experience a bug and would like to assist with debugging it, this build is for you.
+
+ * http://code.x2go.org/releases/binary-win32/x2goclient/releases/4.0.3.2-2015…
+
+ ==== Previous Builds ====
The regular build, x2goclient-4.0.3.2-20150219-setup.exe, is available under this folder:
* http://code.x2go.org/releases/binary-win32/x2goclient/releases/4.0.3.2-2015…
A debug build, x2goclient-4.0.3.2-20150219-debug-setup.exe, is also available under
the folder listed below. If you experience a bug and would like to assist with debugging it, this build is for you.
* http://code.x2go.org/releases/binary-win32/x2goclient/releases/4.0.3.2-2015…
-
===== Supported Windows Versions =====
X2Go Client is currently only released as a 32-bit x86 build. Both 32-bit x86 and 64-bit x86 versions of Windows are supported via this build.
* Windows XP 32-bit SP3
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2015/02/25 11:45
Browser : Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36
IP-Address : 71.175.97.130
Hostname : pool-71-175-97-130.phlapa.fios.verizon.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient…
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: [Pack/Compress X2Go Client] Add note about regular vs debug builds, and which files to pack
User : mikedep333
@@ -232,14 +232,19 @@
==== Pack/Compress X2Go Client ====
You may want to pack X2Go Client to reduce it size. You can do it with [[http://upx.sourceforge.net/|upx]] which is available for Windows, Linux and Cygwin.
+
+ Official regular builds of X2Go Client are packed. Official debug builds of X2Go Client are not.
It is available in
[[http://code.x2go.org/gitweb?p=x2goclient-contrib.git;a=tree;hb=HEAD|x2gocli…]] The current version is located at:
<code>
x2goclient-contrib\upx\3.91_bin\upx.exe
</code>
+ The 2 files to pack are:
+ - x2goclient.exe
+ - x2gohelper.exe
===== Building nxproxy & OpenSSH (Optional) =====
Building a new version nxproxy or OpenSSH is optional for non-official X2Go project builds.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2015/02/25 11:40
Browser : Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36
IP-Address : 71.175.97.130
Hostname : pool-71-175-97-130.phlapa.fios.verizon.net
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient…
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: Add: Scripted Copying (debug builds)
User : mikedep333
@@ -520,8 +520,18 @@
<code>
cd x2goclient
copy-deps-win32.bat nsis/x2goclient
</code>
+
+ ==== Scripted Copying (debug builds) ====
+
+ Follow the instructions for Scripted Copying.
+
+ However, at the end:
+
+ - View the copy-deps-win32.bat file to determine the location of the cygwin bundle.
+ - From the cygwin bundle, ''copy nxproxy.exe.unstripped'' to the ''dist'' or ''release/x2goclient''
folder.
+ - Replace nxproxy.exe with nxproxy.exe.unstripped
==== Manual Copying ====
=== Libraries ===
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/