You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/03/09 20:47:07 UTC

svn commit: r1826375 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

Author: markt
Date: Fri Mar  9 20:47:07 2018
New Revision: 1826375

URL: http://svn.apache.org/viewvc?rev=1826375&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62164
Switch the build script to use TLS for downloads from SourceForge and Maven Central to avoid failures due to HTTP to HTTPS redirects.

Modified:
    tomcat/trunk/build.properties.default
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1826375&r1=1826374&r2=1826375&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Fri Mar  9 20:47:07 2018
@@ -96,12 +96,12 @@ base-commons.loc.2=${base-apache.loc.2}/
 base-tomcat.loc.1=${base-apache.loc.1}/tomcat
 base-tomcat.loc.2=${base-apache.loc.2}/tomcat
 
-base-sf.loc=http://downloads.sourceforge.net
+base-sf.loc=https://downloads.sourceforge.net
 # repo.maven.apache.org is the same as repo2.maven.org
-base-maven.loc=http://repo.maven.apache.org/maven2
+base-maven.loc=https://repo.maven.apache.org/maven2
 
 # Mirror, was used when there were problems with the main SF downloads site
-# base-sf.loc=http://sunet.dl.sourceforge.net
+# base-sf.loc=https://sunet.dl.sourceforge.net
 
 # ----- Webservices - JAX RPC -----
 jaxrpc-lib.version=1.1-rc4

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1826375&r1=1826374&r2=1826375&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Mar  9 20:47:07 2018
@@ -81,6 +81,11 @@
         Update the build script so MD5 hashes are no longer generated for
         releases as per the change in the ASF distribution policy. (markt)
       </update>
+      <fix>
+        <bug>62164</bug>: Switch the build script to use TLS for downloads from
+        SourceForge and Maven Central to avoid failures due to HTTP to HTTPS
+        redirects. (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org