You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2018/03/08 05:01:06 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:14017e2

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d9bd719  Jekyll build from master:14017e2
d9bd719 is described below

commit d9bd719cdd54d81bbb69304f5ab9267d96e4cbb0
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Wed Mar 7 23:58:43 2018 -0500

    Jekyll build from master:14017e2
    
    Update downloads page to follow new checksum policy
    
    Remove links to MD5 and SHA1 checksums, to avoid weak hashing algorithms
    and prefer stronger hashing algorithms consistent with recent release
    distribution policy updates at:
    https://www.apache.org/dev/release-distribution.html#sigs-and-sums
---
 downloads/index.html | 8 ++++----
 feed.xml             | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/downloads/index.html b/downloads/index.html
index 92cdfa5..df3b4b8 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -232,19 +232,19 @@ $(function() { $.getJSON(mirrorURL + "?as_json", mirrorsCallback); });
 
 <p>The most recent Apache Accumulo® release is version 1.8.1. See the <a href="/release/accumulo-1.8.1/" title="1.8.1 Release Notes">release notes</a> and <a href="https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12335830" title="1.8.1 CHANGES">CHANGES</a>.</p>
 
-<p>For convenience, <a href="https://www.apache.org/dist/accumulo/1.8.1/MD5SUM" title="1.8.1 MD5 file hashes">MD5</a> and <a href="https://www.apache.org/dist/accumulo/1.8.1/SHA1SUM" title="1.8.1 SHA1 file hashes">SHA1</a> hashes are also available.</p>
-
 <table class="table">
   <tbody>
     <tr>
       <td><strong>Generic Binaries</strong></td>
       <td><a class="download_external" link-suffix="/accumulo/1.8.1/accumulo-1.8.1-bin.tar.gz" id="/downloads/accumulo-1.8.1-bin.tar.gz" href="https://www.apache.org/dyn/closer.lua/accumulo/1.8.1/accumulo-1.8.1-bin.tar.gz">accumulo-1.8.1-bin.tar.gz</a></td>
       <td><a href="https://www.apache.org/dist/accumulo/1.8.1/accumulo-1.8.1-bin.tar.gz.asc">ASC</a></td>
+      <td><a href="https://www.apache.org/dist/accumulo/1.8.1/accumulo-1.8.1-bin.tar.gz.sha512">SHA</a></td>
     </tr>
     <tr>
       <td><strong>Source</strong></td>
       <td><a class="download_external" link-suffix="/accumulo/1.8.1/accumulo-1.8.1-src.tar.gz" id="/downloads/accumulo-1.8.1-src.tar.gz" href="https://www.apache.org/dyn/closer.lua/accumulo/1.8.1/accumulo-1.8.1-src.tar.gz">accumulo-1.8.1-src.tar.gz</a></td>
       <td><a href="https://www.apache.org/dist/accumulo/1.8.1/accumulo-1.8.1-src.tar.gz.asc">ASC</a></td>
+      <td><a href="https://www.apache.org/dist/accumulo/1.8.1/accumulo-1.8.1-src.tar.gz.sha512">SHA</a></td>
     </tr>
   </tbody>
 </table>
@@ -261,19 +261,19 @@ $(function() { $.getJSON(mirrorURL + "?as_json", mirrorsCallback); });
 
 <p>The most recent 1.7.x release of Apache Accumulo® is version 1.7.3. See the <a href="/release/accumulo-1.7.3/" title="1.7.3 Release Notes">release notes</a> and <a href="https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12335841" title="1.7.3 CHANGES">CHANGES</a>.</p>
 
-<p>For convenience, <a href="https://www.apache.org/dist/accumulo/1.7.3/MD5SUM" title="1.7.3 MD5 file hashes">MD5</a> and <a href="https://www.apache.org/dist/accumulo/1.7.3/SHA1SUM" title="1.7.3 SHA1 file hashes">SHA1</a> hashes are also available.</p>
-
 <table class="table">
   <tbody>
     <tr>
       <td><strong>Generic Binaries</strong></td>
       <td><a class="download_external" link-suffix="/accumulo/1.7.3/accumulo-1.7.3-bin.tar.gz" id="/downloads/accumulo-1.7.3-bin.tar.gz" href="https://www.apache.org/dyn/closer.lua/accumulo/1.7.3/accumulo-1.7.3-bin.tar.gz">accumulo-1.7.3-bin.tar.gz</a></td>
       <td><a href="https://www.apache.org/dist/accumulo/1.7.3/accumulo-1.7.3-bin.tar.gz.asc">ASC</a></td>
+      <td><a href="https://www.apache.org/dist/accumulo/1.7.3/accumulo-1.7.3-bin.tar.gz.sha512">SHA</a></td>
     </tr>
     <tr>
       <td><strong>Source</strong></td>
       <td><a class="download_external" link-suffix="/accumulo/1.7.3/accumulo-1.7.3-src.tar.gz" id="/downloads/accumulo-1.7.3-src.tar.gz" href="https://www.apache.org/dyn/closer.lua/accumulo/1.7.3/accumulo-1.7.3-src.tar.gz">accumulo-1.7.3-src.tar.gz</a></td>
       <td><a href="https://www.apache.org/dist/accumulo/1.7.3/accumulo-1.7.3-src.tar.gz.asc">ASC</a></td>
+      <td><a href="https://www.apache.org/dist/accumulo/1.7.3/accumulo-1.7.3-src.tar.gz.sha512">SHA</a></td>
     </tr>
   </tbody>
 </table>
diff --git a/feed.xml b/feed.xml
index b377dde..f2dd755 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Wed, 07 Mar 2018 09:44:28 -0500</pubDate>
-    <lastBuildDate>Wed, 07 Mar 2018 09:44:28 -0500</lastBuildDate>
+    <pubDate>Wed, 07 Mar 2018 23:59:54 -0500</pubDate>
+    <lastBuildDate>Wed, 07 Mar 2018 23:59:54 -0500</lastBuildDate>
     <generator>Jekyll v3.6.2</generator>
     
     

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.