This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 63182d43b9 libm/newlib: Change the download site to https
63182d43b9 is described below

commit 63182d43b95f958c347a033c1d37882466309c2c
Author: SPRESENSE <[email protected]>
AuthorDate: Thu Nov 9 20:25:12 2023 +0900

    libm/newlib: Change the download site to https
    
    Change newlib download site from ftp to more secure https.
---
 libs/libm/newlib/Make.defs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/libm/newlib/Make.defs b/libs/libm/newlib/Make.defs
index 24474ac2df..8423d3134a 100644
--- a/libs/libm/newlib/Make.defs
+++ b/libs/libm/newlib/Make.defs
@@ -26,7 +26,7 @@ ifeq ($(CONFIG_ARCH_CHIP_ESP32),y)
 else
   NEWLIB_VERSION=4.3.0.20230120
   NEWLIB_BASENAME=newlib
-  NEWLIB_URL_BASE=ftp://sourceware.org/pub/newlib
+  NEWLIB_URL_BASE=https://sourceware.org/pub/newlib
   NEWLIB_TARBALL=$(NEWLIB_BASENAME)-$(NEWLIB_VERSION).tar.gz
 endif
 

Reply via email to