[rtems-source-builder commit] gdb: Use https for downloads

Chris Johns chrisj at rtems.org
Mon Nov 14 20:58:20 UTC 2022


Module:    rtems-source-builder
Branch:    5
Commit:    2eda12e1da530b921ecc864288f4054d3cb5a3dc
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=2eda12e1da530b921ecc864288f4054d3cb5a3dc

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov 10 15:11:42 2022 +0100

gdb: Use https for downloads

Close #4754

---

 source-builder/config/gdb-common-1.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source-builder/config/gdb-common-1.cfg b/source-builder/config/gdb-common-1.cfg
index 397d44d..b9dd47f 100644
--- a/source-builder/config/gdb-common-1.cfg
+++ b/source-builder/config/gdb-common-1.cfg
@@ -173,7 +173,7 @@ URL:       http://www.gnu.org/software/gdb/
 #
 # Source
 #
-%source set gdb http://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.%{gdb_src_ext}
+%source set gdb https://ftp.gnu.org/gnu/gdb/gdb-%{gdb_version}.tar.%{gdb_src_ext}
 
 #
 # Disable Python on Cxc builds for now.



More information about the vc mailing list