[rtems-source-builder commit] Use HTTPS instead of FTP

Sebastian Huber sebh at rtems.org
Thu Jan 24 06:05:02 UTC 2019


Module:    rtems-source-builder
Branch:    master
Commit:    f07504d27192d9f76d782bf04bf10a08644a898c
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=f07504d27192d9f76d782bf04bf10a08644a898c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jan 23 13:41:30 2019 +0100

Use HTTPS instead of FTP

FTP is an outdated protocol and blocked by some firewalls.

---

 rtems/config/tools/rtems-gcc-4.3.2-newlib-1.16.0-1.cfg            | 4 ++--
 rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg               | 2 +-
 rtems/config/tools/rtems-gcc-4.8-ss-newlib-2.0.0-1.cfg            | 2 +-
 rtems/config/tools/rtems-gcc-4.9-newlib-2.2.0-1.cfg               | 2 +-
 .../config/tools/rtems-gcc-6-20151101-newlib-2.2.0.20151023-1.cfg | 2 +-
 .../config/tools/rtems-gcc-6-20160117-newlib-2.3.0.20160104-1.cfg | 2 +-
 .../config/tools/rtems-gcc-6-20160124-newlib-2.3.0.20160104-1.cfg | 2 +-
 .../config/tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1.cfg | 2 +-
 rtems/config/tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg        | 2 +-
 .../config/tools/rtems-gcc-6-20160526-newlib-2.4.0.20160527-1.cfg | 2 +-
 .../config/tools/rtems-gcc-6-20160609-newlib-2.4.0.20160527-1.cfg | 2 +-
 .../config/tools/rtems-gcc-6-20161110-newlib-2.4.0.20161025-1.cfg | 2 +-
 rtems/config/tools/rtems-gcc-6.0.1-RC-20160415-newlib-2.4.0-1.cfg | 2 +-
 rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg        | 2 +-
 source-builder/config/autoconf-2-1.cfg                            | 2 +-
 source-builder/config/automake-1-1.cfg                            | 2 +-
 source-builder/config/binutils-2-1.cfg                            | 2 +-
 source-builder/config/gcc-4.3-1.cfg                               | 6 +++---
 source-builder/config/gcc-4.4-1.cfg                               | 8 ++++----
 source-builder/config/gcc-4.5-1.cfg                               | 6 +++---
 source-builder/config/gcc-4.6-1.cfg                               | 8 ++++----
 source-builder/config/gcc-4.7-1.cfg                               | 6 +++---
 source-builder/config/gcc-4.8-1.cfg                               | 6 +++---
 source-builder/config/gcc-4.9-1.cfg                               | 6 +++---
 source-builder/config/gcc-6-1.cfg                                 | 6 +++---
 source-builder/config/gcc-7-1.cfg                                 | 2 +-
 source-builder/config/gcc-7.2-1.cfg                               | 2 +-
 source-builder/config/libffi-3-1.cfg                              | 2 +-
 source-builder/config/libtool-2-1.cfg                             | 2 +-
 source-builder/config/m4-1-1.cfg                                  | 2 +-
 source-builder/defaults.mc                                        | 2 +-
 31 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/rtems/config/tools/rtems-gcc-4.3.2-newlib-1.16.0-1.cfg b/rtems/config/tools/rtems-gcc-4.3.2-newlib-1.16.0-1.cfg
index 2ef31bb..4911b0e 100644
--- a/rtems/config/tools/rtems-gcc-4.3.2-newlib-1.16.0-1.cfg
+++ b/rtems/config/tools/rtems-gcc-4.3.2-newlib-1.16.0-1.cfg
@@ -18,9 +18,9 @@
 #
 # The RTEMS 4.9 patches
 #
-%source set gcc ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}.tar.bz2
+%source set gcc https://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}.tar.bz2
 %patch  add gcc %{rtems_gcc_patches}/gcc-core-4.3.2-rtems4.9-20090825.diff
-%source add gcc ftp://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_version}.tar.bz2
+%source add gcc https://ftp.gnu.org/pub/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_version}.tar.bz2
 %patch  add newlib %{rtems_newlib_patches}/newlib-1.16.0-rtems4.9-20090324.diff
 
 #
diff --git a/rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg b/rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg
index 1245e88..25e9e0b 100644
--- a/rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg
+++ b/rtems/config/tools/rtems-gcc-4.8-newlib-2.2.0-1.cfg
@@ -37,7 +37,7 @@
 #
 # Newlib is a snapshot
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # The gcc/newlib build instructions. We use 4.8 Release 1.
diff --git a/rtems/config/tools/rtems-gcc-4.8-ss-newlib-2.0.0-1.cfg b/rtems/config/tools/rtems-gcc-4.8-ss-newlib-2.0.0-1.cfg
index 0fd1641..2572f71 100644
--- a/rtems/config/tools/rtems-gcc-4.8-ss-newlib-2.0.0-1.cfg
+++ b/rtems/config/tools/rtems-gcc-4.8-ss-newlib-2.0.0-1.cfg
@@ -18,7 +18,7 @@
 #
 # The RTEMS 4.11 patches
 #
-%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 #
 # The gcc/newlib build instructions. We use 4.7 Release 1.
diff --git a/rtems/config/tools/rtems-gcc-4.9-newlib-2.2.0-1.cfg b/rtems/config/tools/rtems-gcc-4.9-newlib-2.2.0-1.cfg
index 8b08278..cf8c097 100644
--- a/rtems/config/tools/rtems-gcc-4.9-newlib-2.2.0-1.cfg
+++ b/rtems/config/tools/rtems-gcc-4.9-newlib-2.2.0-1.cfg
@@ -35,7 +35,7 @@
 #
 # Newlib is a snapshot
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # The gcc/newlib build instructions. We use 4.9 Release 1.
diff --git a/rtems/config/tools/rtems-gcc-6-20151101-newlib-2.2.0.20151023-1.cfg b/rtems/config/tools/rtems-gcc-6-20151101-newlib-2.2.0.20151023-1.cfg
index 3f44d3f..67b2752 100644
--- a/rtems/config/tools/rtems-gcc-6-20151101-newlib-2.2.0.20151023-1.cfg
+++ b/rtems/config/tools/rtems-gcc-6-20151101-newlib-2.2.0.20151023-1.cfg
@@ -11,6 +11,6 @@
 %define with_plugin  0
 %define with_iconv   1
 
-%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 %include %{_configdir}/gcc-6-1.cfg
diff --git a/rtems/config/tools/rtems-gcc-6-20160117-newlib-2.3.0.20160104-1.cfg b/rtems/config/tools/rtems-gcc-6-20160117-newlib-2.3.0.20160104-1.cfg
index 7fb898a..07b4384 100644
--- a/rtems/config/tools/rtems-gcc-6-20160117-newlib-2.3.0.20160104-1.cfg
+++ b/rtems/config/tools/rtems-gcc-6-20160117-newlib-2.3.0.20160104-1.cfg
@@ -17,6 +17,6 @@
 %define with_plugin  0
 %define with_iconv   1
 
-%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 %include %{_configdir}/gcc-6-1.cfg
diff --git a/rtems/config/tools/rtems-gcc-6-20160124-newlib-2.3.0.20160104-1.cfg b/rtems/config/tools/rtems-gcc-6-20160124-newlib-2.3.0.20160104-1.cfg
index bf58c6c..b82db6f 100644
--- a/rtems/config/tools/rtems-gcc-6-20160124-newlib-2.3.0.20160104-1.cfg
+++ b/rtems/config/tools/rtems-gcc-6-20160124-newlib-2.3.0.20160104-1.cfg
@@ -17,6 +17,6 @@
 %define with_plugin  0
 %define with_iconv   1
 
-%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 %include %{_configdir}/gcc-6-1.cfg
diff --git a/rtems/config/tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1.cfg b/rtems/config/tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1.cfg
index b35e2ce..d468e66 100644
--- a/rtems/config/tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1.cfg
+++ b/rtems/config/tools/rtems-gcc-6-20160228-newlib-2.3.0.20160226-1.cfg
@@ -17,6 +17,6 @@
 %define with_plugin  0
 %define with_iconv   1
 
-%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 %include %{_configdir}/gcc-6-1.cfg
diff --git a/rtems/config/tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg b/rtems/config/tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg
index bfdc36e..6caa324 100644
--- a/rtems/config/tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg
+++ b/rtems/config/tools/rtems-gcc-6-20160327-newlib-2.4.0-1.cfg
@@ -17,7 +17,7 @@
 %define with_plugin  0
 %define with_iconv   1
 
-%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 %patch add newlib --rsb-file=PATCH_libc_sys_rtems_crt0.c_Add_sys_lock.h_symbols_required_to_link_autoconf_probes -p1 https://sourceware.org/cgi-bin/get-raw-msg?listname=newlib&date=2016&msgid=1460668859-31336-1-git-send-email-joel%40rtems.org
 %hash sha512 PATCH_libc_sys_rtems_crt0.c_Add_sys_lock.h_symbols_required_to_link_autoconf_probes 7cce6236f1a126c37c800783268f7a8816fd06f67fa742a60f4a05cd91af12f74293942c687bf58a1b22f7a17545e9b3c46f04c875c3b6d50d93fd59d96e9201
diff --git a/rtems/config/tools/rtems-gcc-6-20160526-newlib-2.4.0.20160527-1.cfg b/rtems/config/tools/rtems-gcc-6-20160526-newlib-2.4.0.20160527-1.cfg
index af363fa..db37c1f 100644
--- a/rtems/config/tools/rtems-gcc-6-20160526-newlib-2.4.0.20160527-1.cfg
+++ b/rtems/config/tools/rtems-gcc-6-20160526-newlib-2.4.0.20160527-1.cfg
@@ -17,6 +17,6 @@
 %define with_plugin  0
 %define with_iconv   1
 
-%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 %include %{_configdir}/gcc-6-1.cfg
diff --git a/rtems/config/tools/rtems-gcc-6-20160609-newlib-2.4.0.20160527-1.cfg b/rtems/config/tools/rtems-gcc-6-20160609-newlib-2.4.0.20160527-1.cfg
index 66c83b9..aff24a0 100644
--- a/rtems/config/tools/rtems-gcc-6-20160609-newlib-2.4.0.20160527-1.cfg
+++ b/rtems/config/tools/rtems-gcc-6-20160609-newlib-2.4.0.20160527-1.cfg
@@ -18,6 +18,6 @@
 %define with_plugin  0
 %define with_iconv   1
 
-%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 %include %{_configdir}/gcc-6-1.cfg
diff --git a/rtems/config/tools/rtems-gcc-6-20161110-newlib-2.4.0.20161025-1.cfg b/rtems/config/tools/rtems-gcc-6-20161110-newlib-2.4.0.20161025-1.cfg
index dbb3547..a7a0f34 100644
--- a/rtems/config/tools/rtems-gcc-6-20161110-newlib-2.4.0.20161025-1.cfg
+++ b/rtems/config/tools/rtems-gcc-6-20161110-newlib-2.4.0.20161025-1.cfg
@@ -18,6 +18,6 @@
 %define with_plugin  0
 %define with_iconv   1
 
-%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 %include %{_configdir}/gcc-6-1.cfg
diff --git a/rtems/config/tools/rtems-gcc-6.0.1-RC-20160415-newlib-2.4.0-1.cfg b/rtems/config/tools/rtems-gcc-6.0.1-RC-20160415-newlib-2.4.0-1.cfg
index 54746dc..ea0f595 100644
--- a/rtems/config/tools/rtems-gcc-6.0.1-RC-20160415-newlib-2.4.0-1.cfg
+++ b/rtems/config/tools/rtems-gcc-6.0.1-RC-20160415-newlib-2.4.0-1.cfg
@@ -17,7 +17,7 @@
 %define with_plugin  0
 %define with_iconv   1
 
-%source set gcc ftp://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://gcc.gnu.org/pub/gcc/snapshots/%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 %patch add newlib --rsb-file=PATCH_libc_sys_rtems_crt0.c_Add_sys_lock.h_symbols_required_to_link_autoconf_probes -p1 https://sourceware.org/cgi-bin/get-raw-msg?listname=newlib&date=2016&msgid=1460668859-31336-1-git-send-email-joel%40rtems.org
 %hash sha512 PATCH_libc_sys_rtems_crt0.c_Add_sys_lock.h_symbols_required_to_link_autoconf_probes 7cce6236f1a126c37c800783268f7a8816fd06f67fa742a60f4a05cd91af12f74293942c687bf58a1b22f7a17545e9b3c46f04c875c3b6d50d93fd59d96e9201
diff --git a/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg b/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
index 555956b..69ae840 100644
--- a/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
+++ b/rtems/config/tools/rtems-nios2-gcc-4.1-newlib-1.19.0-1.cfg
@@ -46,7 +46,7 @@ URL: 	   http://gcc.gnu.org/
 #
 # Newlib
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 %hash   md5 newlib-%{newlib_version}.tar.gz 0966e19f03217db9e9076894b47e6601
 
 #
diff --git a/source-builder/config/autoconf-2-1.cfg b/source-builder/config/autoconf-2-1.cfg
index 7062881..86f5d1e 100644
--- a/source-builder/config/autoconf-2-1.cfg
+++ b/source-builder/config/autoconf-2-1.cfg
@@ -20,7 +20,7 @@ URL: 	   http://www.gnu.org/software/autoconf/
 #
 # Source
 #
-%source set autoconf ftp://ftp.gnu.org/gnu/autoconf/autoconf-%{autoconf_version}.tar.gz
+%source set autoconf https://ftp.gnu.org/gnu/autoconf/autoconf-%{autoconf_version}.tar.gz
 
 #
 # Prepare the source code.
diff --git a/source-builder/config/automake-1-1.cfg b/source-builder/config/automake-1-1.cfg
index c4e52cd..48beb51 100644
--- a/source-builder/config/automake-1-1.cfg
+++ b/source-builder/config/automake-1-1.cfg
@@ -20,7 +20,7 @@ URL: 	   http://www.gnu.org/software/automake/
 #
 # Source
 #
-%source set automake ftp://ftp.gnu.org/gnu/automake/automake-%{automake_version}.tar.gz
+%source set automake https://ftp.gnu.org/gnu/automake/automake-%{automake_version}.tar.gz
 
 #
 # Prepare the source code.
diff --git a/source-builder/config/binutils-2-1.cfg b/source-builder/config/binutils-2-1.cfg
index fd3ae55..a49fa2a 100644
--- a/source-builder/config/binutils-2-1.cfg
+++ b/source-builder/config/binutils-2-1.cfg
@@ -38,7 +38,7 @@ URL: 	   http://sources.redhat.com/binutils
 #
 # Source
 #
-%source set binutils ftp://ftp.gnu.org/gnu/binutils/binutils-%{binutils_version}.tar.bz2
+%source set binutils https://ftp.gnu.org/gnu/binutils/binutils-%{binutils_version}.tar.bz2
 
 #
 # Prepare the source code.
diff --git a/source-builder/config/gcc-4.3-1.cfg b/source-builder/config/gcc-4.3-1.cfg
index a7b825b..69ea367 100644
--- a/source-builder/config/gcc-4.3-1.cfg
+++ b/source-builder/config/gcc-4.3-1.cfg
@@ -16,19 +16,19 @@
 #
 # GCC core and G++
 #
-%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 #
 # Newlib
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # Packages GCC requires
 #
 %source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
 %source set mpc http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
-%source set gmp ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
+%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
 
 #
 # GCC Common build script.
diff --git a/source-builder/config/gcc-4.4-1.cfg b/source-builder/config/gcc-4.4-1.cfg
index 077792a..2c70919 100644
--- a/source-builder/config/gcc-4.4-1.cfg
+++ b/source-builder/config/gcc-4.4-1.cfg
@@ -11,23 +11,23 @@
 #
 # GCC core and G++
 #
-%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}.tar.bz2
+%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}.tar.bz2
 
 %if %{enable_cxx}
- %source add gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_version}.tar.gz
+ %source add gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_version}.tar.gz
 %endif
 
 #
 # Newlib
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # Packages GCC requires
 #
 %source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
 %source set mpc http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
-%source set gmp ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
+%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
 
 #
 # GCC Common build script.
diff --git a/source-builder/config/gcc-4.5-1.cfg b/source-builder/config/gcc-4.5-1.cfg
index 0039f68..fbff31c 100644
--- a/source-builder/config/gcc-4.5-1.cfg
+++ b/source-builder/config/gcc-4.5-1.cfg
@@ -11,19 +11,19 @@
 #
 # GCC core and G++
 #
-%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 #
 # Newlib
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # Packages GCC requires
 #
 %source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
 %source set mpc http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
-%source set gmp ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
+%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
 
 #
 # GCC Common build script.
diff --git a/source-builder/config/gcc-4.6-1.cfg b/source-builder/config/gcc-4.6-1.cfg
index da5c0ab..98f8d7e 100644
--- a/source-builder/config/gcc-4.6-1.cfg
+++ b/source-builder/config/gcc-4.6-1.cfg
@@ -11,23 +11,23 @@
 #
 # GCC core and G++
 #
-%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}.tar.bz2
+%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_version}.tar.bz2
 
 %if %{enable_cxx}
- %source add gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_version}.tar.gz
+ %source add gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-g++-%{gcc_version}.tar.gz
 %endif
 
 #
 # Newlib
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # Packages GCC requires
 #
 %source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
 %source set mpc http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
-%source set gmp ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
+%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
 
 #
 # GCC Common build script.
diff --git a/source-builder/config/gcc-4.7-1.cfg b/source-builder/config/gcc-4.7-1.cfg
index 923ef12..0eac21f 100644
--- a/source-builder/config/gcc-4.7-1.cfg
+++ b/source-builder/config/gcc-4.7-1.cfg
@@ -20,19 +20,19 @@
 #
 # GCC core and G++
 #
-%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 #
 # Newlib
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # Packages GCC requires
 #
 %source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
 %source set mpc http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
-%source set gmp ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
+%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
 
 #
 # GCC Common build script.
diff --git a/source-builder/config/gcc-4.8-1.cfg b/source-builder/config/gcc-4.8-1.cfg
index 9c45cfb..aa62837 100644
--- a/source-builder/config/gcc-4.8-1.cfg
+++ b/source-builder/config/gcc-4.8-1.cfg
@@ -11,19 +11,19 @@
 #
 # GCC core and G++
 #
-%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 #
 # Newlib
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # Packages GCC requires
 #
 %source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
 %source set mpc http://www.multiprecision.org/downloads/mpc-%{mpc_version}.tar.gz
-%source set gmp ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
+%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
 
 #
 # GCC Common build script.
diff --git a/source-builder/config/gcc-4.9-1.cfg b/source-builder/config/gcc-4.9-1.cfg
index 3a5a75c..e28b560 100644
--- a/source-builder/config/gcc-4.9-1.cfg
+++ b/source-builder/config/gcc-4.9-1.cfg
@@ -11,19 +11,19 @@
 #
 # GCC core and G++
 #
-%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 #
 # Newlib
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # Packages GCC requires
 #
 %source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
 %source set mpc http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
-%source set gmp ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
+%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
 
 %patch add gcc --rsb-file=Make-lang.in-b09fb02bb4c0d16fc2c842bec4069c033897b5f2.patch -p1 https://gcc.gnu.org/git/?p=gcc.git;a=blobdiff_plain;f=gcc/cp/Make-lang.in;h=b09fb02bb4c0d16fc2c842bec4069c033897b5f2;hp=e98beb1e33e4bcc4943361c559ae71b7eb345346;hb=1e5f1089dec3af328fd03125d6778f666d0bd4e4;hpb=88375bb2ba8b9004a9924cdae894d7ff32972652
 %hash sha512 Make-lang.in-b09fb02bb4c0d16fc2c842bec4069c033897b5f2.patch a47511de21fda0c0c314577ee295b8f2bc9f555084ceca88de12c931ebfe47e5fec349682085a7a1e8637e8e159b8f79188a56d42e54fda2ba5161d5bd3f56ac
diff --git a/source-builder/config/gcc-6-1.cfg b/source-builder/config/gcc-6-1.cfg
index 9f75d6e..842ec35 100644
--- a/source-builder/config/gcc-6-1.cfg
+++ b/source-builder/config/gcc-6-1.cfg
@@ -11,19 +11,19 @@
 #
 # GCC core and G++
 #
-%source set gcc ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
+%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.bz2
 
 #
 # Newlib
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # Packages GCC requires
 #
 %source set mpfr http://www.mpfr.org/mpfr-%{mpfr_version}/mpfr-%{mpfr_version}.tar.bz2
 %source set mpc http://www.multiprecision.org/mpc/download/mpc-%{mpc_version}.tar.gz
-%source set gmp ftp://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
+%source set gmp https://ftp.gnu.org/gnu/gmp/gmp-%{gmp_version}.tar.bz2
 
 #
 # GCC Common build script.
diff --git a/source-builder/config/gcc-7-1.cfg b/source-builder/config/gcc-7-1.cfg
index db1e3cc..5160968 100644
--- a/source-builder/config/gcc-7-1.cfg
+++ b/source-builder/config/gcc-7-1.cfg
@@ -16,7 +16,7 @@
 #
 # Newlib
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # Packages GCC requires
diff --git a/source-builder/config/gcc-7.2-1.cfg b/source-builder/config/gcc-7.2-1.cfg
index 131b6f7..893a2f5 100644
--- a/source-builder/config/gcc-7.2-1.cfg
+++ b/source-builder/config/gcc-7.2-1.cfg
@@ -16,7 +16,7 @@
 #
 # Newlib
 #
-%source set newlib ftp://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
+%source set newlib https://sourceware.org/pub/newlib/newlib-%{newlib_version}.tar.gz
 
 #
 # Packages GCC requires
diff --git a/source-builder/config/libffi-3-1.cfg b/source-builder/config/libffi-3-1.cfg
index f64353f..a201485 100644
--- a/source-builder/config/libffi-3-1.cfg
+++ b/source-builder/config/libffi-3-1.cfg
@@ -18,7 +18,7 @@ URL: 	   https://sourceware.org/libffi/
 #
 # Source
 #
-%source set libffi ftp://sourceware.org/pub/libffi/libffi-%{libffi_version}.tar.gz
+%source set libffi https://sourceware.org/pub/libffi/libffi-%{libffi_version}.tar.gz
 
 #
 # Prepare the source code.
diff --git a/source-builder/config/libtool-2-1.cfg b/source-builder/config/libtool-2-1.cfg
index ab198a9..e834e87 100644
--- a/source-builder/config/libtool-2-1.cfg
+++ b/source-builder/config/libtool-2-1.cfg
@@ -20,7 +20,7 @@ URL: 	   http://www.gnu.org/software/libtool/
 #
 # Source
 #
-%source set libtool ftp://ftp.gnu.org/gnu/libtool/libtool-%{libtool_version}.tar.gz
+%source set libtool https://ftp.gnu.org/gnu/libtool/libtool-%{libtool_version}.tar.gz
 
 #
 # Prepare the source code.
diff --git a/source-builder/config/m4-1-1.cfg b/source-builder/config/m4-1-1.cfg
index db0c291..dc47c6b 100644
--- a/source-builder/config/m4-1-1.cfg
+++ b/source-builder/config/m4-1-1.cfg
@@ -16,7 +16,7 @@ URL: 	   http://www.gnu.org/software/m4/
 #
 # Source
 #
-%source set m4 ftp://ftp.gnu.org/gnu/m4/m4-%{m4_version}.tar.gz
+%source set m4 https://ftp.gnu.org/gnu/m4/m4-%{m4_version}.tar.gz
 
 #
 # Prepare the source code.
diff --git a/source-builder/defaults.mc b/source-builder/defaults.mc
index 88cab4d..3508877 100644
--- a/source-builder/defaults.mc
+++ b/source-builder/defaults.mc
@@ -56,7 +56,7 @@ _build:              triplet, required, ''
 _target:             none,    optional, ''
 
 # RTEMS release URL
-rtems_release_url:   none,    none,     'ftp://ftp.rtems.org/pub/rtems/releases/%{rtems_version}'
+rtems_release_url:   none,    none,     'https://ftp.rtems.org/pub/rtems/releases/%{rtems_version}'
 
 # The user
 _uid:                none,    convert,  '%(%{__id_u} -n)'




More information about the vc mailing list