This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from ce0f9b2 Update from Cygwin bundle 20141018-2 to 20141018-3. new e6b408b Update from Cygwin bundle 20141018-3 to 20141018-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 e6b408b6ff98d8b42b4234b077483f77bae5a8fe 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 af8015f..bdf02b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,12 @@ x2goclient (4.0.4.0-0x2go1) UNRELEASED; urgency=low 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. -- X2Go Release Manager <git-admin@x2go.org> Thu, 19 Feb 2015 13:25:28 +0100 -- Alioth's /srv/git/code.x2go.org/x2goclient.git//../..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git