OSDN Git Service

Remove the set cpu count option as it doesn't do anything now
[handbrake-jp/handbrake-jp-git.git] / macosx / Sparkle.disable.security.patch
1 --- SUBasicUpdateDriver.m.orig  2009-06-18 16:23:17.000000000 -0400
2 +++ SUBasicUpdateDriver.m       2009-06-18 16:23:53.000000000 -0400
3 @@ -158,6 +158,7 @@
4  
5  - (void)downloadDidFinish:(NSURLDownload *)d
6  {
7 +#if 0
8         // New in Sparkle 1.5: we're now checking signatures on all non-secure downloads, where "secure" is defined as both the appcast and the download being transmitted over SSL.
9         NSURL *downloadURL = [[d request] URL];
10         if (![[downloadURL scheme] isEqualToString:@"https"] || ![[appcastURL scheme] isEqualToString:@"https"] || [host publicDSAKey])
11 @@ -168,6 +169,7 @@
12                         return;
13                 }
14         }
15 +#endif
16         
17         [self extractUpdate];
18  }