[X2Go-Commits] [x2goclient] 02/03: copy-deps-win32.bat: update to 20180615-1 Cygwin bundle, shipping with a further modified OpenSSH Server version at 7.7p1-1-x2go1 and without chgrp.
git-admin at x2go.org
git-admin at x2go.org
Fri Jun 15 12:04:51 CEST 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit c1f259a1bcd7b408bbbc451209af270024d84379
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Jun 15 11:57:56 2018 +0200
copy-deps-win32.bat: update to 20180615-1 Cygwin bundle, shipping with a further modified OpenSSH Server version at 7.7p1-1-x2go1 and without chgrp.
---
copy-deps-win32.bat | 2 +-
debian/changelog | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/copy-deps-win32.bat b/copy-deps-win32.bat
index d47be84..a5c3a2e 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-4_bin %3\ || exit /b %errorlevel%
+xcopy /E /Y %1\cygwin\20180615-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.4-x2go1-mingw482_bin\bin\libssh.dll %3\ || exit /b %errorlevel%
xcopy /E /Y %1\libssh\0.7.4-x2go1-mingw482_bin\bin\libssh_threads.dll %3\ || exit /b %errorlevel%
diff --git a/debian/changelog b/debian/changelog
index 9c3bcf9..e70ea70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -95,6 +95,9 @@ x2goclient (4.1.2.0-0x2go1) UNRELEASED; urgency=medium
exit code indicates a failure.
- src/onmainwindow.{cpp,h}: remove Cygwin permissions workaround via
chgrp.
+ - copy-deps-win32.bat: update to 20180615-1 Cygwin bundle, shipping with
+ a further modified OpenSSH Server version at 7.7p1-1-x2go1 and without
+ chgrp.
* x2goclient.spec:
- Remove plugin references.
* debian/rules:
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list