Author: bodewig Date: Sun Aug 31 10:22:50 2014 New Revision: 1621583 URL: http://svn.apache.org/r1621583 Log: use TLS to download signatures, checksums and keys
Modified: commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-body.xml commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-head.xml commons/proper/commons-build-plugin/trunk/src/site/xdoc/download_commons-build-plugin.xml Modified: commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-body.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-body.xml?rev=1621583&r1=1621582&r2=1621583&view=diff ============================================================================== --- commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-body.xml (original) +++ commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-body.xml Sun Aug 31 10:22:50 2014 @@ -3,13 +3,13 @@ <table> <tr> <td><a href="[preferred]/commons/@ID@/binaries/@FINAL_NAME@@binary-suf...@.tar.gz">@FINAL_NAME@@binary-suf...@.tar.gz</a></td> - <td><a href="http://www.apache.org/dist/commons/@ID@/binaries/@FINAL_NAME@@binary-suf...@.tar.gz.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/@ID@/binaries/@FINAL_NAME@@binary-suf...@.tar.gz.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/binaries/@FINAL_NAME@@binary-suf...@.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/binaries/@FINAL_NAME@@binary-suf...@.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/@ID@/binaries/@FINAL_NAME@@BINARY-SUFFIX@.zip">@FINAL_NAME@@BINARY-SUFFIX@.zip</a></td> - <td><a href="http://www.apache.org/dist/commons/@ID@/binaries/@FINAL_NAME@@BINARY-SUFFIX@.zip.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/@ID@/binaries/@FINAL_NAME@@binary-suf...@.zip.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/binaries/@FINAL_NAME@@BINARY-SUFFIX@.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/binaries/@FINAL_NAME@@binary-suf...@.zip.asc">pgp</a></td> </tr> </table> </subsection> @@ -17,13 +17,13 @@ <table> <tr> <td><a href="[preferred]/commons/@ID@/source/@final_n...@-src.tar.gz">@final_n...@-src.tar.gz</a></td> - <td><a href="http://www.apache.org/dist/commons/@ID@/source/@final_n...@-src.tar.gz.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/@ID@/source/@final_n...@-src.tar.gz.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/source/@final_n...@-src.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/source/@final_n...@-src.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/@ID@/source/@final_n...@-src.zip">@final_n...@-src.zip</a></td> - <td><a href="http://www.apache.org/dist/commons/@ID@/source/@final_n...@-src.zip.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/@ID@/source/@final_n...@-src.zip.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/source/@final_n...@-src.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/source/@final_n...@-src.zip.asc">pgp</a></td> </tr> </table> </subsection> Modified: commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-head.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-head.xml?rev=1621583&r1=1621582&r2=1621583&view=diff ============================================================================== --- commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-head.xml (original) +++ commons/proper/commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates/download-page-head.xml Sun Aug 31 10:22:50 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. Modified: commons/proper/commons-build-plugin/trunk/src/site/xdoc/download_commons-build-plugin.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/site/xdoc/download_commons-build-plugin.xml?rev=1621583&r1=1621582&r2=1621583&view=diff ============================================================================== --- commons/proper/commons-build-plugin/trunk/src/site/xdoc/download_commons-build-plugin.xml (original) +++ commons/proper/commons-build-plugin/trunk/src/site/xdoc/download_commons-build-plugin.xml Sun Aug 31 10:22:50 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/commons-build-plugin/binaries/commons-build-plugin-1.4-bin.tar.gz">commons-build-plugin-1.4-bin.tar.gz</a></td> - <td><a href="http://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.4-bin.tar.gz.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.4-bin.tar.gz.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.4-bin.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.4-bin.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/commons-build-plugin/binaries/commons-build-plugin-1.4-bin.zip">commons-build-plugin-1.4-bin.zip</a></td> - <td><a href="http://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.4-bin.zip.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.4-bin.zip.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.4-bin.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.4-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> @@ -114,13 +114,13 @@ limitations under the License. <table> <tr> <td><a href="[preferred]/commons/commons-build-plugin/source/commons-build-plugin-1.4-src.tar.gz">commons-build-plugin-1.4-src.tar.gz</a></td> - <td><a href="http://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.4-src.tar.gz.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.4-src.tar.gz.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.4-src.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.4-src.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/commons-build-plugin/source/commons-build-plugin-1.4-src.zip">commons-build-plugin-1.4-src.zip</a></td> - <td><a href="http://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.4-src.zip.md5">md5</a></td> - <td><a href="http://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.4-src.zip.asc">pgp</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.4-src.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.4-src.zip.asc">pgp</a></td> </tr> </table> </subsection>