diff --git a/index.html b/index.html index 4e6f1af..283dfb6 100644 --- a/index.html +++ b/index.html @@ -357,8 +357,7 @@

Download HAWQ® 2.2.0.0-incubating

Version 2.2.0.0 | PGP | - SHA-256 | - MD5 + SHA-256
  • @@ -366,8 +365,7 @@

    Download HAWQ® 2.2.0.0-incubating

    Version 2.2.0.0 | PGP | - SHA-256 | - MD5 + SHA-256
  • @@ -396,8 +394,7 @@

    Download HAWQ® 2.1.0.0-incubating

    Version 2.1.0.0 | PGP | - SHA-256 | - MD5 + SHA-256 @@ -427,7 +424,6 @@

    Download HAWQ® 2.0.0.0-incubating

    Version 2.0.0.0 | PGP | SHA-1 | - MD5 @@ -438,6 +434,46 @@

    Download HAWQ® 2.0.0.0-incubating

    +
    +
    +

    How to verify downloaded files?

    +

    + Note: When downloading from a mirror, please be sure to verify that checksums and signatures are correct. To do so, use the checksum and signature files from the main Apache site at + https://www.apache.org/dist/incubator/hawq/. Check here to get all the verification required files including OpenPGP keys that we used to sign releases: + KEYS +

    +

    + The PGP signatures can be verified using PGP or GPG. First download the KEYS + as well as the asc signature file for the particular distribution. Then verify the signatures using: +

    +

    + % pgpk -a KEYS +

    + % pgpv ${filename}.tar.gz.asc +

    + or +

    + % pgp -ka KEYS +

    + % pgp ${filename}.tar.gz.asc +

    + or +

    + % gpg --import KEYS +

    + % gpg --verify ${filename}.tar.gz.asc +

    +

    +

    + Alternatively, you can verify the SHA signature on the files.
    + For example, to check a SHA256 sum of a file:
    + On Linux:
    + % sha256sum filename.sha
    + On Mac:
    + % shasum -a 256 filename.sha +

    +
    +