This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 5fed0ac src/onmainwindow.cpp: fix compile error on OS X/macOS. new c1debb3 Upgrade bundled VcXsrv to 1.20.0.0 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 added to this reference. Summary of changes: copy-deps-win32.bat | 2 +- debian/changelog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 c1debb366b21d9b7c87b37eadb100cb82ad05453 Author: Mike DePaulo <mikedep333@gmail.com> Date: Mon Jun 4 21:10:56 2018 -0400 Upgrade bundled VcXsrv to 1.20.0.0 --- copy-deps-win32.bat | 2 +- debian/changelog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index 6c3d32c..412e425 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\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.70_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 /I %1\VcXsrv\1.20.0.0_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 855dcac..b569faa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,11 @@ x2goclient (4.1.2.0-0x2go1) UNRELEASED; urgency=medium x2goclient was copied/extracted to a folder where users could write. - Windows: Update Win32 OpenSSL from 1.0.2k to 1.0.2n Fixes several CVEs + - Windows: Upgrade bundled VcXsrv from 1.17.0.0-3 (X2Go/Arctica Build) + to 1.20.0.0 (upstream build) + + Fixes https://github.com/ArcticaProject/nx-libs/issues/600 + + Incompatible with XP & Vista + + Unmodified except for strip-nondeterminism being run on .gz files [ Oleksandr Shneyder ] * New upstream version (4.1.2.0): -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git