[Bf-blender-cvs] [ede1ca0b3f8] blender2.7: Change remaining FTP server URIs to HTTP(s)

Stephen Hassard noreply at git.blender.org
Mon Mar 25 11:19:31 CET 2019


Commit: ede1ca0b3f8484aa5458b2b540190de1bf68146f
Author: Stephen Hassard
Date:   Mon Mar 25 11:14:07 2019 +0100
Branches: blender2.7
https://developer.blender.org/rBede1ca0b3f8484aa5458b2b540190de1bf68146f

Change remaining FTP server URIs to HTTP(s)

Most of the source tarballs are retrieved via http, but a few remain
that are still downloaded via ftp. This causes some pain with corporate
firewalls, so moving the last two URIs to http helps ease the build process.

Reviewers: sergey

Differential Revision: https://developer.blender.org/D4192

===================================================================

M	build_files/build_environment/cmake/versions.cmake
M	release/scripts/addons
M	source/tools

===================================================================

diff --git a/build_files/build_environment/cmake/versions.cmake b/build_files/build_environment/cmake/versions.cmake
index 29c9c2d604a..ab905574985 100644
--- a/build_files/build_environment/cmake/versions.cmake
+++ b/build_files/build_environment/cmake/versions.cmake
@@ -251,7 +251,7 @@ set(JEMALLOC_URI https://github.com/jemalloc/jemalloc/releases/download/${JEMALL
 set(JEMALLOC_HASH 507f7b6b882d868730d644510491d18f)
 
 set(XML2_VERSION 2.9.4)
-set(XML2_URI ftp://xmlsoft.org/libxml2/libxml2-${XML2_VERSION}.tar.gz)
+set(XML2_URI http://xmlsoft.org/sources/libxml2-${XML2_VERSION}.tar.gz)
 set(XML2_HASH ae249165c173b1ff386ee8ad676815f5)
 
 set(TINYXML_VERSION 2_6_2)
@@ -284,7 +284,7 @@ set(BZIP2_URI http://http.debian.net/debian/pool/main/b/bzip2/bzip2_${BZIP2_VERS
 set(BZIP2_HASH d70a9ccd8bdf47e302d96c69fecd54925f45d9c7b966bb4ef5f56b770960afa7)
 
 set(FFI_VERSION 3.2.1)
-set(FFI_URI ftp://sourceware.org/pub/libffi/libffi-${FFI_VERSION}.tar.gz)
+set(FFI_URI https://sourceware.org/pub/libffi/libffi-${FFI_VERSION}.tar.gz)
 set(FFI_HASH d06ebb8e1d9a22d19e38d63fdb83954253f39bedc5d46232a05645685722ca37)
 
 set(LZMA_VERSION 5.2.4)
diff --git a/release/scripts/addons b/release/scripts/addons
index d4100298333..97bd21860f1 160000
--- a/release/scripts/addons
+++ b/release/scripts/addons
@@ -1 +1 @@
-Subproject commit d410029833365916b2d3a1fee25d0e02c26c648a
+Subproject commit 97bd21860f110abb72e9f8ed8530bfe565470264
diff --git a/source/tools b/source/tools
index 83428cbf0a8..a64a4237d82 160000
--- a/source/tools
+++ b/source/tools
@@ -1 +1 @@
-Subproject commit 83428cbf0a8d7e0bdd7a91c00124381c1db42e70
+Subproject commit a64a4237d820c72c9f22e5ee7069c791f7ceb42b



More information about the Bf-blender-cvs mailing list