This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 5625955 src/help.h: typo fix in comment only. new 5768dbf Cygwin bundle 20160121-2 -> 20160121-3 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 +- 1 file changed, 1 insertion(+), 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 5768dbf5fc7df676c59348daadf63a4707eb48b3 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jun 4 12:17:34 2016 -0400 Cygwin bundle 20160121-2 -> 20160121-3 This fixes sshd not starting due to cygcrypto-1.0.0.dll being 64-bit. Hopefully no more changes are needed for sshd to start successfully. --- copy-deps-win32.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat index f4a2f9e..b56bfe2 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\20160121-2_bin %3\ || exit /b %errorlevel% +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\MinGW-DLLs\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\libgcc_s_dw2-1.dll %3\ || exit /b %errorlevel% -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git