diff options
author | Janne Blomqvist <jb@gcc.gnu.org> | 2019-11-20 22:24:48 +0200 |
---|---|---|
committer | Janne Blomqvist <jb@gcc.gnu.org> | 2019-11-20 22:24:48 +0200 |
commit | aeebd94c77c45cd60d44b87a00403cbe1edd8e62 (patch) | |
tree | 31f3eae6f40fd405b84a8359fecf55d57c6d9e6d /configure.ac | |
parent | PR 92463 MPFR modernization: Revert r269139 (diff) | |
download | gcc-aeebd94c77c45cd60d44b87a00403cbe1edd8e62.tar.gz gcc-aeebd94c77c45cd60d44b87a00403cbe1edd8e62.tar.bz2 gcc-aeebd94c77c45cd60d44b87a00403cbe1edd8e62.tar.xz |
Switch gcc ftp URL's to https
The FTP protocol is getting long in the tooth, and we should emphasize
HTTPS where that is available. This patch changes various gcc.gnu.org
URL's to instead use HTTPS.
For instance, kernel.org shut down FTP access in 2017, with the
explanation:
- The protocol is inefficient and requires adding awkward kludges to
firewalls and load-balancing daemons
- FTP servers have no support for caching or accelerators, which has
significant performance impacts
- Most software implementations have stagnated and see infrequent
updates
ChangeLog:
2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
* configure.ac: Use https for gcc.gnu.org.
* configure: Regenerated.
gcc/ChangeLog:
2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
* configure.ac: Use https for gcc.gnu.org.
* configure: Regenerated.
* doc/install.texi: Use https for gcc.gnu.org.
* doc/sourcebuild.texi: Likewise.
gcc/testsuite/ChangeLog:
2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
* README: Use https for gcc.gnu.org.
libstdc++-v3/ChangeLog:
2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
* doc/html/api.html: Use https for gcc.gnu.org.
* doc/xml/api.xml: Likewise.
maintainer-scripts/ChangeLog:
2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
* gcc_release: Use https for gcc.gnu.org.
From-SVN: r278526
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d63a8bae940..29e25f13278 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1665,7 +1665,7 @@ if test -d ${srcdir}/gcc && test "x$have_gmp" = xno; then | |||
1665 | Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify | 1665 | Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify |
1666 | their locations. Source code for these libraries can be found at | 1666 | their locations. Source code for these libraries can be found at |
1667 | their respective hosting sites as well as at | 1667 | their respective hosting sites as well as at |
1668 | ftp://gcc.gnu.org/pub/gcc/infrastructure/. See also | 1668 | https://gcc.gnu.org/pub/gcc/infrastructure/. See also |
1669 | http://gcc.gnu.org/install/prerequisites.html for additional info. If | 1669 | http://gcc.gnu.org/install/prerequisites.html for additional info. If |
1670 | you obtained GMP, MPFR and/or MPC from a vendor distribution package, | 1670 | you obtained GMP, MPFR and/or MPC from a vendor distribution package, |
1671 | make sure that you have installed both the libraries and the header | 1671 | make sure that you have installed both the libraries and the header |