This is an automated email from the git hooks/post-receive script. x2go-admin pushed a change to branch build-main-mswin in repository x2goclient. from fb35d18 release 4.0.5.1-2016.06.05 new 2753692 Windows: Update PuTTY from 0.66 to 0.67 new f8a13e9 Win32-OpenSSL: 1.0.1q -> 1.0.1t The 2 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 | 12 ++++++++++++ 2 files changed, 13 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-admin pushed a commit to branch build-main-mswin in repository x2goclient. commit 2753692abb92da84d1890b36df1e044f55c9268e Author: Mike DePaulo <mikedep333@gmail.com> Date: Thu Aug 18 17:55:11 2016 +0200 Windows: Update PuTTY from 0.66 to 0.67 --- 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 b56bfe2..c03bb79 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -10,7 +10,7 @@ xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libstdc++ xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpthread-1.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\MSVC-DLLs\2013-12.0.21005.1-x86\msvcr120.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\pulse\6.0-11.1_bin %3\ || exit /b %errorlevel% -xcopy /E /Y %1\PuTTY\0.66_bin %3\ || exit /b %errorlevel% +xcopy /E /Y %1\PuTTY\0.67_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 %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% diff --git a/debian/changelog b/debian/changelog index 877bd40..d7d77f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +x2goclient (4.0.5.1-2016.08.18) unstable; urgency=medium + + [ Mike DePaulo ] + * New upstream release (4.0.5.1-2016.08.18): + - Windows: Update PuTTY from 0.66 to 0.67, which fixes + CVE-2016-2563. + + -- Mike DePaulo <mikedep333@gmail.com> Thu, 18 Aug 2016 19:42:19 +0200 + x2goclient (4.0.5.1-2016.06.05) unstable; urgency=medium [ 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-admin pushed a commit to branch build-main-mswin in repository x2goclient. commit f8a13e9bbfa6f4ac9e7b77bd190d7219f198f7cf Author: Mike DePaulo <mikedep333@gmail.com> Date: Thu Aug 18 19:36:20 2016 +0200 Win32-OpenSSL: 1.0.1q -> 1.0.1t --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index d7d77f0..76a38f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ x2goclient (4.0.5.1-2016.08.18) unstable; urgency=medium * New upstream release (4.0.5.1-2016.08.18): - Windows: Update PuTTY from 0.66 to 0.67, which fixes CVE-2016-2563. + - Windows: Update bundled Win32 OpenSSL from 1.0.1q to 1.0.1t, + which fixes the multiple CVEs announced on 2016-01-28, + 2016-03-01 & 2016-05-03. -- Mike DePaulo <mikedep333@gmail.com> Thu, 18 Aug 2016 19:42:19 +0200 -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git