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