This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient-contrib. from cf49ba9 Add cygwin 20150425-4 bundle. new e4628c0 Add MSVC 2013 DLLs (for Win32 OpenSSL 1.0.1p) 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: .../2013-12.0.21005.1-x86}/msvcp120.dll | Bin 455328 -> 455328 bytes .../2013-12.0.21005.1-x86}/msvcr120.dll | Bin 970912 -> 970912 bytes MSVC-DLLs/2013-12.0.21005.1-x86/vccorlib120.dll | Bin 0 -> 247984 bytes MSVC-DLLs/2013-12.0.21005.1-x86_set-timestamps.sh | 3 +++ current-timestamp-scripts.sh | 1 + 5 files changed, 4 insertions(+) copy {VcXsrv/1.15.2.2-xp+vc2013+x2go1_bin => MSVC-DLLs/2013-12.0.21005.1-x86}/msvcp120.dll (100%) copy {VcXsrv/1.15.2.2-xp+vc2013+x2go1_bin => MSVC-DLLs/2013-12.0.21005.1-x86}/msvcr120.dll (100%) create mode 100755 MSVC-DLLs/2013-12.0.21005.1-x86/vccorlib120.dll create mode 100755 MSVC-DLLs/2013-12.0.21005.1-x86_set-timestamps.sh -- Alioth's /srv/git/code.x2go.org/x2goclient-contrib.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient-contrib. commit e4628c068fed2ee6d5b27c2adfd5d6887ab41fbc Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun Jul 26 16:37:34 2015 -0400 Add MSVC 2013 DLLs (for Win32 OpenSSL 1.0.1p) --- MSVC-DLLs/2013-12.0.21005.1-x86/msvcp120.dll | Bin 0 -> 455328 bytes MSVC-DLLs/2013-12.0.21005.1-x86/msvcr120.dll | Bin 0 -> 970912 bytes MSVC-DLLs/2013-12.0.21005.1-x86/vccorlib120.dll | Bin 0 -> 247984 bytes MSVC-DLLs/2013-12.0.21005.1-x86_set-timestamps.sh | 3 +++ current-timestamp-scripts.sh | 1 + 5 files changed, 4 insertions(+) diff --git a/MSVC-DLLs/2013-12.0.21005.1-x86/msvcp120.dll b/MSVC-DLLs/2013-12.0.21005.1-x86/msvcp120.dll new file mode 100755 index 0000000..a237d2d Binary files /dev/null and b/MSVC-DLLs/2013-12.0.21005.1-x86/msvcp120.dll differ diff --git a/MSVC-DLLs/2013-12.0.21005.1-x86/msvcr120.dll b/MSVC-DLLs/2013-12.0.21005.1-x86/msvcr120.dll new file mode 100755 index 0000000..8c36149 Binary files /dev/null and b/MSVC-DLLs/2013-12.0.21005.1-x86/msvcr120.dll differ diff --git a/MSVC-DLLs/2013-12.0.21005.1-x86/vccorlib120.dll b/MSVC-DLLs/2013-12.0.21005.1-x86/vccorlib120.dll new file mode 100755 index 0000000..252821d Binary files /dev/null and b/MSVC-DLLs/2013-12.0.21005.1-x86/vccorlib120.dll differ diff --git a/MSVC-DLLs/2013-12.0.21005.1-x86_set-timestamps.sh b/MSVC-DLLs/2013-12.0.21005.1-x86_set-timestamps.sh new file mode 100755 index 0000000..85059a3 --- /dev/null +++ b/MSVC-DLLs/2013-12.0.21005.1-x86_set-timestamps.sh @@ -0,0 +1,3 @@ +touch --no-create -d "2013-10-05 03:38:22.000000000 -0400" "2013-12.0.21005.1-x86/msvcp120.dll" +touch --no-create -d "2013-10-05 03:38:22.000000000 -0400" "2013-12.0.21005.1-x86/msvcr120.dll" +touch --no-create -d "2013-10-05 03:38:22.000000000 -0400" "2013-12.0.21005.1-x86/vccorlib120.dll" diff --git a/current-timestamp-scripts.sh b/current-timestamp-scripts.sh index c56ab43..0891c85 100755 --- a/current-timestamp-scripts.sh +++ b/current-timestamp-scripts.sh @@ -23,6 +23,7 @@ cd .. cd MSVC-DLLs ./2008-9.0.21022.8-x86_set-timestamps.sh +./2013-12.0.21005.1-x86_set-timestamps.sh cd .. cd pulse -- Alioth's /srv/git/code.x2go.org/x2goclient-contrib.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git