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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 7149789  Remove references to md5 checksums in download page
7149789 is described below

commit 7149789b03d392cd7aabc4bb2b07186d657f5986
Author: eolivelli <[email protected]>
AuthorDate: Wed Mar 28 22:09:37 2018 -0700

    Remove references to md5 checksums in download page
    
    According to current ASF suggestions, it is better to stop signing release 
with MD5, so we need to drop the links in the download page.
    
    See paragraph which states "MD5 hashes are deprecated; please use SHA for 
new release" at https://www.apache.org/dev/release-signing.html
    
    Author: eolivelli <[email protected]>
    
    Reviewers: Jia Zhai <None>, Sijie Guo <[email protected]>
    
    This closes #1302 from eolivelli/dropmd5-download
---
 site/releases.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/site/releases.md b/site/releases.md
index cf7f64c..20bcb7d 100644
--- a/site/releases.md
+++ b/site/releases.md
@@ -24,15 +24,15 @@ If you want to download older, archived releases, they are 
available in the [Apa
 
 Release | Link | Crypto files
 :-------|:-----|:------------
-Source | [bookkeeper-{{ site.latest_release }}-src.tar.gz]({{ 
latest_source_url }}) | [asc]({{ latest_source_dist_url }}.asc), [md5]({{ 
latest_source_dist_url }}.md5), [sha1]({{ latest_source_dist_url }}.sha1)
-Binary | [bookkeeper-server-{{ site.latest_release }}-bin.tar.gz]({{ 
latest_bin_url }}) | [asc]({{ latest_bin_dist_url }}.asc), [md5]({{ 
latest_bin_dist_url }}.md5), [sha1]({{ latest_bin_dist_url }}.sha1)
+Source | [bookkeeper-{{ site.latest_release }}-src.tar.gz]({{ 
latest_source_url }}) | [asc]({{ latest_source_dist_url }}.asc), [sha1]({{ 
latest_source_dist_url }}.sha1)
+Binary | [bookkeeper-server-{{ site.latest_release }}-bin.tar.gz]({{ 
latest_bin_url }}) | [asc]({{ latest_bin_dist_url }}.asc), [sha1]({{ 
latest_bin_dist_url }}.sha1)
 
 ## Latest stable release (version {{ site.stable_release }})
 
 Release | Link | Crypto files
 :-------|:-----|:------------
-Source | [bookkeeper-{{ site.stable_release }}-src.tar.gz]({{ 
stable_source_url }}) | [asc]({{ stable_source_url }}.asc), [md5]({{ 
stable_source_url }}.md5), [sha1]({{ stable_source_url }}.sha1)
-Binary | [bookkeeper-server-{{ site.stable_release }}-bin.tar.gz]({{ 
stable_bin_url }}) | [asc]({{ stable_bin_url }}.asc), [md5]({{ stable_bin_url 
}}.md5), [sha1]({{ stable_bin_url }}.sha1)
+Source | [bookkeeper-{{ site.stable_release }}-src.tar.gz]({{ 
stable_source_url }}) | [asc]({{ stable_source_url }}.asc), [sha1]({{ 
stable_source_url }}.sha1)
+Binary | [bookkeeper-server-{{ site.stable_release }}-bin.tar.gz]({{ 
stable_bin_url }}) | [asc]({{ stable_bin_url }}.asc), [sha1]({{ stable_bin_url 
}}.sha1)
 
 ## Recent releases
 
@@ -44,8 +44,8 @@ Binary | [bookkeeper-server-{{ site.stable_release 
}}-bin.tar.gz]({{ stable_bin_
 
 Release | Link | Crypto files
 :-------|:-----|:------------
-Source | [bookkeeper-{{ version }}-src.tar.gz]({{ src_root }}) | [asc]({{ 
src_root }}.asc), [md5]({{ src_root }}.md5), [sha1]({{ src_root }}.sha1)
-Binary | [bookkeeper-server-{{ version }}-bin.tar.gz]({{ bin_root }}) | 
[asc]({{ bin_root }}.asc), [md5]({{ bin_root }}.md5), [sha1]({{ bin_root 
}}.sha1)
+Source | [bookkeeper-{{ version }}-src.tar.gz]({{ src_root }}) | [asc]({{ 
src_root }}.asc), [sha1]({{ src_root }}.sha1)
+Binary | [bookkeeper-server-{{ version }}-bin.tar.gz]({{ bin_root }}) | 
[asc]({{ bin_root }}.asc), [sha1]({{ bin_root }}.sha1)
 {% endif %}{% endfor %}
 
 ## Getting Started

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to