This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.5.0-mswin in repository x2goclient. from e7015e2 Bump 2015.07.28 -> 2015.07.31 new beee2bf Win32-OpenSSL: 1.0.1p -> 1.0.1q new 8f9d935 Windows: Update Cygwin bundle to 20160121-1 new d7ffd0a Windows: Update Unicode NSIS from 2.46.5 to 2.50.0 Pre-release, new ed1ecb0 Windows: Update PuTTY from 0.64 to 0.66 new 9f5d317 Windows: Remove libzip. libssh no longer uses it. new dc78bc7 Bump 2016.01.23 -> 2016.01.28 The 6 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 | 5 ++--- debian/changelog | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 3 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.5.0-mswin in repository x2goclient. commit beee2bf6a1e4b43f9c4746eeb801075dfc18505d Author: Mike DePaulo <mikedep333@gmail.com> Date: Wed Dec 30 09:24:50 2015 -0500 Win32-OpenSSL: 1.0.1p -> 1.0.1q --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index cad1f86..8b8350c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +x2goclient (4.0.5.0-2016.01.23) unstable; urgency=low + + [ Mike DePaulo ] + * 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. + + -- Mike DePaulo <mikedep333@gmail.com> Sat, 23 Jan 2016 09:27:39 -0500 + x2goclient (4.0.5.0-2015.07.31) 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.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
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 d7ffd0aff7a257e4055ceb49c2522bbea35a5c50 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jan 23 09:11:01 2016 -0500 Windows: Update Unicode NSIS from 2.46.5 to 2.50.0 Pre-release, --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 15b6728..c14ade2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ x2goclient (4.0.5.0-2016.01.23) unstable; urgency=low + 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 + - Windows: Update Unicode NSIS from 2.46.5 to 2.50.0 Pre-release, + which fixes the DLL hijacking security vuln (NSIS bug 1125.) -- 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
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 ed1ecb0cb915e8f649fb0f8d693c665c19f605ca Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jan 23 09:55:34 2016 -0500 Windows: Update PuTTY from 0.64 to 0.66 --- 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 e67417d..4fc4686 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -11,7 +11,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.64_bin %3\ || exit /b %errorlevel% +xcopy /E /Y %1\PuTTY\0.66_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 c14ade2..6570cad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,8 @@ x2goclient (4.0.5.0-2016.01.23) unstable; urgency=low - Windows: Update nxproxy from 3.5.0.31 to 3.5.0.32 - Windows: Update Unicode NSIS from 2.46.5 to 2.50.0 Pre-release, which fixes the DLL hijacking security vuln (NSIS bug 1125.) + - Windows: Update PuTTY from 0.64 to 0.66, which fixes + CVE-2015-5309. -- 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
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 9f5d317dc8418e3b7b0e8a6c9269a86cd4779cd2 Author: Mike DePaulo <mikedep333@gmail.com> Date: Tue Jan 26 20:28:15 2016 -0500 Windows: Remove libzip. libssh no longer uses it. --- copy-deps-win32.bat | 1 - debian/changelog | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index 4fc4686..dfdb19e 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -5,7 +5,6 @@ if "%~3"=="" ( 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% xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libgcc_s_dw2-1.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libstdc++-6.dll %3\ || exit /b %errorlevel% xcopy /E /Y %1\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libwinpthread-1.dll %3\ || exit /b %errorlevel% diff --git a/debian/changelog b/debian/changelog index 6570cad..f0b7802 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ x2goclient (4.0.5.0-2016.01.23) unstable; urgency=low which fixes the DLL hijacking security vuln (NSIS bug 1125.) - Windows: Update PuTTY from 0.64 to 0.66, which fixes CVE-2015-5309. + - Windows: Remove libzip. libssh no longer uses it. -- 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
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 dc78bc7357bfff2a04c5a511fe03301a25dbac44 Author: Mike DePaulo <mikedep333@gmail.com> Date: Thu Jan 28 09:10:15 2016 -0500 Bump 2016.01.23 -> 2016.01.28 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f0b7802..10cebd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x2goclient (4.0.5.0-2016.01.23) unstable; urgency=low +x2goclient (4.0.5.0-2016.01.28) unstable; urgency=low [ Mike DePaulo ] * New upstream release (4.0.5.1): @@ -22,7 +22,7 @@ x2goclient (4.0.5.0-2016.01.23) unstable; urgency=low CVE-2015-5309. - Windows: Remove libzip. libssh no longer uses it. - -- Mike DePaulo <mikedep333@gmail.com> Sat, 23 Jan 2016 09:27:39 -0500 + -- Mike DePaulo <mikedep333@gmail.com> Thu, 28 Jan 2016 09:08:37 -0500 x2goclient (4.0.5.0-2015.07.31) unstable; urgency=low -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git