From 87c06c9317b717934e4b34580dab0bd2353c0adf Mon Sep 17 00:00:00 2001
From: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
Date: Tue, 12 Apr 2016 15:55:24 -0400
Subject: [PATCH] sparkle: use https to check update feed

OSX is enforcing the use of https over http. Since we now have a
valid SSl cert for our gpl server we can switch over https.

Bump Sparkle: a lot of security breaches have been patched.

Change-Id: Iaeab3357ef5aee01494e1d0df3b968c6580196b5
Tuleap: #565
---
 cmake/MacOSXBundleInfo.plist.in | 2 +-
 sparkle/Sparkle                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in
index d00086a6..1d32b793 100644
--- a/cmake/MacOSXBundleInfo.plist.in
+++ b/cmake/MacOSXBundleInfo.plist.in
@@ -15,7 +15,7 @@
     <key>SUPublicDSAKeyFile</key>
     <string>dsa_pub.pem</string>
     <key>SUFeedURL</key>
-    <string>http://gpl.savoirfairelinux.net/ring-download/mac_osx/sparkle-ring.xml</string>
+    <string>https://gpl.savoirfairelinux.net/ring-download/mac_osx/sparkle-ring.xml</string>
     <key>CFBundleInfoDictionaryVersion</key>
     <string>6.0</string>
     <key>CFBundleLongVersionString</key>
diff --git a/sparkle/Sparkle b/sparkle/Sparkle
index 4e332850..7fdedad6 160000
--- a/sparkle/Sparkle
+++ b/sparkle/Sparkle
@@ -1 +1 @@
-Subproject commit 4e332850686b2ac9f581a4779af4d4b442fdd5be
+Subproject commit 7fdedad68e95dce929f93678697bdbd905c7d33e
-- 
GitLab