This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 96627d26c9af67f8a8a699a9e2f1e4a37f2fc65f Author: Mike DePaulo <mikedep333@gmail.com> Date: Fri Jan 22 09:03:33 2016 -0500 Windows: Update Cygwin bundle to 20160121-1 This includes nxproxy 3.5.0.31 -> 3.5.0.32 --- 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 03d0862..e67417d 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -2,7 +2,7 @@ if "%~3"=="" ( echo "Usage: copy-deps-win32.bat path-to-x2goclient-contrib path-to-OpenSSL-Win32 destination" goto :a ) -xcopy /E /Y %1\cygwin\20150425-4_bin %3\ || exit /b %errorlevel% +xcopy /E /Y %1\cygwin\20160121-1_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\libzip\0.9.3_bin\bin\libzip.dll %3\ || exit /b %errorlevel% diff --git a/debian/changelog b/debian/changelog index 021154a..f8fa3d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -60,6 +60,15 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low * New upstream release (4.0.5.1): - Windows: Update bundled Win32 OpenSSL from 1.0.1p to 1.0.1q, which fixes the multiple CVEs announced on 2015-12-03. + - Windows: Upgrade Cygwin components to latest versions as of + 2016-01-21, except for the Cygwin DLL which is still at 1.7.33 + in order to avoid breaking folder sharing and printer sharing + due to 1.7.34's ACL/permissions changes. + (authorized_keys file would often have mode 660 instead of 600) + The latest components include most notably: + + openssh 6.8p1-1-x2go1 -> 7.1p2-1-x2go1 (security update) + + openssl 1.0.2d-1 -> 1.0.2e-1 (security update) + - Windows: Update nxproxy from 3.5.0.31 to 3.5.0.32 [ 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