This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from c45f3fb Update changelog about Win32 OpenSSL update: new 3a654cb Update cygwin bundle from 20150425-2 to 20150425-3 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 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) -- 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 master in repository x2goclient. commit 3a654cb18f5b7928ab751b1dc02d3be9648966ae Author: Mike DePaulo <mikedep333@gmail.com> Date: Tue Jun 23 08:07:57 2015 -0400 Update cygwin bundle from 20150425-2 to 20150425-3 --- copy-deps-win32.bat | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index c026305..3350515 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-2_bin %3\ || exit /b %errorlevel% +xcopy /E /Y %1\cygwin\20150425-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\libzip\0.9.3_bin\bin\libzip.dll %3\ || exit /b %errorlevel% diff --git a/debian/changelog b/debian/changelog index 02f6ece..3ba3d06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -72,6 +72,8 @@ x2goclient (4.0.4.1-0x2go1) UNRELEASED; urgency=low [ Mike DePaulo ] - Windows: Update bundled Win32 OpenSSL from 1.0.1m to 1.0.1o, which fixes the multiple CVEs announced on 2015-06-11. + - Windows: Update bundled Cygwin OpenSSL from 1.0.2a-1 to 1.0.2c-1, which + fixes the multiple CVEs announced on 2015-06-11. -- X2Go Release Manager <git-admin@x2go.org> Tue, 26 May 2015 21:42:09 +0200 -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git