Author: mseidel Date: Thu Mar 5 11:20:11 2020 New Revision: 1874832 URL: http://svn.apache.org/viewvc?rev=1874832&view=rev Log: Changes for download link (www.apache.org/dist -> downloads.apache.org)
Modified: openoffice/ooo-site/trunk/content/download/checksums.html openoffice/ooo-site/trunk/content/download/globalvars.js openoffice/ooo-site/trunk/content/download/test/globalvars.js openoffice/ooo-site/trunk/content/security/cves/CVE-2012-0037.html openoffice/ooo-site/trunk/content/security/cves/CVE-2013-1571.html Modified: openoffice/ooo-site/trunk/content/download/checksums.html URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/checksums.html?rev=1874832&r1=1874831&r2=1874832&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/checksums.html (original) +++ openoffice/ooo-site/trunk/content/download/checksums.html Thu Mar 5 11:20:11 2020 @@ -106,8 +106,8 @@ SHA256 hash, otherwise use the MD5 hash. <li> </li> <li>Save the following file with your Internet browser to the location where the downloaded AOO and PGP/ASC file is stored:</li> - <li><a href="https://www.apache.org/dist/openoffice/KEYS" title="https://www.apache.org/dist/openoffice/KEYS"> - https://www.apache.org/dist/openoffice/KEYS</a></li> + <li><a href="https://downloads.apache.org/openoffice/KEYS" title="https://downloads.apache.org/openoffice/KEYS"> + https://downloads.apache.org/openoffice/KEYS</a></li> <li>Open the start menu and enter <code>cmd.exe</code> into the search box.</li> <li>Now change to the directory with the downloaded AOO, KEYS and PGP/ASC file, import and verify with the following commands:</li> @@ -162,7 +162,7 @@ SHA256 hash, otherwise use the MD5 hash. <li>Type in the following commands:</li> <li> </li> <li><pre>cd <path_to_AOO_and_ASC_files></pre></li> - <li><pre>wget https://www.apache.org/dist/openoffice/KEYS</pre></li> + <li><pre>wget https://downloads.apache.org/openoffice/KEYS</pre></li> <li><pre>gpg --import KEYS</pre></li> <li><pre>gpg --verify <installation_file>.asc</pre></li> <li> </li> @@ -206,7 +206,7 @@ SHA256 hash, otherwise use the MD5 hash. <li>Type in the following commands:</li> <li> </li> <li><pre>cd <path_to_AOO_and_ASC_files></pre></li> - <li><pre>curl https://www.apache.org/dist/openoffice/KEYS -o KEYS</pre></li> + <li><pre>curl https://downloads.apache.org/openoffice/KEYS -o KEYS</pre></li> <li><pre>gpg --import KEYS</pre></li> <li><pre>gpg --verify <installation_file>.asc</pre></li> <li> </li> Modified: openoffice/ooo-site/trunk/content/download/globalvars.js URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/globalvars.js?rev=1874832&r1=1874831&r2=1874832&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/globalvars.js (original) +++ openoffice/ooo-site/trunk/content/download/globalvars.js Thu Mar 5 11:20:11 2020 @@ -101,7 +101,7 @@ DL.SEL_VER = [ "4.1.7", "4.1.7", // Base URLs to the Sourceforge and Apache mirror server. DL.SF = "https://sourceforge.net/projects/openofficeorg.mirror/files/"; DL.ASF = "https://www.apache.org/dyn/aoo-closer.cgi/openoffice/"; -DL.ASF_DIST = "https://www.apache.org/dist/openoffice/"; +DL.ASF_DIST = "https://downloads.apache.org/openoffice/"; DL.ASF_ARC = "https://archive.apache.org/dist/openoffice/"; // Only used in "download_other.js". @@ -149,7 +149,7 @@ DL_BETA.SDK_LANG = [ "en-US" ]; DL_BETA.SOURCEFORGE = "https://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" + DL_BETA.VERSION; DL_BETA.SOURCEFORGE = DL_BETA.SOURCEFORGE + "/binaries/"; DL_BETA.ASF = "https://www.apache.org/dyn/aoo-closer.cgi/openoffice/" + DL_BETA.VERSION; -DL_BETA.ASF_DIST = "https://www.apache.org/dist/openoffice/" + DL_BETA.VERSION; +DL_BETA.ASF_DIST = "https://downloads.apache.org/openoffice/" + DL_BETA.VERSION; DL_BETA.ASF_ARC = "https://archive.apache.org/dist/openoffice/" + DL_BETA.VERSION; // Debug: Uncomment to use different base URLs. Modified: openoffice/ooo-site/trunk/content/download/test/globalvars.js URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars.js?rev=1874832&r1=1874831&r2=1874832&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/test/globalvars.js (original) +++ openoffice/ooo-site/trunk/content/download/test/globalvars.js Thu Mar 5 11:20:11 2020 @@ -98,7 +98,7 @@ DL.SEL_VER = [ "4.1.4", "4.1.4", // Base URLs to the Sourceforge and Apache mirror server. DL.SF = "https://sourceforge.net/projects/openofficeorg.mirror/files/"; DL.ASF = "https://www.apache.org/dyn/aoo-closer.cgi/openoffice/"; -DL.ASF_DIST = "https://www.apache.org/dist/openoffice/"; +DL.ASF_DIST = "https://downloads.apache.org/openoffice/"; DL.ASF_ARC = "https://archive.apache.org/dist/openoffice/"; // Only used in "download_other.js". @@ -146,7 +146,7 @@ DL_BETA.SDK_LANG = [ "en-US" ]; DL_BETA.SOURCEFORGE = "https://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" + DL_BETA.VERSION; DL_BETA.SOURCEFORGE = DL_BETA.SOURCEFORGE + "/binaries/"; DL_BETA.ASF = "https://www.apache.org/dyn/aoo-closer.cgi/openoffice/" + DL_BETA.VERSION; -DL_BETA.ASF_DIST = "https://www.apache.org/dist/openoffice/" + DL_BETA.VERSION; +DL_BETA.ASF_DIST = "https://downloads.apache.org/openoffice/" + DL_BETA.VERSION; DL_BETA.ASF_ARC = "https://archive.apache.org/dist/openoffice/" + DL_BETA.VERSION; // Debug: Uncomment to use different base URLs. Modified: openoffice/ooo-site/trunk/content/security/cves/CVE-2012-0037.html URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/security/cves/CVE-2012-0037.html?rev=1874832&r1=1874831&r2=1874832&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/security/cves/CVE-2012-0037.html (original) +++ openoffice/ooo-site/trunk/content/security/cves/CVE-2012-0037.html Thu Mar 5 11:20:11 2020 @@ -56,7 +56,7 @@ We have provided MD5 and SHA1 hashes of <p> The MD5 and SHA1 hashes can be verified using Unix tools like sha1, sha1sum or md5sum. <p> -The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/openoffice/KEYS">KEYS</a> file, as well as the asc signature file for the particular patch from above. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures as follows: +The PGP signatures can be verified using PGP or GPG. First download the <a href="https://downloads.apache.org/openoffice/KEYS">KEYS</a> file, as well as the asc signature file for the particular patch from above. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures as follows: <p> <code> % pgpk -a KEYS <br> Modified: openoffice/ooo-site/trunk/content/security/cves/CVE-2013-1571.html URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/security/cves/CVE-2013-1571.html?rev=1874832&r1=1874831&r2=1874832&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/security/cves/CVE-2013-1571.html (original) +++ openoffice/ooo-site/trunk/content/security/cves/CVE-2013-1571.html Thu Mar 5 11:20:11 2020 @@ -54,7 +54,7 @@ We have provided <a href="http://archive <p> The MD5 and SHA256 hashes can be verified using Unix tools like md5sum or sha256sum. <p> -The PGP signatures can be verified using PGP or GPG. First download the <a href="http://www.apache.org/dist/openoffice/KEYS">KEYS</a> file, as well as the asc signature file for the particular patch from above. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures as follows: +The PGP signatures can be verified using PGP or GPG. First download the <a href="https://downloads.apache.org/openoffice/KEYS">KEYS</a> file, as well as the asc signature file for the particular patch from above. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures as follows: <p> <code> % pgpk -a KEYS <br>