Author: bodewig Date: Sun Aug 31 10:04:52 2014 New Revision: 1621578 URL: http://svn.apache.org/r1621578 Log: use TLS to download signature/checksums
Modified: commons/proper/compress/trunk/src/site/xdoc/download_compress.xml Modified: commons/proper/compress/trunk/src/site/xdoc/download_compress.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/download_compress.xml?rev=1621578&r1=1621577&r2=1621578&view=diff ============================================================================== --- commons/proper/compress/trunk/src/site/xdoc/download_compress.xml (original) +++ commons/proper/compress/trunk/src/site/xdoc/download_compress.xml Sun Aug 31 10:04:52 2014 @@ -88,7 +88,7 @@ limitations under the License. </form> <p> - The <a href="http://www.apache.org/dist/commons/KEYS">KEYS</a> + The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> link links to the code signing keys used to sign the product. The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site. The <code>MD5</code> link downloads the checksum from the main site. @@ -100,13 +100,13 @@ limitations under the License. <table> <tr> <td><a href="[preferred]/commons/compress/binaries/commons-compress-1.8.1-bin.tar.gz">commons-compress-1.8.1-bin.tar.gz</a></td> - <td><a href="http://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.tar.gz.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.tar.gz.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/compress/binaries/commons-compress-1.8.1-bin.zip">commons-compress-1.8.1-bin.zip</a></td> - <td><a href="http://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.zip.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.zip.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/binaries/commons-compress-1.8.1-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> @@ -114,13 +114,13 @@ limitations under the License. <table> <tr> <td><a href="[preferred]/commons/compress/source/commons-compress-1.8.1-src.tar.gz">commons-compress-1.8.1-src.tar.gz</a></td> - <td><a href="http://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.tar.gz.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.tar.gz.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/compress/source/commons-compress-1.8.1-src.zip">commons-compress-1.8.1-src.zip</a></td> - <td><a href="http://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.zip.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.zip.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/compress/source/commons-compress-1.8.1-src.zip.asc">pgp</a></td> </tr> </table> </subsection>