From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: buildroot@buildroot.org
Cc: "Yann E . MORIN" <yann.morin.1998@free.fr>
Subject: [Buildroot] [PATCH 0/2] support/download: fix running on hosts with wget2 (branch yem/dl-curl)
Date: Sat, 18 May 2024 22:25:06 +0200 [thread overview]
Message-ID: <cover.1716063903.git.yann.morin.1998@free.fr> (raw)
Hello All!
Recently, Fedora 40 was released, which uses wget2 instead of the
"original" wget (aka wget1). wget2 is almost a drop-in replacement
for wget1, except it no longer supports FTP and WARC. While WARC was
unused in Buildroot, FTP is still used by a few packges, some of
which only available via FTP.
Switch to using curl for FTP downloads.
We could have switched to curl for http/s downlads too, but it is
possible that existing packages (esp. in br2-external trees) use
wget1 options, like we used to in the now-dropped amd-catalyst
package for example. So we decided to only convert FTP downloads
over to curl, and keep the rest unchanged, to minise the impact.
Regards,
Yann E. MORIN.
----------------------------------------------------------------
Yann E. MORIN (2):
support/download: introduce curl backend for FTP transfers
utils/genrandconfig: do not check certificates with curl
Config.in | 4 ++++
docs/manual/prerequisite.adoc | 1 +
package/pkg-download.mk | 1 +
package/pkg-generic.mk | 2 ++
support/download/curl | 45 +++++++++++++++++++++++++++++++++++++++++++
support/download/dl-wrapper | 1 +
utils/genrandconfig | 1 +
7 files changed, 55 insertions(+)
create mode 100755 support/download/curl
--
.-----------------.--------------------.------------------.--------------------.
| 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
next reply other threads:[~2024-05-18 20:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-18 20:25 Yann E. MORIN [this message]
2024-05-18 20:25 ` [Buildroot] [PATCH 1/2] support/download: introduce curl backend for FTP transfers Yann E. MORIN
2024-05-19 7:46 ` Yann E. MORIN
2024-05-21 16:19 ` [Buildroot] [External] " Maier, Brandon L Collins via buildroot
2024-05-21 17:07 ` Yann E. MORIN
2024-05-21 17:15 ` Maier, Brandon L Collins via buildroot
2024-05-18 20:25 ` [Buildroot] [PATCH 2/2] utils/genrandconfig: do not check certificates with curl Yann E. MORIN
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=cover.1716063903.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
/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.