This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 82c805e Windows: Upgrade Win32 OpenSSL from 1.0.1t to 1.0.2k new 16b67f8 Upgrade libssh from 0.7.0 to 0.7.4 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 | 6 ++++++ 2 files changed, 7 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 16b67f8637ac4c3bada9e311781a08bc598baab5 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Mar 11 11:20:24 2017 -0500 Upgrade libssh from 0.7.0 to 0.7.4 --- copy-deps-win32.bat | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index 68c2b8f..8da42e8 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -4,7 +4,7 @@ if "%~3"=="" ( ) xcopy /E /Y %1\cygwin\20160121-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\libssh\0.7.4-x2go1-mingw482_bin\bin\libssh.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 65fa2cc..41e07ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -994,6 +994,12 @@ x2goclient (4.0.5.1-0x2go1) unstable; urgency=low - Windows: Update PuTTY from 0.64 to 0.66, which fixes CVE-2015-5309. - Windows: Remove libzip. libssh no longer uses it. + - Windows: Upgrade libssh from 0.7.0 to 0.7.4 (while maintaining + Pageant support). + The possibly relevant changes are: + + CVE-2016-0739 was fixed + + improved id_ed25519 support + + numerous bug fixes [ Orion Poplawski ] * New upstream release (4.0.5.1): -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git