This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 32307c6299cef59c43b59746f87475f343a473d0 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jul 26 14:24:07 2015 -0400 Update VcXsrv: 1.17.0.0-2 (X2Go/Arctica Build) -> 1.17.0.0-3 (X2Go/Arctica Build) --- copy-deps-win32.bat | 2 +- debian/changelog | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index e40b762..ee8516e 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -12,7 +12,7 @@ xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpth xcopy /E /Y %1\MSVC-DLLs\2008-9.0.21022.8-x86 %3\ || exit /b %errorlevel% xcopy /E /Y %1\pulse\6.0-11.1_bin %3\ || exit /b %errorlevel% xcopy /E /Y %1\PuTTY\0.64_bin %3\ || exit /b %errorlevel% -xcopy /E /Y /I %1\VcXsrv\1.17.0.0-2_bin %3\VcXsrv || 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% xcopy /E /Y %2\bin\ssleay32.dll %3\ || exit /b %errorlevel% diff --git a/debian/changelog b/debian/changelog index f96c54a..f0294cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -86,10 +86,20 @@ x2goclient (4.0.4.1-0x2go1) UNRELEASED; urgency=low which fixes the multiple CVEs announced on 2015-06-11 and CVE-2015-1793 (announced on 2015-07-09). - Windows: Update bundled VcXsrv from 1.17.0.0-1 (X2Go/Arctica Build) - to 1.17.0.0-2 (X2Go/Arctica Build) + to 1.17.0.0-3 (X2Go/Arctica Build) The differences relevant to X2Go are: + VcXsrv's bundled version of openssl was updated from 1.0.2a - to 1.0.2c (fixes the multiple CVEs announced on 2015-06-11) + to 1.0.2d (fixes the multiple CVEs announced on 2015-06-11 and + CVE-2015-1793 (announced on 2015-07-09). + + Drop winmultiwindow.patch (Part of #883) + + hw/xwin/glx: Don't create fbConfigs for un-accelerated + pixelFormats + This has the effect of disabling StaticColor under + MultiWindow mode with -wgl (default) and -swrastwgl, and + thus making X2Go sessions started from the Windows client + able to be resumed on the client on a different OS or the + client runing on Windows with different display settings. + (Fixes: #696) [ Henning Heinold ] * New upstream release (4.0.4.1): -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git