This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch release/4.0.5.0-mswin in repository x2goclient. commit 8f9d935c6c0d8c420a31c12ece1df6f286c6f66d 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 | 12 ++++++++++++ 2 files changed, 13 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 8b8350c..15b6728 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,18 @@ x2goclient (4.0.5.0-2016.01.23) unstable; 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. + * 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 -- Mike DePaulo <mikedep333@gmail.com> Sat, 23 Jan 2016 09:27:39 -0500 -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git