[tbb-commits] [tor-browser-bundle/maint-7.0] Bug 23396: Updating the msvcr100.dll we ship

gk at torproject.org gk at torproject.org
Wed Nov 8 07:45:17 UTC 2017


commit 50545b66c03d4fc8fb54b48ee6a34287516d43b7
Author: Georg Koppen <gk at torproject.org>
Date:   Wed Nov 8 07:43:51 2017 +0000

    Bug 23396: Updating the msvcr100.dll we ship
    
    We update the location to get the .dll as well, taking Mike out of the
    browser loop.
---
 gitian/fetch-inputs.sh | 4 ++--
 gitian/versions        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gitian/fetch-inputs.sh b/gitian/fetch-inputs.sh
index 971cd23..6bd5c13 100755
--- a/gitian/fetch-inputs.sh
+++ b/gitian/fetch-inputs.sh
@@ -132,14 +132,14 @@ do
   fi
 done
 
-for i in OSXSDK MSVCR100
+for i in OSXSDK
 do
   PACKAGE="${i}_PACKAGE"
   URL="${MIRROR_URL}${!PACKAGE}"
   get "${!PACKAGE}" "${MIRROR_URL}${!PACKAGE}"
 done
 
-for i in CCTOOLS
+for i in CCTOOLS MSVCR100
 do
   PACKAGE="${i}_PACKAGE"
   URL="${MIRROR_URL_GK}${!PACKAGE}"
diff --git a/gitian/versions b/gitian/versions
index cc09cb0..f0c1726 100755
--- a/gitian/versions
+++ b/gitian/versions
@@ -104,7 +104,7 @@ GMP_HASH=752079520b4690531171d0f4532e40f08600215feefede70b24fabdc6f1ab160
 OSXSDK_HASH=da77bb0003fcca5ea8c4e8cb2da8828ded750c54afdcac29ec6f3b46ad5e3adf
 NOSCRIPT_HASH=82687646b9ecc39d478ac5d4de035b32fdf88efc6faceec3e74b49c863bbfabb
 CCTOOLS_HASH=e908fdebc2886ee5491ebfc7e7950af451b3c4e2439c2d7a923ed06ad05113e4
-MSVCR100_HASH=1221a09484964a6f38af5e34ee292b9afefccb3dc6e55435fd3aaf7c235d9067
+MSVCR100_HASH=8793353461826fbd48f25ea8b835be204b758ce7510db2af631b28850355bd18
 PYCRYPTO_HASH=f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
 ARGPARSE_HASH=ddaf4b0a618335a32b6664d4ae038a1de8fbada3b25033f9021510ed2b3941a4
 PYYAML_HASH=c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8



More information about the tbb-commits mailing list