This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.4.0-mswin in repository x2goclient. from b7226a2 Release 4.0.4.0-2015.05.27 new 031f8fc Add version 4.0.4.0-2015.06.23 to changelog new 24ae4d1 Update changelog about Win32 OpenSSL update: new 03eed89 Update cygwin bundle from 20150425-2 to 20150425-3 new e396e3e Update VcXsrv: 1.17.0.0-1 (X2Go/Arctica Build) -> 1.17.0.0-2 (X2Go/Arctica Build) The 4 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 | 4 ++-- debian/changelog | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) -- 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 release/4.0.4.0-mswin in repository x2goclient. commit 031f8fcc4bb8b9996a3ef0b3ecc249f4711c25a9 Author: Mike DePaulo <mikedep333@gmail.com> Date: Tue Jun 23 09:25:45 2015 -0400 Add version 4.0.4.0-2015.06.23 to changelog --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index db5c10d..e6afc74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +x2goclient (4.0.4.0-2015.06.23) unstable; urgency=low + + [ Mike DePaulo ] + * New upstream release (4.0.4.0-2015.06.23): + + -- Mike DePaulo <mikedep333@gmail.com> Tue, 23 Jun 2015 9:24:00 -0400 + x2goclient (4.0.4.0-2015.05.27) unstable; urgency=low [ Mike DePaulo ] -- 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 release/4.0.4.0-mswin in repository x2goclient. commit 24ae4d1dbe239a67a6e28d10ad8631270ce17753 Author: Mike DePaulo <mikedep333@gmail.com> Date: Mon Jun 22 03:36:42 2015 -0400 Update changelog about Win32 OpenSSL update: 1.0.1m -> 1.0.1o Conflicts: debian/changelog --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e6afc74..df018ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ x2goclient (4.0.4.0-2015.06.23) unstable; urgency=low [ Mike DePaulo ] * New upstream release (4.0.4.0-2015.06.23): + - Windows: Update bundled Win32 OpenSSL from 1.0.1m to 1.0.1o, + which fixes the multiple CVEs announced on 2015-06-11. -- Mike DePaulo <mikedep333@gmail.com> Tue, 23 Jun 2015 9:24:00 -0400 -- 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 release/4.0.4.0-mswin in repository x2goclient. commit 03eed89b8958d7b1329e098b97fd96663f33dc13 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 df018ea..29d3280 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ x2goclient (4.0.4.0-2015.06.23) unstable; urgency=low * New upstream release (4.0.4.0-2015.06.23): - 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. -- Mike DePaulo <mikedep333@gmail.com> Tue, 23 Jun 2015 9:24:00 -0400 -- 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 release/4.0.4.0-mswin in repository x2goclient. commit e396e3e55d931aca5dab9ff54f84d72f53db12f3 Author: Mike DePaulo <mikedep333@gmail.com> Date: Tue Jun 23 09:20:04 2015 -0400 Update VcXsrv: 1.17.0.0-1 (X2Go/Arctica Build) -> 1.17.0.0-2 (X2Go/Arctica Build) --- 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 3350515..515fa68 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-1_bin %3\VcXsrv || exit /b %errorlevel% +xcopy /E /Y /I %1\VcXsrv\1.17.0.0-2_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 29d3280..ca9cec4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,11 @@ x2goclient (4.0.4.0-2015.06.23) unstable; urgency=low 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. + - Windows: Update bundled VcXsrv from 1.17.0.0-1 (X2Go/Arctica Build) + to 1.17.0.0-2 (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) -- Mike DePaulo <mikedep333@gmail.com> Tue, 23 Jun 2015 9:24:00 -0400 -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git