Thanks, applied as 8ef1cb23df72e92ce5c1e2b13bb287ca6beba82b. Michael
[sent from post-receive hook] On Sat, 20 Jun 2020 00:03:59 +0200, Roland Hieber <[email protected]> wrote: > 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]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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" _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
