summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-05-04 08:24:39 +0200
committerDamiano Galassi <[email protected]>2016-05-04 08:24:39 +0200
commit9c4d6ce13e2ee3a17264ecd01ade6707db7942bd (patch)
treef69114ae327054b76227dd1141e787bc0cf450aa /macosx
parentdc41f30ddac48430b3a738ec13b84db7e67ff30e (diff)
MacGui: delete an unused patch.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Sparkle.disable.security.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/macosx/Sparkle.disable.security.patch b/macosx/Sparkle.disable.security.patch
deleted file mode 100644
index 7d3d2d038..000000000
--- a/macosx/Sparkle.disable.security.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- SUBasicUpdateDriver.m.orig 2009-06-18 16:23:17.000000000 -0400
-+++ SUBasicUpdateDriver.m 2009-06-18 16:23:53.000000000 -0400
-@@ -158,6 +158,7 @@
-
- - (void)downloadDidFinish:(NSURLDownload *)d
- {
-+#if 0
- // 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.
- NSURL *downloadURL = [[d request] URL];
- if (![[downloadURL scheme] isEqualToString:@"https"] || ![[appcastURL scheme] isEqualToString:@"https"] || [host publicDSAKey])
-@@ -168,6 +169,7 @@
- return;
- }
- }
-+#endif
-
- [self extractUpdate];
- }