This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 4.0.3.2-mswin in repository x2goclient. commit dea67b069eab6c5cabedc7ba9d5d7bd8188c3211 Author: Mike DePaulo <mikedep333@gmail.com> Date: Tue Feb 24 07:49:32 2015 -0500 Update from Cygwin bundle 20141018-3 to 20141018-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 2849f43..3d411a0 100755 --- a/copy-deps-win32.bat +++ b/copy-deps-win32.bat @@ -1,4 +1,4 @@ -xcopy /E /Y D:\x2goclient-contrib\cygwin\20141018-3_bin %1\ +xcopy /E /Y D:\x2goclient-contrib\cygwin\20141018-4_bin %1\ del %1\nxproxy.exe.unstripped %1\libXcomp.a %1\libXcomp.dll.a xcopy /E /Y D:\x2goclient-contrib\libssh\0.6.4-x2go1-mingw482_bin\bin\libssh.dll %1\ xcopy /E /Y D:\x2goclient-contrib\libzip\0.9.3_bin\bin\libzip.dll %1\ diff --git a/debian/changelog b/debian/changelog index 8d979d5..b64e661 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,12 @@ x2goclient (4.0.3.2-20150222) unstable; urgency=medium In addition to other changes, CVE-2013-6954 has been fixed. (Note: The Cygwin package name is now "libpng15" because "libpng" is now 1.6.x.) + - Windows: Copy the exact version of each cygwin DLL from the cygwin + binary tarballs rather than copying the "rebased" version from + an X2Go developer's cygwin installation. + What effect this will have on users is TBD. However, it does mean + that we are distributing the exact DLLs that the Cygwin project + provides, which is desirable for security. -- Mike DePaulo <mikedep333@gmail.com> Thu, 22 Feb 2015 13:50:00 -0500 -- Alioth's /srv/git/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git