svn commit: r1838428 - in /ofbiz/site: download.html template/page/download.tpl.php

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1838428 - in /ofbiz/site: download.html template/page/download.tpl.php

jacopoc
Author: jacopoc
Date: Mon Aug 20 13:58:48 2018
New Revision: 1838428

URL: http://svn.apache.org/viewvc?rev=1838428&view=rev
Log:
Removed reference to MD5 checksum because it is has been deprecated by the ASF.

Modified:
    ofbiz/site/download.html
    ofbiz/site/template/page/download.tpl.php

Modified: ofbiz/site/download.html
URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1838428&r1=1838427&r2=1838428&view=diff
==============================================================================
--- ofbiz/site/download.html (original)
+++ ofbiz/site/download.html Mon Aug 20 13:58:48 2018
@@ -149,14 +149,13 @@
             <h2>Download Apache OFBiz</h2>
             <div class="divider"><span></span></div>
             <div class="imgWrapper"> <img src="images/Download.jpg" alt="image fullwidth"> </div>
-            <p> <strong> Use the links below to download Apache OFBiz releases from the "Apache Download Mirrors" page. The download page also includes instructions on how to verify the integrity of the release file using the signature and hashes (PGP, MD5, SHA512) available for each release. </strong> </p>
+            <p> <strong> Use the links below to download Apache OFBiz releases from the "Apache Download Mirrors" page. The download page also includes instructions on how to verify the integrity of the release file using the signature and hash (PGP, SHA512) available for each release. </strong> </p>
             <p> <strong>PLEASE NOTE:</strong> Despite our best efforts to maintain up to three active release branches, support for older branches can decrease because our project volunteers may be focused on other issues. We recommend using releases from the most recent branch wherever possible. </p>
             <h2>Apache OFBiz 16.11.04</h2>
             <div class="divider"><span></span></div>
             <p> Released in January 2018, this is the fourth release of the 16.11 series, that has been stabilized since November 2016. </p>
             <a href ="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.04.zip" target="external" >Download OFBiz 16.11.04</a>
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.04.zip.asc" target="external">[PGP]</a>
-            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.04.zip.md5" target="external">[MD5]</a>
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.04.zip.sha" target="external">[SHA512]</a>
             <a href ="//www.apache.org/dist/ofbiz/KEYS" target="external">[KEYS]</a>
             <a href ="release-notes-16.11.04.html">[Release Notes]</a>

Modified: ofbiz/site/template/page/download.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/download.tpl.php?rev=1838428&r1=1838427&r2=1838428&view=diff
==============================================================================
--- ofbiz/site/template/page/download.tpl.php (original)
+++ ofbiz/site/template/page/download.tpl.php Mon Aug 20 13:58:48 2018
@@ -51,14 +51,13 @@
             <h2>Download Apache OFBiz</h2>
             <div class="divider"><span></span></div>
             <div class="imgWrapper"> <img src="images/Download.jpg" alt="image fullwidth"> </div>
-            <p> <strong> Use the links below to download Apache OFBiz releases from the "Apache Download Mirrors" page. The download page also includes instructions on how to verify the integrity of the release file using the signature and hashes (PGP, MD5, SHA512) available for each release. </strong> </p>
+            <p> <strong> Use the links below to download Apache OFBiz releases from the "Apache Download Mirrors" page. The download page also includes instructions on how to verify the integrity of the release file using the signature and hash (PGP, SHA512) available for each release. </strong> </p>
             <p> <strong>PLEASE NOTE:</strong> Despite our best efforts to maintain up to three active release branches, support for older branches can decrease because our project volunteers may be focused on other issues. We recommend using releases from the most recent branch wherever possible. </p>
             <h2>Apache OFBiz 16.11.04</h2>
             <div class="divider"><span></span></div>
             <p> Released in January 2018, this is the fourth release of the 16.11 series, that has been stabilized since November 2016. </p>
             <a href ="//www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.04.zip" target="external" >Download OFBiz 16.11.04</a>
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.04.zip.asc" target="external">[PGP]</a>
-            <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.04.zip.md5" target="external">[MD5]</a>
             <a href ="//www.apache.org/dist/ofbiz/apache-ofbiz-16.11.04.zip.sha" target="external">[SHA512]</a>
             <a href ="//www.apache.org/dist/ofbiz/KEYS" target="external">[KEYS]</a>
             <a href ="release-notes-16.11.04.html">[Release Notes]</a>