Skip to content

Commit

Permalink
Switch to HTTPS protocol for ftp.gnu.org
Browse files Browse the repository at this point in the history
* More information here: https://ftp.gnu.org/CRYPTO.README
  • Loading branch information
cahirwpz committed Nov 12, 2017
1 parent 51cd819 commit 1325e1d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions toolchain-dev
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import logging
import platform

URLS = \
['ftp://ftp.gnu.org/gnu/gmp/gmp-5.1.3.tar.bz2',
'ftp://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz',
'ftp://ftp.gnu.org/gnu/mpfr/mpfr-3.1.3.tar.bz2',
['https://ftp.gnu.org/gnu/gmp/gmp-5.1.3.tar.bz2',
'https://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz',
'https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.3.tar.bz2',
'http://isl.gforge.inria.fr/isl-0.12.2.tar.bz2',
'http://www.bastoul.net/cloog/pages/download/cloog-0.18.4.tar.gz',
'git://sourceware.org/git/binutils',
Expand Down
12 changes: 6 additions & 6 deletions toolchain-m68k
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ import string
import sys

URLS = \
['ftp://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz',
'ftp://ftp.gnu.org/gnu/gawk/gawk-3.1.8.tar.gz',
'ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz',
'ftp://ftp.gnu.org/gnu/bison/bison-1.35.tar.gz',
'ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.12.tar.gz',
'ftp://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz',
['https://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz',
'https://ftp.gnu.org/gnu/gawk/gawk-3.1.8.tar.gz',
'https://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz',
'https://ftp.gnu.org/gnu/bison/bison-1.35.tar.gz',
'https://ftp.gnu.org/gnu/texinfo/texinfo-4.12.tar.gz',
'https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz',
('ftp://ftp.uk.freesbie.org/sites/distfiles.gentoo.org/distfiles/' +
'flex-2.5.4a.tar.gz', 'flex-2.5.4.tar.gz'),
('http://www.haage-partner.de/download/AmigaOS/NDK39.lha', 'NDK_3.9.lha'),
Expand Down
10 changes: 5 additions & 5 deletions toolchain-ppc
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ import platform
import sys

URLS = \
['ftp://ftp.gnu.org/gnu/gmp/gmp-5.1.3.tar.bz2',
'ftp://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz',
'ftp://ftp.gnu.org/gnu/mpfr/mpfr-3.1.3.tar.bz2',
'ftp://ftp.gnu.org/gnu/texinfo/texinfo-4.12.tar.gz',
['https://ftp.gnu.org/gnu/gmp/gmp-5.1.3.tar.bz2',
'https://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz',
'https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.3.tar.bz2',
'https://ftp.gnu.org/gnu/texinfo/texinfo-4.12.tar.gz',
'http://isl.gforge.inria.fr/isl-0.12.2.tar.bz2',
'http://www.bastoul.net/cloog/pages/download/cloog-0.18.4.tar.gz',
'ftp://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz',
'https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz',
('http://hyperion-entertainment.biz/index.php/downloads' +
'?view=download&format=raw&file=69', 'SDK_53.24.lha'),
('svn://svn.code.sf.net/p/adtools/code/trunk/binutils', 'binutils-2.18'),
Expand Down

0 comments on commit 1325e1d

Please sign in to comment.