Package: winetricks Version: 0.0+20141009+svn1208-1 Severity: normal Tags: patch, jessie, upstream, fixed-upstream Control: forwarded -1 https://code.google.com/p/winetricks/issues/detail?id=466
Hi, winetricks fails to install the Visual C++ 2013 libraries (vcrun2013). This happens because MS released a new version on 2014-12-30 (see http://www.microsoft.com/en-us/download/details.aspx?id=40784). So winetricks fails to verify the correct sha1sum of the downloaded package. Fixed upstream by simply replacing the sha1sum, see https://code.google.com/p/winetricks/issues/detail?id=466. I attached the commit. Since imho vcrun2013 is a quite central package to be installed by winetricks, I propose to set the severity to serious (as maintainer you are entitled to to so, as user I am not) and fix this in jessie (which obviously requires an unblock request). Otherwise as hint for affected users, simply get the current winetricks and make it executable: wget http://winetricks.org/winetricks chmod +x winetricks Then execute it from the same directory: ./winetricks Greets jre -- System Information: Debian Release: 8.0 APT prefers testing APT policy: (900, 'testing'), (300, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.7-ckt2+ (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages winetricks depends on: ii cabextract 1.4-5 ii p7zip 9.20.1~dfsg.1-4.1 ii unzip 6.0-14 ii wget 1.16-1 ii wine 1.6.2-18 ii wine-development 1.7.33-1 ii wine32 1.6.2-18 ii wine64 1.6.2-18 ii zip 3.0-8 Versions of packages winetricks recommends: ii gksu 2.0.2-9 ii sudo 1.8.10p3-1 ii xdg-utils 1.1.0~rc1+git20111210-7.1 ii zenity 3.14.0-1 Versions of packages winetricks suggests: ii libwine 1.6.2-18 -- no debconf information
commit 0d551c0cf409b1d1f6d6f3a096b0f159c6a4bba4 Author: Austin English <austinengl...@gmail.com> Date: Wed Jan 14 16:00:35 2015 -0600 vcrun2013: update sha1sum diff --git a/src/winetricks b/src/winetricks index 603ec74..89a58bb 100755 --- a/src/winetricks +++ b/src/winetricks @@ -7355,7 +7355,9 @@ w_metadata vcrun2013 dlls \ 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 + # 2014/07/26: 18f81495bc5e6b293c69c28b0ac088a96debbab2 + # 2015/01/14: df7f0a73bfa077e483e51bfb97f5e2eceedfb6a3 + w_download http://download.microsoft.com/download/2/E/6/2E61CFA4-993B-4DD4-91DA-3737CD5CD6E3/vcredist_x86.exe df7f0a73bfa077e483e51bfb97f5e2eceedfb6a3 w_override_dlls native,builtin atl120 msvcp120 msvcr120 vcomp120 cd "$W_CACHE"/vcrun2013