diff options
author | Oliver Smith <ollieparanoid@bitmessage.ch> | 2018-05-05 22:09:52 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-06 01:50:22 +0200 |
commit | 0fa503e000050fa6c57ab8402f0b6643dfc18cc0 (patch) | |
tree | a97cba74270e2bf25c8e106a0b51d9da46e45a43 /main/gcc | |
parent | 923cd1e69850a8eea66d422e7682f90d6ee684e2 (diff) | |
download | aports-0fa503e000050fa6c57ab8402f0b6643dfc18cc0.tar.bz2 aports-0fa503e000050fa6c57ab8402f0b6643dfc18cc0.tar.xz |
main/gcc: fix source URLs (HTTP instead of FTP)
This commit switches ftp:// to http://, as the former link does not
work anymore. Looks like GNU finally disabled their FTP service, as
announced here:
> If you maintain scripts used to access ftp.gnu.org over FTP,
> we strongly encourage you to change them to use HTTPS instead.
I've changed it to http:// to match the binutils package.
Diffstat (limited to 'main/gcc')
-rw-r--r-- | main/gcc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index dbf49641d2..87798b45bd 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -143,8 +143,8 @@ if $LANG_ADA; then fi makedepends="$makedepends_build $makedepends_host" -source="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${_pkgbase:-$pkgver}/gcc-${_pkgbase:-$pkgver}.tar.xz - ftp://sourceware.org/pub/java/ecj-4.9.jar +source="http://gcc.gnu.org/pub/gcc/releases/gcc-${_pkgbase:-$pkgver}/gcc-${_pkgbase:-$pkgver}.tar.xz + http://sourceware.org/pub/java/ecj-4.9.jar 001_all_default-ssp-strong.patch 002_all_default-relro.patch |