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

Sebastian Huber sebh at rtems.org
Thu Nov 10 13:59:59 UTC 2022


Module:    rtems-source-builder
Branch:    master
Commit:    949cf500b4f4ab560a77c2ac60cd9ac0f47aa852
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=949cf500b4f4ab560a77c2ac60cd9ac0f47aa852

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

gdb: Use https for downloads

---

 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 68eb0f3..9d67da0 100644
--- a/source-builder/config/gdb-common-1.cfg
+++ b/source-builder/config/gdb-common-1.cfg
@@ -176,7 +176,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