From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Peter Korsgaard <peter@korsgaard.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] Config.in: drop --passive-ftp from default wget options
Date: Mon, 3 Jun 2024 11:24:54 +0200 [thread overview]
Message-ID: <Zl2L5jxjTdIQO_v7@landeda> (raw)
In-Reply-To: <20240603072829.539067-1-peter@korsgaard.com>
Peter, All,
On 2024-06-03 09:28 +0200, Peter Korsgaard spake thusly:
> Fedora has recently migrated to wget2, which has dropped ftp support and the
> --passive-ftp command line option:
>
> https://fedoraproject.org/wiki/Changes/Wget2asWget
>
> It turns out that the command line option also doesn't do anything for wget1
> as it was made the default in wget 1.10:
>
> https://git.savannah.gnu.org/cgit/wget.git/tree/NEWS?h=v1.13#n292
>
> wget 1.10 is from 2005, so it is safe to assume that all supported
> distributions use >= 1.10.
Safe bet, I believe.
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> Config.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Config.in b/Config.in
> index b5a94325c4..bdf5fa8647 100644
> --- a/Config.in
> +++ b/Config.in
> @@ -105,7 +105,7 @@ menu "Commands"
>
> config BR2_WGET
> string "Wget command"
> - default "wget --passive-ftp -nd -t 3"
> + default "wget -nd -t 3"
>
> config BR2_SVN
> string "Subversion (svn) command"
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-06-03 9:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-03 7:28 [Buildroot] [PATCH] Config.in: drop --passive-ftp from default wget options Peter Korsgaard
2024-06-03 9:24 ` Yann E. MORIN [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Zl2L5jxjTdIQO_v7@landeda \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=peter@korsgaard.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.