From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Sat, 13 Jun 2020 03:32:44 +0200 Message-Id: <20200613013249.4288-2-rhi@pengutronix.de> In-Reply-To: <20200613013249.4288-1-rhi@pengutronix.de> References: <20200613013249.4288-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 2/7] setup: use https by default for PTXCONF_SETUP_PTXMIRROR List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber 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 --- 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 ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de