This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil-site.git
The following commit(s) were added to refs/heads/master by this push:
new 1825bb3 Remove SHA256 hash, SHA512 is sufficient
1825bb3 is described below
commit 1825bb3bd825c7e668357500ec6a3ad1381ea37a
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Apr 8 09:58:34 2020 -0400
Remove SHA256 hash, SHA512 is sufficient
DAFFODIL-2316
---
site/_includes/download-list.html | 1 -
site/_layouts/release.html | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/site/_includes/download-list.html
b/site/_includes/download-list.html
index ca128de..86c9d59 100644
--- a/site/_includes/download-list.html
+++ b/site/_includes/download-list.html
@@ -7,7 +7,6 @@
{% if include.checksum-root %}
{% assign base = include.checksum-root | append: include.prefix |
append: file %}
[ <a href="{{ base }}.asc">PGP</a> ]
- [ <a href="{{ base }}.sha256">SHA256</a> ]
[ <a href="{{ base }}.sha512">SHA512</a> ]
{% endif %}
</div>
diff --git a/site/_layouts/release.html b/site/_layouts/release.html
index 31dc312..0dd7cef 100644
--- a/site/_layouts/release.html
+++ b/site/_layouts/release.html
@@ -70,8 +70,8 @@ permalink: /release/release-notes-:title
<a href='{{ page.key-file }}'>project release KEYS</a>. See
<a
href='https://www.apache.org/dyn/closer.cgi#verify'>verification
instructions</a>
for a description of using the PGP and KEYS files for
- verification. Checksums (SHA256, SHA512) are also provided as
- alternative verification methods.
+ verification. A SHA512 checksum is also provided as
+ an alternative verification method.
</i>
</p>
{% endif page.apache %}