newlib: Change ftp mirror link to https one

Some corporate VPN services block ftp connections. It leads
to an error while building a toolchain with packages with ftp
mirrors. It's possible to safely use https instead of ftp.

Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
This commit is contained in:
Yuriy Kolerov 2022-11-30 13:46:16 +04:00 committed by Chris Packham
parent 4f5c57fdb3
commit e4f401efb6
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ origin='RedHat'
repository='git git://sourceware.org/git/newlib-cygwin.git'
# Do not use "$(CT_Mirrors sourceware newlib)" here: the mirrors (kernel.org
# and gnu.org) only store some older releases of newlib (2.0.0 and before).
mirrors='ftp://sourceware.org/pub/newlib'
mirrors='https://sourceware.org/pub/newlib'
relevantpattern='*.*|.*. *.*|.'
archive_filename='newlib-@{version}'
archive_dirname='newlib-@{version}'

View File

@ -2,6 +2,6 @@ origin='RedHat'
repository='git git://sourceware.org/git/newlib-cygwin.git'
# Do not use "$(CT_Mirrors sourceware newlib)" here: the mirrors (kernel.org
# and gnu.org) only store some older releases of newlib (2.0.0 and before).
mirrors='ftp://sourceware.org/pub/newlib'
mirrors='https://sourceware.org/pub/newlib'
relevantpattern='*.*|.*. *.*|.'
archive_formats='.tar.gz'