[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#776723: unblock: winetricks/0.0+20141009+svn1208-2 (pre-approval)



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi, I am requesting an unblock with pre-approval. If granted, my sponsor
will upload the new version of winetricks.

This version of winetricks would fix a serious bug (#775439) which
prevents the Visual C++ 2013 Runtime Libraries from being installed due
to a sha1sum mismatch. I am specifically requesting an unblock for this
sha1sum mismatch, because the Visual C++ Runtime Libraries are used by many
programs that users may want to run using wine.

Attached you will find a debdiff. There was no need to filter anything.

Cheers,
Joseph
diff -Nru '--exclude=.git' winetricks_0.0+20141009+svn1208-1/debian/changelog winetricks/debian/changelog
--- winetricks_0.0+20141009+svn1208-1/debian/changelog	2014-11-05 22:52:34.287387752 +0000
+++ winetricks/debian/changelog	2015-01-31 18:48:52.999318763 +0000
@@ -1,3 +1,10 @@
+winetricks (0.0+20141009+svn1208-2) unstable; urgency=medium
+
+  * debian/patches
+    - Add fix for vcrun2013 sha1sum mismatch. (Fixes #775439)
+
+ -- Joseph Bisch <joseph.bisch@gmail.com>  Sat, 17 Jan 2015 16:05:32 +0000
+
 winetricks (0.0+20141009+svn1208-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru '--exclude=.git' winetricks_0.0+20141009+svn1208-1/debian/patches/series winetricks/debian/patches/series
--- winetricks_0.0+20141009+svn1208-1/debian/patches/series	2014-11-05 22:07:51.071050832 +0000
+++ winetricks/debian/patches/series	2015-01-19 15:32:04.522125799 +0000
@@ -1 +1,2 @@
+vcrun2013_sha1sum_fix.patch
 10-option-gui.patch
diff -Nru '--exclude=.git' winetricks_0.0+20141009+svn1208-1/debian/patches/vcrun2013_sha1sum_fix.patch winetricks/debian/patches/vcrun2013_sha1sum_fix.patch
--- winetricks_0.0+20141009+svn1208-1/debian/patches/vcrun2013_sha1sum_fix.patch	1970-01-01 00:00:00.000000000 +0000
+++ winetricks/debian/patches/vcrun2013_sha1sum_fix.patch	2015-01-17 16:23:22.106577040 +0000
@@ -0,0 +1,22 @@
+Description: Fix sha1sum for vcrun2013.
+Origin: upstream, https://code.google.com/p/winetricks/source/detail?r=0d551c0cf409b1d1f6d6f3a096b0f159c6a4bba4
+Bug: https://code.google.com/p/winetricks/issues/detail?id=464
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775439
+Last-Update: 2015-01-17
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: winetricks/src/winetricks
+===================================================================
+--- winetricks.orig/src/winetricks
++++ winetricks/src/winetricks
+@@ -7318,7 +7318,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

Attachment: signature.asc
Description: Digital signature


Reply to: