Repository: couchdb-www Updated Branches: refs/heads/asf-site 618a3266e -> 014e38cbb
Link to ASF global DL verification page instead Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/014e38cb Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/014e38cb Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/014e38cb Branch: refs/heads/asf-site Commit: 014e38cbb98def60105f5657ce20769d1083bc85 Parents: 618a326 Author: Joan Touzet <[email protected]> Authored: Tue Aug 14 22:53:07 2018 -0400 Committer: Joan Touzet <[email protected]> Committed: Tue Aug 14 22:53:07 2018 -0400 ---------------------------------------------------------------------- index.html | 8 ++++---- verify-downloads.txt | 11 ----------- 2 files changed, 4 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/014e38cb/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 0772fc1..5483908 100644 --- a/index.html +++ b/index.html @@ -574,7 +574,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design. <span class="info"> Version 2.2.0 | <a href="http://docs.couchdb.org/en/2.2.0/whatsnew/2.2.html#version-2-2-0" class="release">Release Notes</a> | - <a href="https://www.apache.org/dist/couchdb/source/2.2.0/apache-couchdb-2.2.0.tar.gz.asc">OpenPGP</a> | + <a href="https://www.apache.org/dist/couchdb/source/2.2.0/apache-couchdb-2.2.0.tar.gz.asc">PGP Signature</a> | <a href="https://www.apache.org/dist/couchdb/source/2.2.0/apache-couchdb-2.2.0.tar.gz.sha256">SHA256</a> </span> </li> @@ -585,7 +585,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design. <span class="info"> Erlang/OTP 19.3 | Version 2.2.0 | <a href="http://docs.couchdb.org/en/2.2.0/whatsnew/2.2.html#version-2-2-0" class="release">Release Notes</a> | - <a href="https://www.apache.org/dist/couchdb/binary/win/2.2.0/couchdb-2.2.0.msi.asc">OpenPGP</a> + <a href="https://www.apache.org/dist/couchdb/binary/win/2.2.0/couchdb-2.2.0.msi.asc">PGP Signature</a> </span> </li> <li> @@ -595,7 +595,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design. <span class="info"> Erlang/OTP 19.3 | Version 2.2.0 | <a href="http://docs.couchdb.org/en/2.2.0/whatsnew/2.2.html#version-2-2-0" class="release">Release Notes</a> | - <a href="https://www.apache.org/dist/couchdb/binary/mac/2.2.0/Apache-CouchDB-2.2.0.zip.asc">OpenPGP</a> | + <a href="https://www.apache.org/dist/couchdb/binary/mac/2.2.0/Apache-CouchDB-2.2.0.zip.asc">PGP Signature</a> | <a href="https://www.apache.org/dist/couchdb/binary/mac/2.2.0/Apache-CouchDB-2.2.0.zip.sha256">SHA256</a> | <a href="https://www.apache.org/dist/couchdb/binary/mac/2.2.0/Apache-CouchDB-2.2.0.zip.sha512">SHA512</a> </span> @@ -608,7 +608,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design. </li> </ul> <div> - <a href="verify-downloads.txt">Instructions for verifying downloads.</a> + <a href="https://www.apache.org/info/verification.html">Instructions for verifying downloads.</a> </div> </div> http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/014e38cb/verify-downloads.txt ---------------------------------------------------------------------- diff --git a/verify-downloads.txt b/verify-downloads.txt deleted file mode 100644 index f7d3f2c..0000000 --- a/verify-downloads.txt +++ /dev/null @@ -1,11 +0,0 @@ -All source tarballs and release binaries are signed with one of these GPG keys: https://www.apache.org/dist/couchdb/KEYS - -You can verify a release by importing the key file and running: - - gpg --import KEYS - gpg --verify /path/to/downloaded/file.asc - -In addition, we produce hashes for the download files with sha256 and sha512. You can validate those hashes: - - shasum -a 256 --check /path/to/downloaded/file.sha256 - shasum -a 512 --check /path/to/downloaded/file.sha512
