TVAM / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

Checksum error for 2013 version of vcredist.exe #486

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. attempting to install vcredist_x86.exe ,2013 version
2. checksum error results
3. correct SHA1 checksum in winetricks & problem goes away

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

WINETRICKS_VERSION=20141130

MacOSX Yosemite

Please provide any additional information below.

First calculate the SHA1 checksum for vcredist.exe 2013 version

Leighs-MacBook-Pro:tmp lhume$ openssl sha1 
/Users/lhume/Desktop/vcredist_x86.exe 
SHA1(/Users/lhume/Desktop/vcredist_x86 (1).exe)= 
df7f0a73bfa077e483e51bfb97f5e2eceedfb6a3

yet from the Winetricks file I find a different SHA1 checksum

load_vcrun2013()
{
    # http://www.microsoft.com/en-us/download/details.aspx?id=40784
    w_download http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86.exe 18f81495bc5e6b293c69c28b0ac088a96debbab2

Original issue reported on code.google.com by leighrh...@gmail.com on 9 Aug 2015 at 1:38