www/adium.im 801:af1ae5c2f3b8: SSL on the outgoing links to sour...

commits at adium.im commits at adium.im
Mon Jul 8 22:59:34 UTC 2013


details:	http://hg.adium.im/www/adium.im/rev/af1ae5c2f3b8
revision:	801:af1ae5c2f3b8
branch:		adiumx.com
author:		Thijs Alkemade <me at thijsalkema.de>
date:		Tue Jul 09 00:59:21 2013 +0200

SSL on the outgoing links to sourceforge. Sadly immediately redirects to HTTP, but just in case...

diffs (31 lines):

diff -r f5ae2656699e -r af1ae5c2f3b8 index.php
--- a/index.php	Tue Jul 09 00:55:57 2013 +0200
+++ b/index.php	Tue Jul 09 00:59:21 2013 +0200
@@ -1,22 +1,22 @@
 <?php
 	$downloadText["10.6.8"]   = "1.5.7";
-	$downloadLink["10.6.8"]   = "http://sourceforge.net/projects/adium/files/Adium_1.5.7.dmg/download";
+	$downloadLink["10.6.8"]   = "https://sourceforge.net/projects/adium/files/Adium_1.5.7.dmg/download";
 	$downloadMD5 ["10.6.8"]   = "2024f03dccc9ca794f3b309f9a9b7951";
 	
 	$downloadText["10.5.8"]   = "1.4.5";
-	$downloadLink["10.5.8"]   = "http://sourceforge.net/projects/adium/files/Adium_1.4.5.dmg/download";
+	$downloadLink["10.5.8"]   = "https://sourceforge.net/projects/adium/files/Adium_1.4.5.dmg/download";
 	$downloadMD5 ["10.5.8"]   = "5d52ba6d961d8d9ba4672bc881b4ac60";
 
 	$downloadText["10.4"]   = "1.3.10";
-	$downloadLink["10.4"]   = "http://sourceforge.net/projects/adium/files/Adium_1.3.10.dmg/download";
+	$downloadLink["10.4"]   = "https://sourceforge.net/projects/adium/files/Adium_1.3.10.dmg/download";
 	$downloadMD5 ["10.4"] 	= "16309a78add9dc7695ccc14079baae10";
 
 	$downloadText["10.3.9"] = "1.0.6";
-	$downloadLink["10.3.9"] = "http://sourceforge.net/projects/adium/files/Adium_1.0.6.dmg/download";
+	$downloadLink["10.3.9"] = "https://sourceforge.net/projects/adium/files/Adium_1.0.6.dmg/download";
 	$downloadMD5 ["10.3.9"] = "9e19c217f945b7fd82e46d0fa25a5a9b";
 
 	$downloadText["10.2"]   = "0.89.1";
-	$downloadLink["10.2"]   = "http://sourceforge.net/projects/adium/files/AdiumX_0.89.1.dmg/download";
+	$downloadLink["10.2"]   = "https://sourceforge.net/projects/adium/files/AdiumX_0.89.1.dmg/download";
 	$downloadMD5 ["10.2"] 	= "97814d0e0bad4912570201bb332c5595";
 
 	if ($_GET['download'] && !$downloadLink[$_GET['download']])




More information about the commits mailing list