Repository: qpid-site Updated Branches: refs/heads/asf-site 9ee7116fb -> 458a41e7f
Fix broken links to SHA512 checksums for 6.1.2 release artifacts of Qpid for Java Project: http://git-wip-us.apache.org/repos/asf/qpid-site/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-site/commit/458a41e7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-site/tree/458a41e7 Diff: http://git-wip-us.apache.org/repos/asf/qpid-site/diff/458a41e7 Branch: refs/heads/asf-site Commit: 458a41e7fe6924aa91b62f32c8c3cb636ac980bb Parents: 9ee7116 Author: Alex Rudyy <[email protected]> Authored: Wed Mar 22 17:17:49 2017 +0000 Committer: Alex Rudyy <[email protected]> Committed: Wed Mar 22 17:17:49 2017 +0000 ---------------------------------------------------------------------- content/download.html | 14 +++++++------- input/download.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-site/blob/458a41e7/content/download.html ---------------------------------------------------------------------- diff --git a/content/download.html b/content/download.html index ef5331f..79e7ea8 100644 --- a/content/download.html +++ b/content/download.html @@ -154,7 +154,7 @@ process. The downloads on this page are from our <tr> <td><a href="/components/jms/amqp-0-x.html">Qpid AMQP 0-x JMS Client</a></td> <td><a href="http://www.apache.org/dyn/closer.lua/qpid/java/6.1.2/binaries/qpid-client-6.1.2-bin.tar.gz">qpid-client-6.1.2-bin.tar.gz</a>*</td> - <td><a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-client-6.1.2-bin.tar.gz.asc">ASC</a>, <a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-client-6.1.2-bin.tar.gz.md5">MD5</a>, <a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-client-6.1.2-bin.tar.gz.sha1">SHA1</a></td> + <td><a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-client-6.1.2-bin.tar.gz.asc">ASC</a>, <a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-client-6.1.2-bin.tar.gz.md5">MD5</a>, <a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-client-6.1.2-bin.tar.gz.sha">SHA512</a></td> </tr> <tr> <td><a href="/components/messaging-api/index.html">Qpid Messaging API</a> (C++, bindings)</td> @@ -183,7 +183,7 @@ process. The downloads on this page are from our <tr> <td><a href="/components/java-broker/index.html">Broker for Java</a></td> <td><a href="http://www.apache.org/dyn/closer.lua/qpid/java/6.1.2/binaries/qpid-broker-6.1.2-bin.tar.gz">qpid-broker-6.1.2-bin.tar.gz</a>*</td> - <td><a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-broker-6.1.2-bin.tar.gz.asc">ASC</a>, <a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-broker-6.1.2-bin.tar.gz.md5">MD5</a>, <a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-broker-6.1.2-bin.tar.gz.sha1">SHA1</a></td> + <td><a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-broker-6.1.2-bin.tar.gz.asc">ASC</a>, <a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-broker-6.1.2-bin.tar.gz.md5">MD5</a>, <a href="http://www.apache.org/dist/qpid/java/6.1.2/binaries/qpid-broker-6.1.2-bin.tar.gz.sha">SHA512</a></td> </tr> <tr> <td><a href="/components/cpp-broker/index.html">C++ broker</a></td> @@ -213,12 +213,12 @@ and <a href="http://www.apache.org/dyn/closer.lua/qpid/java/6.1.2/qpid-java-6.1.2.tar.gz">Qpid for Java source release</a> [<a href="http://www.apache.org/dist/qpid/java/6.1.2/qpid-java-6.1.2.tar.gz.asc">ASC</a>, <a href="http://www.apache.org/dist/qpid/java/6.1.2/qpid-java-6.1.2.tar.gz.md5">MD5</a>, -<a href="http://www.apache.org/dist/qpid/java/6.1.2/qpid-java-6.1.2.tar.gz.sha1">SHA1</a>].</p> +<a href="http://www.apache.org/dist/qpid/java/6.1.2/qpid-java-6.1.2.tar.gz.sha">SHA512</a>].</p> <h2 id="verify-what-you-download">Verify what you download</h2> <p>It is essential that you verify the integrity of the downloaded files -using the ASC signatures, MD5 checksums, or SHA1 checksums.</p> +using the ASC signatures, MD5 checksums, or SHA checksums.</p> <p>The signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/qpid/KEYS"><code>KEYS</code></a> file as well as the @@ -238,9 +238,9 @@ following sets of commands.</p> % gpg --verify <artifact-name>.asc </code></pre> -<p>Alternatively, you can verify the MD5 or SHA1 checksums of the -files. Unix programs called <code>md5sum</code> and <code>sha1sum</code> (or <code>md5</code> and -<code>sha1</code>) are included in many unix distributions. They are also +<p>Alternatively, you can verify the MD5 or SHA checksums of the +files. Unix programs called <code>md5sum</code>, <code>sha1sum</code> and <code>sha512sum</code> (or <code>md5</code>, <code>sha1</code> and +<code>sha512</code>) are included in many unix distributions. They are also available as part of <a href="http://www.gnu.org/software/coreutils/">GNU Coreutils</a>. For Windows users, <a href="http://www.slavasoft.com/fsum/">FSUM</a> supports MD5 and http://git-wip-us.apache.org/repos/asf/qpid-site/blob/458a41e7/input/download.md ---------------------------------------------------------------------- diff --git a/input/download.md b/input/download.md index df83b3b..6d3a77e 100644 --- a/input/download.md +++ b/input/download.md @@ -35,7 +35,7 @@ It is important to [verify the integrity](#verify-what-you-download) of the file | [Qpid Proton]({{site_url}}/proton/index.html) | [qpid-proton-{{current_proton_release}}.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/proton/{{current_proton_release}}/qpid-proton-{{current_proton_release}}.tar.gz) | [ASC](http://www.apache.org/dist/qpid/proton/{{current_proton_release}}/qpid-proton-{{current_proton_release}}.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/proton/{{current_proton_release}}/qpid-proton-{{current_proton_release}}.tar.gz.md5), [SHA1](http://www.apache.org/dist/qpid/proton/{{current_proton_release}}/qpid-proton-{{current_proton_release}}.tar.gz.sha1) | | [Qpid Proton-J]({{site_url}}/proton/index.html) | [apache-qpid-proton-j-{{current_proton_j_release}}-bin.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/proton-j/{{current_proton_j_release}}/apache-qpid-proton-j-{{current_proton_j_release}}-bin.tar.gz)\* | [ASC](http://www.apache.org/dist/qpid/proton-j/{{current_proton_j_release}}/apache-qpid-proton-j-{{current_proton_j_release}}-bin.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/proton-j/{{current_proton_j_release}}/apache-qpid-proton-j-{{current_proton_j_release}}-bin.tar.gz.md5), [SHA512](http://www.apache.org/dist/qpid/proton-j/{{current_proton_j_release}}/apache-qpid-proton-j-{{current_proton_j_release}}-bin.tar.gz.sha) | | [Qpid JMS]({{site_url}}/components/jms/index.html) (AMQP 1.0) | [apache-qpid-jms-{{current_jms_release}}-bin.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/jms/{{current_jms_release}}/apache-qpid-jms-{{current_jms_release}}-bin.tar.gz)\* | [ASC](http://www.apache.org/dist/qpid/jms/{{current_jms_release}}/apache-qpid-jms-{{current_jms_release}}-bin.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/jms/{{current_jms_release}}/apache-qpid-jms-{{current_jms_release}}-bin.tar.gz.md5), [SHA512](http://www.apache.org/dist/qpid/jms/{{current_jms_release}}/apache-qpid-jms-{{current_jms_release}}-bin.tar.gz.sha) | -| [Qpid AMQP 0-x JMS Client]({{site_url}}/components/jms/amqp-0-x.html) | [qpid-client-{{current_java_release}}-bin.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/java/{{current_java_release}}/binaries/qpid-client-{{current_java_release}}-bin.tar.gz)\* | [ASC](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-client-{{current_java_release}}-bin.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-client-{{current_java_release}}-bin.tar.gz.md5), [SHA1](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-client-{{current_java_release}}-bin.tar.gz.sha1) | +| [Qpid AMQP 0-x JMS Client]({{site_url}}/components/jms/amqp-0-x.html) | [qpid-client-{{current_java_release}}-bin.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/java/{{current_java_release}}/binaries/qpid-client-{{current_java_release}}-bin.tar.gz)\* | [ASC](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-client-{{current_java_release}}-bin.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-client-{{current_java_release}}-bin.tar.gz.md5), [SHA512](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-client-{{current_java_release}}-bin.tar.gz.sha) | | [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html) (C++, bindings) | [qpid-cpp-{{current_cpp_release}}.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz) | [ASC](http://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.md5), [SHA1](http://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.sha1) | | [Qpid Messaging API]({{site_url}}/components/messaging-api/index.html) (Python) | [qpid-python-{{current_python_release}}.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.gz) | [ASC](http://www.apache.org/dist/qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.gz.md5), [SHA512](http://www.apache.org/dist/qpid/python/{{current_python_release}}/qpid-python-{{current_python_release}}.tar.gz.sha) | @@ -43,7 +43,7 @@ It is important to [verify the integrity](#verify-what-you-download) of the file | Content | Download | Verify | | ------- | -------- | ------ | -| [Broker for Java]({{site_url}}/components/java-broker/index.html) | [qpid-broker-{{current_java_release}}-bin.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz)\* | [ASC](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz.md5), [SHA1](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz.sha1) | +| [Broker for Java]({{site_url}}/components/java-broker/index.html) | [qpid-broker-{{current_java_release}}-bin.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz)\* | [ASC](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz.md5), [SHA512](http://www.apache.org/dist/qpid/java/{{current_java_release}}/binaries/qpid-broker-{{current_java_release}}-bin.tar.gz.sha) | | [C++ broker]({{site_url}}/components/cpp-broker/index.html) | [qpid-cpp-{{current_cpp_release}}.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz) | [ASC](http://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.md5), [SHA1](http://www.apache.org/dist/qpid/cpp/{{current_cpp_release}}/qpid-cpp-{{current_cpp_release}}.tar.gz.sha1) | | [Dispatch router]({{site_url}}/components/dispatch-router/index.html) | [qpid-dispatch-{{current_dispatch_release}}.tar.gz](http://www.apache.org/dyn/closer.lua/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz) | [ASC](http://www.apache.org/dist/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz.asc), [SHA1](http://www.apache.org/dist/qpid/dispatch/{{current_dispatch_release}}/qpid-dispatch-{{current_dispatch_release}}.tar.gz.sha1) | @@ -62,7 +62,7 @@ and [Qpid for Java source release](http://www.apache.org/dyn/closer.lua/qpid/java/{{current_java_release}}/qpid-java-{{current_java_release}}.tar.gz) \[[ASC](http://www.apache.org/dist/qpid/java/{{current_java_release}}/qpid-java-{{current_java_release}}.tar.gz.asc), [MD5](http://www.apache.org/dist/qpid/java/{{current_java_release}}/qpid-java-{{current_java_release}}.tar.gz.md5), -[SHA1](http://www.apache.org/dist/qpid/java/{{current_java_release}}/qpid-java-{{current_java_release}}.tar.gz.sha1)\]. +[SHA512](http://www.apache.org/dist/qpid/java/{{current_java_release}}/qpid-java-{{current_java_release}}.tar.gz.sha)\]. ;; ## Other components ;; @@ -73,7 +73,7 @@ and ## Verify what you download It is essential that you verify the integrity of the downloaded files -using the ASC signatures, MD5 checksums, or SHA1 checksums. +using the ASC signatures, MD5 checksums, or SHA checksums. The signatures can be verified using PGP or GPG. First download the [`KEYS`](http://www.apache.org/dist/qpid/KEYS) file as well as the @@ -92,9 +92,9 @@ following sets of commands. % gpg --import KEYS % gpg --verify <artifact-name>.asc -Alternatively, you can verify the MD5 or SHA1 checksums of the -files. Unix programs called `md5sum` and `sha1sum` (or `md5` and -`sha1`) are included in many unix distributions. They are also +Alternatively, you can verify the MD5 or SHA checksums of the +files. Unix programs called `md5sum`, `sha1sum` and `sha512sum` (or `md5`, `sha1` and +`sha512`) are included in many unix distributions. They are also available as part of [GNU Coreutils](http://www.gnu.org/software/coreutils/). For Windows users, [FSUM](http://www.slavasoft.com/fsum/) supports MD5 and --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
