www/adium.im 890:1a1b38c62748: Added 1.5.10.1 to index.php. Made...
commits at adium.im
commits at adium.im
Fri Jan 29 20:42:33 UTC 2016
details: http://hg.adium.im/www/adium.im/rev/1a1b38c62748
revision: 890:1a1b38c62748
branch: adiumx.com
author: Thijs Alkemade <me at thijsalkema.de>
date: Fri Jan 29 21:41:47 2016 +0100
Added 1.5.10.1 to index.php. Made our own mirror the default over sourceforge again.
Fixes #16929
diffs (132 lines):
diff -r 9ed0bcba3e79 -r 1a1b38c62748 changelogs/1.5.10.1.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/changelogs/1.5.10.1.html Fri Jan 29 21:41:47 2016 +0100
@@ -0,0 +1,52 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <style type="text/css">
+/*<![CDATA[*/
+ ul {
+ padding-left: 20px;
+ }
+ li > a[href*="https://trac.adium.im/ticket/"] {
+ font-size: 8pt;
+ text-decoration: none;
+ }
+ .changegroup {
+ margin: 5px;
+ margin-bottom: 20px;
+ border: 1px dotted gray;
+ }
+ .changegroup h3 {
+ background-color: #abff82;
+ padding: 4px 8px;
+ color: #333;
+ margin: 0;
+ }
+ #majorchanges h3 {
+ background-color: #ffadad;
+ background-color: #afd7ff;
+ }
+
+ .changegroup ul {
+ margin: 8px;
+ }
+ #powered img {
+ border-width: 0px;
+ }
+ /*]]>*/
+ </style>
+ <title></title>
+ </head>
+ <body>
+ <div class="changegroup" id="majorchanges">
+ <h3>
+ Version 1.5.10.1
+ </h3>
+ <ul>
+ <li>Updated Sparkle to 1.13.1, fixing a security issue that can lead to disclosure of local files or remote code execution.</li>
+ <li>Set Sparkle update URL back to HTTPS.</li>
+ </ul>
+ </div>
+ </body>
+</html>
diff -r 9ed0bcba3e79 -r 1a1b38c62748 index.php
--- a/index.php Fri Nov 27 21:50:36 2015 -0500
+++ b/index.php Fri Jan 29 21:41:47 2016 +0100
@@ -1,23 +1,18 @@
<?php
- $downloadText["10.6.8"] = "1.5.10";
- $downloadLink["10.6.8"] = "https://sourceforge.net/projects/adium/files/Adium_1.5.10.dmg/download";
- $downloadMD5 ["10.6.8"] = "6d382d44d0bae44b9bcded8131a6f871";
+ $downloadText["10.6.8"] = "1.5.10.1";
+ $downloadLink["10.6.8"] = "https://adiumx.cachefly.net/Adium_1.5.10.1.dmg";
$downloadText["10.5.8"] = "1.4.5";
- $downloadLink["10.5.8"] = "https://sourceforge.net/projects/adium/files/Adium_1.4.5.dmg/download";
- $downloadMD5 ["10.5.8"] = "5d52ba6d961d8d9ba4672bc881b4ac60";
+ $downloadLink["10.5.8"] = "https://adiumx.cachefly.net/Adium_1.4.5.dmg";
$downloadText["10.4"] = "1.3.10";
- $downloadLink["10.4"] = "https://sourceforge.net/projects/adium/files/Adium_1.3.10.dmg/download";
- $downloadMD5 ["10.4"] = "16309a78add9dc7695ccc14079baae10";
+ $downloadLink["10.4"] = "https://adiumx.cachefly.net/Adium_1.3.10.dmg";
$downloadText["10.3.9"] = "1.0.6";
- $downloadLink["10.3.9"] = "https://sourceforge.net/projects/adium/files/Adium_1.0.6.dmg/download";
- $downloadMD5 ["10.3.9"] = "9e19c217f945b7fd82e46d0fa25a5a9b";
+ $downloadLink["10.3.9"] = "https://adiumx.cachefly.net/Adium_1.0.6.dmg";
$downloadText["10.2"] = "0.89.1";
$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']])
$_GET['download'] = "10.6.8";
@@ -148,9 +143,9 @@
<?php } else if (!$_GET['download']) { ?>
<div class="download">
<div class="downloadInfo">
- <a href="<?=$downloadLink[$operatingSystem]?>" class="sourceforge_accelerator_link"><img class="downloadicon" src="images/logo.png" alt="Download"></a><br>
+ <a href="<?=$downloadLink[$operatingSystem]?>"><img class="downloadicon" src="images/logo.png" alt="Download"></a><br>
</div>
- <a href="<?=$downloadLink[$operatingSystem]?>" class="sourceforge_accelerator_link"><span class="downloadlink">Download Adium <?=$downloadText[$operatingSystem]?></span></a>
+ <a href="<?=$downloadLink[$operatingSystem]?>"><span class="downloadlink">Download Adium <?=$downloadText[$operatingSystem]?></span></a>
</div>
<?php if ($operatingSystem != "10.6.8") { ?>
<div class="downloadSub" style="color:red;">If you're using OS X 10.6.8 or above, you should get <a href="/?download=10.6.8">Adium <?=$downloadText["10.6.8"]?></a>.</div>
@@ -158,7 +153,6 @@
<div class="downloadSub">
<a href="https://trac.adium.im/wiki/AdiumVersionHistory" class="downloadInfo">Version History</a> - <a href="https://trac.adium.im/wiki/GettingAdiumSource" class="downloadInfo">Source</a><br>
- <a href="https://www.sourceforge.net"><img src="/images/sf-inline.png" alt="SourceForge Logo"></a>
</div>
<div class="overview">
Adium is a free instant messaging application for Mac OS X that can connect to AIM, MSN, XMPP (Jabber), Yahoo, and more. <a href="https://www.adium.im/about">Learn more about Adium...</a>
@@ -197,7 +191,6 @@
<a href="<?=$downloadLink[$_GET['download']]?>" class="downloadInfo">Your download should start within seconds. If it doesn't, click here.</a>
</div>
<div class="overview">
- <p>The MD5 sum for this release is: <code><?=$downloadMD5[$_GET['download']]?></code></p>
<p>If you have any questions, please see the <a href="https://trac.adium.im/">online documentation</a>.</p>
</div>
<?php } ?>
@@ -224,15 +217,6 @@
var pageTracker = _gat._getTracker("UA-347527-8");
pageTracker._trackPageview();
</script>
- <script>
- (function() {
- var script = document.createElement('script');
- script.src = '//sourceforge.net/accelerator/js?partner_id=67';
- script.defer = true;
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(script, s);
- })();
- </script>
<!--[if !(lt IE 8)]><!-->
<script type="text/javascript">
(function(){var e=document.createElement("script");e.type="text/javascript";e.async=true;e.src=document.location.protocol+"//d1agz031tafz8n.cloudfront.net/thedaywefightback.js/widget.min.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)})()
More information about the commits
mailing list