[X2Go-Commits] [x2goclient-contrib] 01/02: 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.

git-admin at x2go.org git-admin at x2go.org
Tue Jan 13 05:38:51 CET 2015


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 at 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


More information about the x2go-commits mailing list