This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient-contrib. from e6ea793 Fix permissions on set timestamp script new bbe1015 Win32OpenSSL 1.0.1 actually requires the very original version of the VC 2008 DLLs, I determined this emperically and the website states this. It also requires the manifest. new 83927e9 Fix permissions on set timestamp script The 2 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: .../Microsoft.VC90.CRT.manifest | 13 +++++++++++++ MSVC-DLLs/2008-9.0.21022.8-x86/msvcm90.dll | Bin 0 -> 224768 bytes MSVC-DLLs/2008-9.0.21022.8-x86/msvcp90.dll | Bin 0 -> 568832 bytes .../msvcr90.dll | Bin 653968 -> 655872 bytes MSVC-DLLs/2008-9.0.21022.8-x86_set-timestamps.sh | 4 ++++ MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcm90.dll | Bin 225280 -> 0 bytes MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcp90.dll | Bin 570512 -> 0 bytes .../2008-SP1-9.0.30729.8387-x86_set-timestamps.sh | 3 --- 8 files changed, 17 insertions(+), 3 deletions(-) create mode 100755 MSVC-DLLs/2008-9.0.21022.8-x86/Microsoft.VC90.CRT.manifest create mode 100755 MSVC-DLLs/2008-9.0.21022.8-x86/msvcm90.dll create mode 100755 MSVC-DLLs/2008-9.0.21022.8-x86/msvcp90.dll rename MSVC-DLLs/{2008-SP1-9.0.30729.8387-x86 => 2008-9.0.21022.8-x86}/msvcr90.dll (58%) create mode 100755 MSVC-DLLs/2008-9.0.21022.8-x86_set-timestamps.sh delete mode 100755 MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcm90.dll delete mode 100755 MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcp90.dll delete mode 100755 MSVC-DLLs/2008-SP1-9.0.30729.8387-x86_set-timestamps.sh -- Alioth's /srv/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 bbe101592d1cbe5cbbabb65406cb92a8e9890d24 Author: Mike DePaulo <mikedep333@gmail.com> Date: Mon Jan 12 23:37:58 2015 -0500 Win32OpenSSL 1.0.1 actually requires the very original version of the VC 2008 DLLs, I determined this emperically and the website states this. It also requires the manifest. --- .../Microsoft.VC90.CRT.manifest | 13 +++++++++++++ MSVC-DLLs/2008-9.0.21022.8-x86/msvcm90.dll | Bin 0 -> 224768 bytes MSVC-DLLs/2008-9.0.21022.8-x86/msvcp90.dll | Bin 0 -> 568832 bytes .../msvcr90.dll | Bin 653968 -> 655872 bytes MSVC-DLLs/2008-9.0.21022.8-x86_set-timestamps.sh | 4 ++++ MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcm90.dll | Bin 225280 -> 0 bytes MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcp90.dll | Bin 570512 -> 0 bytes .../2008-SP1-9.0.30729.8387-x86_set-timestamps.sh | 3 --- 8 files changed, 17 insertions(+), 3 deletions(-) diff --git a/MSVC-DLLs/2008-9.0.21022.8-x86/Microsoft.VC90.CRT.manifest b/MSVC-DLLs/2008-9.0.21022.8-x86/Microsoft.VC90.CRT.manifest new file mode 100755 index 0000000..d3a615b --- /dev/null +++ b/MSVC-DLLs/2008-9.0.21022.8-x86/Microsoft.VC90.CRT.manifest @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- Copyright (c) Microsoft Corporation. All rights reserved. --> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <noInheritable/> + <assemblyIdentity + type="win32" + name="Microsoft.VC90.CRT" + version="9.0.21022.8" + processorArchitecture="x86" + publicKeyToken="1fc8b3b9a1e18e3b" + /> + <file name="msvcr90.dll" /> <file name="msvcp90.dll" /> <file name="msvcm90.dll" /> +</assembly> diff --git a/MSVC-DLLs/2008-9.0.21022.8-x86/msvcm90.dll b/MSVC-DLLs/2008-9.0.21022.8-x86/msvcm90.dll new file mode 100755 index 0000000..b9cb123 Binary files /dev/null and b/MSVC-DLLs/2008-9.0.21022.8-x86/msvcm90.dll differ diff --git a/MSVC-DLLs/2008-9.0.21022.8-x86/msvcp90.dll b/MSVC-DLLs/2008-9.0.21022.8-x86/msvcp90.dll new file mode 100755 index 0000000..6b07c75 Binary files /dev/null and b/MSVC-DLLs/2008-9.0.21022.8-x86/msvcp90.dll differ diff --git a/MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcr90.dll b/MSVC-DLLs/2008-9.0.21022.8-x86/msvcr90.dll similarity index 58% rename from MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcr90.dll rename to MSVC-DLLs/2008-9.0.21022.8-x86/msvcr90.dll index 789dc20..a68249a 100755 Binary files a/MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcr90.dll and b/MSVC-DLLs/2008-9.0.21022.8-x86/msvcr90.dll differ diff --git a/MSVC-DLLs/2008-9.0.21022.8-x86_set-timestamps.sh b/MSVC-DLLs/2008-9.0.21022.8-x86_set-timestamps.sh new file mode 100644 index 0000000..56e1742 --- /dev/null +++ b/MSVC-DLLs/2008-9.0.21022.8-x86_set-timestamps.sh @@ -0,0 +1,4 @@ +touch --no-create -d "2007-11-06 19:24:10.000000000 -0500" "2008-9.0.21022.8-x86/Microsoft.VC90.CRT.manifest" +touch --no-create -d "2007-11-06 19:23:58.000000000 -0500" "2008-9.0.21022.8-x86/msvcm90.dll" +touch --no-create -d "2007-11-07 00:19:34.000000000 -0500" "2008-9.0.21022.8-x86/msvcp90.dll" +touch --no-create -d "2007-11-07 00:19:34.000000000 -0500" "2008-9.0.21022.8-x86/msvcr90.dll" diff --git a/MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcm90.dll b/MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcm90.dll deleted file mode 100755 index 274cd7d..0000000 Binary files a/MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcm90.dll and /dev/null differ diff --git a/MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcp90.dll b/MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcp90.dll deleted file mode 100755 index 71c8e72..0000000 Binary files a/MSVC-DLLs/2008-SP1-9.0.30729.8387-x86/msvcp90.dll and /dev/null differ diff --git a/MSVC-DLLs/2008-SP1-9.0.30729.8387-x86_set-timestamps.sh b/MSVC-DLLs/2008-SP1-9.0.30729.8387-x86_set-timestamps.sh deleted file mode 100755 index cf64059..0000000 --- a/MSVC-DLLs/2008-SP1-9.0.30729.8387-x86_set-timestamps.sh +++ /dev/null @@ -1,3 +0,0 @@ -touch --no-create -d "2013-08-03 00:40:17.598539900 -0400" "2008-SP1-9.0.30729.8387-x86/msvcm90.dll" -touch --no-create -d "2013-08-03 00:40:17.614166500 -0400" "2008-SP1-9.0.30729.8387-x86/msvcp90.dll" -touch --no-create -d "2013-08-03 00:40:17.661046900 -0400" "2008-SP1-9.0.30729.8387-x86/msvcr90.dll" -- Alioth's /srv/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 83927e9ed9088853e61d7fd011f8243feaf5f6f2 Author: Mike DePaulo <mikedep333@gmail.com> Date: Mon Jan 12 23:38:51 2015 -0500 Fix permissions on set timestamp script --- 0 files changed diff --git a/MSVC-DLLs/2008-9.0.21022.8-x86_set-timestamps.sh b/MSVC-DLLs/2008-9.0.21022.8-x86_set-timestamps.sh old mode 100644 new mode 100755 -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient-contrib.git