FrogCast / winetricks

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

sha1sum mismatch for vcrun2013 #466

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi

Current vcredist_x86.exe (vcrun2013) has a new sha1sum.
$ sha1sum vcredist_x86.exe*
df7f0a73bfa077e483e51bfb97f5e2eceedfb6a3  vcredist_x86.exe
df7f0a73bfa077e483e51bfb97f5e2eceedfb6a3  vcredist_x86.exe.bak
18f81495bc5e6b293c69c28b0ac088a96debbab2  vcredist_x86.exe.orig

What steps will reproduce the problem?
$ ~/.cache/winetricks/vcrun2013/vcredist_x86.exe
$ winetricks vcrun2013

What version of the product are you using? On what operating system?
Current http://winetricks.org/winetricks.

Please provide any additional information below.
I noticed that upon another user's report (we're both in Germany, in case this 
is related to some regional download server).

Greets
jre

Original issue reported on code.google.com by jre.wine...@gmail.com on 14 Jan 2015 at 9:26

GoogleCodeExporter commented 8 years ago
Typo, forgot the "rm" in reproduce section:
$ rm ~/.cache/winetricks/vcrun2013/vcredist_x86.exe

Original comment by jre.wine...@gmail.com on 14 Jan 2015 at 2:18

GoogleCodeExporter commented 8 years ago
[Dupe of #464, don't know why I didn't find this in the first place, sorry.]

Replacing the sha1sum in winetricks works and results in working dll overrides 
(see attached patch). So I assume the new vcredist_x86.exe is a working one.

I'm just surprised that this file is nearly a year old and nobody reported it 
yet (of course I don't know since when MS really distributes it):

$ pwd
/home/jens/.cache/winetricks/vcrun2013
$ ls -l
total 19052
-rwxr-xr-x 1 jens jens 6503984 May  1  2014 vcredist_x86.exe
-rwxr-xr-x 1 jens jens 6503984 May  1  2014 vcredist_x86.exe.bak
-rwxr-xr-x 1 jens jens 6498200 Oct  5  2013 vcredist_x86.exe.orig

Original comment by jre.wine...@gmail.com on 14 Jan 2015 at 3:47

Attachments:

GoogleCodeExporter commented 8 years ago
[Sorry, hopefully last message on this.]

Release date was 2014-12-30 (see 
http://www.microsoft.com/en-us/download/details.aspx?id=40784). So winetricks 
really should be updated. And it explains why the problems just occur now.

Original comment by jre.wine...@gmail.com on 14 Jan 2015 at 4:01

GoogleCodeExporter commented 8 years ago
Dupe.

Original comment by austinenglish@gmail.com on 14 Jan 2015 at 9:54

GoogleCodeExporter commented 8 years ago
Also got checksum error with the current version of winetricks

  * WINETRICKS_VERSION=20141130

After reverting (undo) the patch above

  * winetricks.466.patch

it works for me.

Greets, Dirk

Original comment by deve...@dj-l.de on 25 May 2015 at 3:22

GoogleCodeExporter commented 8 years ago
Hi Dirk,

you are using an old version of winetricks. You can get the current winetricks 
(20150416) from 
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks. 
That version comes with the correct sha1sum   
df7f0a73bfa077e483e51bfb97f5e2eceedfb6a3.

But you are right, my winetricks.466.patch had been accidentally inverted (so + 
and - where switched). Therefore the confusion about having to "revert" the 
patch.

Original comment by jre.wine...@gmail.com on 25 May 2015 at 9:45