This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-main-mswin in repository x2goclient. from add03ee release 4.1.0.0 new d5305e7 Windows: Upgrade PulseAudio from 6.0 to 7.1 Fixes: #1152 new 98c0d80 Windows: Remove uninstaller from start menu. new 69bcf7c Windows: Upgrade Win32 OpenSSL from 1.0.1t to 1.0.2k new 4f5cfa4 Upgrade libssh from 0.7.0 to 0.7.4 new cc3edcb Whoops, put the libssh changelog note under the wrong version new 218a405 Windows: Update PuTTY from 0.67 to 0.68 The 6 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: copy-deps-win32.bat | 6 +++--- debian/changelog | 25 +++++++++++++++++++++++++ nsis/x2goclient.nsi | 1 - 3 files changed, 28 insertions(+), 4 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.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 build-main-mswin in repository x2goclient. commit d5305e7c8d00ec83a7d291d3aa0ecd32eb51ca5c Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Mar 11 07:52:53 2017 -0500 Windows: Upgrade PulseAudio from 6.0 to 7.1 Fixes: #1152 --- copy-deps-win32.bat | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index c03bb79..68c2b8f 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -9,7 +9,7 @@ xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libgcc_s_ xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libstdc++-6.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpthread-1.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\MSVC-DLLs\2013-12.0.21005.1-x86\msvcr120.dll %3\ || exit /b %errorlevel% -xcopy /E /Y %1\pulse\6.0-11.1_bin %3\ || exit /b %errorlevel% +xcopy /E /Y %1\pulse\7.1-2.2_bin %3\ || exit /b %errorlevel% xcopy /E /Y %1\PuTTY\0.67_bin %3\ || exit /b %errorlevel% xcopy /E /Y /I %1\VcXsrv\1.17.0.0-3_bin %3\VcXsrv || exit /b %errorlevel% xcopy /E /Y %1\zlib\1.2.8_bin\zlib1.dll %3\ || exit /b %errorlevel% diff --git a/debian/changelog b/debian/changelog index 68c3a20..19af85b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +x2goclient (4.1.0.0--2017.03.11) unstable; urgency=medium + + [ Mike DePaulo ] + * New upstream version (4.1.0.0-2017.03.11): + - Windows: Upgrade PulseAudio from 6.0 to 7.1 + Fixes: #1152 Issues with audio when playing HTML5 videos + + -- Mike DePaulo <mikedep333@gmail.com> Sat, 11 Mar 2017 13:24:19 -0500 + x2goclient (4.1.0.0-0x2go1) unstable; urgency=medium [ Mihai Moldovan ] -- Alioth's /srv/git/code.x2go.org/x2goclient.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 build-main-mswin in repository x2goclient. commit 218a4057cb59f12abab02aa0f8e16787ca70d6df Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Mar 11 13:19:33 2017 -0500 Windows: Update PuTTY from 0.67 to 0.68 --- copy-deps-win32.bat | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index 8da42e8..6e468fb 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -10,7 +10,7 @@ xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libstdc++ xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpthread-1.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\MSVC-DLLs\2013-12.0.21005.1-x86\msvcr120.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\pulse\7.1-2.2_bin %3\ || exit /b %errorlevel% -xcopy /E /Y %1\PuTTY\0.67_bin %3\ || exit /b %errorlevel% +xcopy /E /Y %1\PuTTY\0.68_bin %3\ || exit /b %errorlevel% xcopy /E /Y /I %1\VcXsrv\1.17.0.0-3_bin %3\VcXsrv || exit /b %errorlevel% xcopy /E /Y %1\zlib\1.2.8_bin\zlib1.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\zlib\x86-mingw4-1.2.7-1_bin\bin\libz.dll %3\ || exit /b %errorlevel% diff --git a/debian/changelog b/debian/changelog index e90e9d0..8e1c01a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,12 @@ x2goclient (4.1.0.0--2017.03.11) unstable; urgency=medium + CVE-2016-0739 was fixed + improved id_ed25519 support + numerous bug fixes + - Windows: Update PuTTY from 0.67 to 0.68 + The possibly relevant changes are: + + CVE-2016-6167 was fixed (did not affect X2Go Client by + default because the installation dir is not writeable by + users) + + CVE-2017-6542 was fixed -- Mike DePaulo <mikedep333@gmail.com> Sat, 11 Mar 2017 13:24:19 -0500 -- Alioth's /srv/git/code.x2go.org/x2goclient.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 build-main-mswin in repository x2goclient. commit 69bcf7c1edd7e6a1459bb6d19270a119ff4be0a5 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Mar 11 10:28:56 2017 -0500 Windows: Upgrade Win32 OpenSSL from 1.0.1t to 1.0.2k --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 195cd62..6166a8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ x2goclient (4.1.0.0--2017.03.11) unstable; urgency=medium Fixes: #1152 Issues with audio when playing HTML5 videos - Windows: Remove uninstaller from start menu. It is still available in "Programs and Features". + - Windows: Upgrade Win32 OpenSSL from 1.0.1t to 1.0.2k + Fixes numerous CVEs -- Mike DePaulo <mikedep333@gmail.com> Sat, 11 Mar 2017 13:24:19 -0500 -- Alioth's /srv/git/code.x2go.org/x2goclient.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 build-main-mswin in repository x2goclient. commit 4f5cfa443cd78badf430d8fd41fa0446dd8bba37 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Mar 11 11:20:24 2017 -0500 Upgrade libssh from 0.7.0 to 0.7.4 --- copy-deps-win32.bat | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index 68c2b8f..8da42e8 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -4,7 +4,7 @@ if "%~3"=="" ( ) xcopy /E /Y %1\cygwin\20160121-3_bin %3\ || exit /b %errorlevel% del %3\nxproxy.exe.unstripped %3\libXcomp.a %3\libXcomp.dll.a || exit /b %errorlevel% -xcopy /E /Y %1\libssh\0.7.0-x2go1-mingw482_bin\bin\libssh.dll %3\ || exit /b %errorlevel% +xcopy /E /Y %1\libssh\0.7.4-x2go1-mingw482_bin\bin\libssh.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libgcc_s_dw2-1.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libstdc++-6.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpthread-1.dll %3\ || exit /b %errorlevel% diff --git a/debian/changelog b/debian/changelog index 6166a8c..0df8b4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -834,6 +834,12 @@ x2goclient (4.0.5.1-0x2go1) unstable; urgency=low - Windows: Update PuTTY from 0.64 to 0.66, which fixes CVE-2015-5309. - Windows: Remove libzip. libssh no longer uses it. + - Windows: Upgrade libssh from 0.7.0 to 0.7.4 (while maintaining + Pageant support). + The possibly relevant changes are: + + CVE-2016-0739 was fixed + + improved id_ed25519 support + + numerous bug fixes [ Orion Poplawski ] * New upstream release (4.0.5.1): -- Alioth's /srv/git/code.x2go.org/x2goclient.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 build-main-mswin in repository x2goclient. commit cc3edcbce7844709cee72f8ce0fa4053ee339972 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Mar 11 13:10:05 2017 -0500 Whoops, put the libssh changelog note under the wrong version --- debian/changelog | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0df8b4c..e90e9d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,12 @@ x2goclient (4.1.0.0--2017.03.11) unstable; urgency=medium It is still available in "Programs and Features". - Windows: Upgrade Win32 OpenSSL from 1.0.1t to 1.0.2k Fixes numerous CVEs + - Windows: Upgrade libssh from 0.7.0 to 0.7.4 (while maintaining + Pageant support). + The possibly relevant changes are: + + CVE-2016-0739 was fixed + + improved id_ed25519 support + + numerous bug fixes -- Mike DePaulo <mikedep333@gmail.com> Sat, 11 Mar 2017 13:24:19 -0500 @@ -834,12 +840,6 @@ x2goclient (4.0.5.1-0x2go1) unstable; urgency=low - Windows: Update PuTTY from 0.64 to 0.66, which fixes CVE-2015-5309. - Windows: Remove libzip. libssh no longer uses it. - - Windows: Upgrade libssh from 0.7.0 to 0.7.4 (while maintaining - Pageant support). - The possibly relevant changes are: - + CVE-2016-0739 was fixed - + improved id_ed25519 support - + numerous bug fixes [ Orion Poplawski ] * New upstream release (4.0.5.1): -- Alioth's /srv/git/code.x2go.org/x2goclient.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 build-main-mswin in repository x2goclient. commit 98c0d80a4e96de851a5a32d09ab3fe96c63ac187 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Mar 11 07:56:58 2017 -0500 Windows: Remove uninstaller from start menu. --- debian/changelog | 2 ++ nsis/x2goclient.nsi | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 19af85b..195cd62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ x2goclient (4.1.0.0--2017.03.11) unstable; urgency=medium * New upstream version (4.1.0.0-2017.03.11): - Windows: Upgrade PulseAudio from 6.0 to 7.1 Fixes: #1152 Issues with audio when playing HTML5 videos + - Windows: Remove uninstaller from start menu. + It is still available in "Programs and Features". -- Mike DePaulo <mikedep333@gmail.com> Sat, 11 Mar 2017 13:24:19 -0500 diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi index 461f002..d1fdcd9 100644 --- a/nsis/x2goclient.nsi +++ b/nsis/x2goclient.nsi @@ -137,7 +137,6 @@ Section "X2Go Client (required)" base WriteUninstaller "$INSTDIR\Uninstall.exe" !insertmacro MUI_STARTMENU_WRITE_BEGIN Application CreateDirectory "$SMPROGRAMS\$STARTMENU_FOLDER" - CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstall.lnk" "$INSTDIR\Uninstall.exe" CreateShortCut "$INSTDIR\X2Go Client.lnk" "$INSTDIR\x2goclient.exe" CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\X2Go Client.lnk" "$INSTDIR\x2goclient.exe" -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git