The http version redirects to https anyways, and this way we guard the full URL against interested third parties even on the first request.
Signed-off-by: Roland Hieber <[email protected]> --- config/setup/Kconfig | 2 +- config/setup/ptxdistrc.default | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/setup/Kconfig b/config/setup/Kconfig index de288c95a2ce..4b1a769daab5 100644 --- a/config/setup/Kconfig +++ b/config/setup/Kconfig @@ -110,7 +110,7 @@ endif config SETUP_PTXMIRROR string - default "http://www.pengutronix.de/software/ptxdist/temporary-src" + default "https://www.pengutronix.de/software/ptxdist/temporary-src" prompt "PTXdist Mirror" help Enter the fallback mirror for all packages here. diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default index 8f3a451b69f2..29b8bfe37525 100644 --- a/config/setup/ptxdistrc.default +++ b/config/setup/ptxdistrc.default @@ -31,7 +31,7 @@ PTXCONF_SETUP_SRCDIR="${PTXDIST_WORKSPACE}/src" # # PTXCONF_SETUP_NO_DOWNLOAD is not set # PTXCONF_SETUP_PTXMIRROR_ONLY is not set -PTXCONF_SETUP_PTXMIRROR="http://www.pengutronix.de/software/ptxdist/temporary-src" +PTXCONF_SETUP_PTXMIRROR="https://www.pengutronix.de/software/ptxdist/temporary-src" PTXCONF_SETUP_DEBMIRROR="http://ftp.uni-kl.de/debian http://archive.debian.org/debian" PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge" PTXCONF_SETUP_GNUMIRROR="https://ftp.gnu.org/gnu http://ftp.uni-kl.de/pub/gnu" -- 2.27.0 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
